aboutsummaryrefslogtreecommitdiff
path: root/exec.c
AgeCommit message (Expand)Author
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
2016-03-07memory: Move assignment to ram_block to memory_region_init_*Fam Zheng
2016-03-07exec: Return RAMBlock pointer from allocating functionsFam Zheng
2016-02-25memory: optimize qemu_get_ram_ptr and qemu_ram_ptr_lengthGonglei
2016-02-25exec: store RAMBlock pointer into memory regionGonglei
2016-02-11Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-02-1...Peter Maydell
2016-02-11cpu: cpu_save/cpu_load is no morePaolo Bonzini
2016-02-11cpu: Add callback to check architectural watchpoint matchSergey Fedorov
2016-02-09memory: RCU ram_list.dirty_memory[] for safe RAM hotplugStefan Hajnoczi
2016-02-03log: do not unnecessarily include qom/cpu.hPaolo Bonzini
2016-01-29exec: Clean up includesPeter Maydell
2016-01-21Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20160121' into sta...Peter Maydell