summaryrefslogtreecommitdiffstats
path: root/exec.c
Commit message (Expand)AuthorAgeFilesLines
* os-posix: include sys/mman.hPaolo Bonzini2016-06-161-1/+0Star
* exec: Fix qemu_ram_block_from_host for XenAnthony PERARD2016-06-131-1/+1
* cpu-exec: Rename cpu_resume_from_signal() to cpu_loop_exit_noexc()Peter Maydell2016-06-091-1/+1
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160531' into...Peter Maydell2016-05-311-8/+35
|\
| * exec: Do vmstate unregistration from cpu_exec_exit()Bharata B Rao2016-05-301-0/+11
| * exec: Remove cpu from cpus list during cpu_exec_exit()Bharata B Rao2016-05-301-8/+24
* | exec: hide mr->ram_addr from qemu_get_ram_ptr usersPaolo Bonzini2016-05-291-33/+24Star
* | memory: split memory_region_from_host from qemu_ram_addr_from_hostPaolo Bonzini2016-05-291-5/+5
* | exec: remove ram_addr argument from qemu_ram_block_from_hostPaolo Bonzini2016-05-291-7/+6Star
* | memory: remove qemu_get_ram_fd, qemu_set_ram_fd, qemu_ram_block_host_ptrPaolo Bonzini2016-05-291-34/+0Star
|/
* memory: remove unnecessary masking of MemoryRegion ram_addrPaolo Bonzini2016-05-231-14/+7Star
* exec: adjust rcu_read_lock requirementGonglei2016-05-231-5/+1Star
* memory: drop find_ram_block()Gonglei2016-05-231-27/+7Star
* exec.c: Ensure right alignment also for file backed ramDominik Dingel2016-05-231-2/+3
* hw: clean up hw/hw.h includesPaolo Bonzini2016-05-191-0/+1
* cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini2016-05-191-0/+1
* qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini2016-05-191-1/+1
* hw: cannot include hw/hw.h from user emulationPaolo Bonzini2016-05-191-10/+11
* tb: consistently use uint32_t for tb->flagsEmilio G. Cota2016-05-131-1/+1
* memory: fix segv on qemu_ram_free(block=0x0)Marc-André Lureau2016-04-051-0/+4
* exec: fix error handling in file_ram_allocPaolo Bonzini2016-03-221-3/+4
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-1/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* exec: fix early return from ram_block_addPaolo Bonzini2016-03-151-0/+2
* exec: Fix memory allocation when memory path isn't on hugetlbfsMarkus Armbruster2016-03-151-33/+7Star
* exec: Fix memory allocation when memory path names new fileMarkus Armbruster2016-03-151-43/+64
* exec: Introduce AddressSpaceDispatch.mru_sectionFam Zheng2016-03-071-2/+14
* exec: Factor out section_covers_addrFam Zheng2016-03-071-3/+12
* exec: Pass RAMBlock pointer to qemu_ram_freeFam Zheng2016-03-071-14/+7Star
* memory: Drop MemoryRegion.ram_addrFam Zheng2016-03-071-1/+2
* memory: Move assignment to ram_block to memory_region_init_*Fam Zheng2016-03-071-1/+0Star
* exec: Return RAMBlock pointer from allocating functionsFam Zheng2016-03-071-29/+22Star
* memory: optimize qemu_get_ram_ptr and qemu_ram_ptr_lengthGonglei2016-02-251-18/+28
* exec: store RAMBlock pointer into memory regionGonglei2016-02-251-0/+2
* Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-02-1...Peter Maydell2016-02-111-6/+0Star
|\
| * cpu: cpu_save/cpu_load is no morePaolo Bonzini2016-02-111-6/+0Star
* | cpu: Add callback to check architectural watchpoint matchSergey Fedorov2016-02-111-0/+6
|/
* memory: RCU ram_list.dirty_memory[] for safe RAM hotplugStefan Hajnoczi2016-02-091-15/+60
* log: do not unnecessarily include qom/cpu.hPaolo Bonzini2016-02-031-0/+1
* exec: Clean up includesPeter Maydell2016-01-291-3/+1Star
* Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20160121' into sta...Peter Maydell2016-01-211-1/+7
|\
| * xen-hvm: Clean up xen_ram_alloc() error handlingMarkus Armbruster2016-01-141-1/+7
* | qom/cpu: Add MemoryRegion propertyPeter Crosthwaite2016-01-211-0/+14
* | exec.c: Use correct AddressSpace in watch_mem_read and watch_mem_writePeter Maydell2016-01-211-6/+10
* | exec.c: Use cpu_get_phys_page_attrs_debugPeter Maydell2016-01-211-5/+13
* | exec.c: Add cpu_get_address_space()Peter Maydell2016-01-211-0/+6
* | exec.c: Pass MemTxAttrs to iotlb_to_region so it uses the right ASPeter Maydell2016-01-211-2/+3
* | cputlb.c: Use correct address space when looking up MemoryRegionSectionPeter Maydell2016-01-211-3/+4
* | exec.c: Allow target CPUs to define multiple AddressSpacesPeter Maydell2016-01-211-10/+15
* | exec.c: Don't set cpu->as until cpu_address_space_initPeter Maydell2016-01-211-4/+12
|/