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