summaryrefslogtreecommitdiff
path: root/exec.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-26exec: Avoid direct references to Int128 partsRichard Henderson1-2/+2
2016-10-25Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell1-5/+7
2016-10-24exec: call cpu_exec_exit() from a CPU unrealize common functionLaurent Vivier1-1/+1
2016-10-24exec: move cpu_exec_init() calls to realize functionsLaurent Vivier1-1/+1
2016-10-24exec: split cpu_exec_init()Laurent Vivier1-4/+6
2016-10-24cpu: Support a target CPU having a variable page sizePeter Maydell1-0/+42
2016-10-24exec.c: Remove static allocation of sub_section of sub_pageVijaya Kumar K1-3/+2
2016-10-24exec.c: workaround regression caused by alignment change in d2f39adHaozhong Zhang1-1/+6
2016-10-13RAMBlocks: Store page sizeDr. David Alan Gilbert1-7/+12
2016-10-08exec: remove unused compacted argumentMarc-André Lureau1-5/+3
2016-09-27cpus-common: move CPU list management to common codePaolo Bonzini1-35/+2
2016-09-13kvm-all: drop kvm_setup_guest_memoryCao jin1-3/+1
2016-09-13qtail: clean up direct access to tqe_prev fieldIgor Mammedov1-2/+1
2016-09-05exec: Ensure the only one cpu_index allocation method is usedIgor Mammedov1-0/+7
2016-08-02fix qemu exit on memory hotplug when allocation fails at prealloc timeIgor Mammedov1-2/+8
2016-07-26exec: Set cpu_index only if it's not been explictly setIgor Mammedov1-38/+6
2016-07-26exec: Don't use cpu_index to detect if cpu_exec_init()'s been calledIgor Mammedov1-2/+3
2016-07-26exec: Reduce CONFIG_USER_ONLY ifdeffeneryIgor Mammedov1-14/+3
2016-07-17exec: avoid realloc in phys_map_node_reservePeter Lieven1-1/+3
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster1-1/+1
2016-06-16os-posix: include sys/mman.hPaolo Bonzini1-1/+0
2016-06-13exec: Fix qemu_ram_block_from_host for XenAnthony PERARD1-1/+1
2016-06-09cpu-exec: Rename cpu_resume_from_signal() to cpu_loop_exit_noexc()Peter Maydell1-1/+1
2016-05-31Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160531' into...Peter Maydell1-8/+35
2016-05-30exec: Do vmstate unregistration from cpu_exec_exit()Bharata B Rao1-0/+11
2016-05-30exec: Remove cpu from cpus list during cpu_exec_exit()Bharata B Rao1-8/+24
2016-05-29exec: hide mr->ram_addr from qemu_get_ram_ptr usersPaolo Bonzini1-33/+24
2016-05-29memory: split memory_region_from_host from qemu_ram_addr_from_hostPaolo Bonzini1-5/+5
2016-05-29exec: remove ram_addr argument from qemu_ram_block_from_hostPaolo Bonzini1-7/+6
2016-05-29memory: remove qemu_get_ram_fd, qemu_set_ram_fd, qemu_ram_block_host_ptrPaolo Bonzini1-34/+0
2016-05-23memory: remove unnecessary masking of MemoryRegion ram_addrPaolo Bonzini1-14/+7
2016-05-23exec: adjust rcu_read_lock requirementGonglei1-5/+1
2016-05-23memory: drop find_ram_block()Gonglei1-27/+7
2016-05-23exec.c: Ensure right alignment also for file backed ramDominik Dingel1-2/+3
2016-05-19hw: clean up hw/hw.h includesPaolo Bonzini1-0/+1
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini1-0/+1
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini1-1/+1
2016-05-19hw: cannot include hw/hw.h from user emulationPaolo Bonzini1-10/+11
2016-05-12tb: consistently use uint32_t for tb->flagsEmilio G. Cota1-1/+1
2016-04-05memory: fix segv on qemu_ram_free(block=0x0)Marc-André Lureau1-0/+4
2016-03-22exec: fix error handling in file_ram_allocPaolo Bonzini1-3/+4
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-1/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-15exec: fix early return from ram_block_addPaolo Bonzini1-0/+2
2016-03-15exec: Fix memory allocation when memory path isn't on hugetlbfsMarkus Armbruster1-33/+7
2016-03-15exec: Fix memory allocation when memory path names new fileMarkus Armbruster1-43/+64
2016-03-07exec: Introduce AddressSpaceDispatch.mru_sectionFam Zheng1-2/+14
2016-03-07exec: Factor out section_covers_addrFam Zheng1-3/+12
2016-03-07exec: Pass RAMBlock pointer to qemu_ram_freeFam Zheng1-14/+7
2016-03-07memory: Drop MemoryRegion.ram_addrFam Zheng1-1/+2