summaryrefslogtreecommitdiff
path: root/exec.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-07memory: Move assignment to ram_block to memory_region_init_*Fam Zheng1-1/+0
2016-03-07exec: Return RAMBlock pointer from allocating functionsFam Zheng1-29/+22
2016-02-25memory: optimize qemu_get_ram_ptr and qemu_ram_ptr_lengthGonglei1-18/+28
2016-02-25exec: store RAMBlock pointer into memory regionGonglei1-0/+2
2016-02-11Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-02-1...Peter Maydell1-6/+0
2016-02-11cpu: cpu_save/cpu_load is no morePaolo Bonzini1-6/+0
2016-02-11cpu: Add callback to check architectural watchpoint matchSergey Fedorov1-0/+6
2016-02-09memory: RCU ram_list.dirty_memory[] for safe RAM hotplugStefan Hajnoczi1-15/+60
2016-02-03log: do not unnecessarily include qom/cpu.hPaolo Bonzini1-0/+1
2016-01-29exec: Clean up includesPeter Maydell1-3/+1
2016-01-21Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20160121' into sta...Peter Maydell1-1/+7
2016-01-21qom/cpu: Add MemoryRegion propertyPeter Crosthwaite1-0/+14
2016-01-21exec.c: Use correct AddressSpace in watch_mem_read and watch_mem_writePeter Maydell1-6/+10
2016-01-21exec.c: Use cpu_get_phys_page_attrs_debugPeter Maydell1-5/+13