summaryrefslogtreecommitdiffstats
path: root/exec.c
Commit message (Expand)AuthorAgeFilesLines
* memory: fix segv on qemu_ram_free(block=0x0)Marc-André Lureau2019-11-291-0/+4
* exec: fix error handling in file_ram_allocPaolo Bonzini2019-11-291-3/+4
* util: move declarations out of qemu-common.hVeronia Bahaa2019-11-291-1/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2019-11-291-0/+1
* exec: fix early return from ram_block_addPaolo Bonzini2019-11-291-0/+2
* exec: Fix memory allocation when memory path isn't on hugetlbfsMarkus Armbruster2019-11-291-33/+7
* exec: Fix memory allocation when memory path names new fileMarkus Armbruster2019-11-291-43/+64
* exec: Introduce AddressSpaceDispatch.mru_sectionFam Zheng2019-11-291-2/+14
* exec: Factor out section_covers_addrFam Zheng2019-11-291-3/+12
* exec: Pass RAMBlock pointer to qemu_ram_freeFam Zheng2019-11-291-14/+7
* memory: Drop MemoryRegion.ram_addrFam Zheng2019-11-291-1/+2
* memory: Move assignment to ram_block to memory_region_init_*Fam Zheng2019-11-291-1/+0
* exec: Return RAMBlock pointer from allocating functionsFam Zheng2019-11-291-29/+22
* memory: optimize qemu_get_ram_ptr and qemu_ram_ptr_lengthGonglei2019-11-291-18/+28
* exec: store RAMBlock pointer into memory regionGonglei2019-11-291-0/+2
* cpu: cpu_save/cpu_load is no morePaolo Bonzini2019-11-291-6/+0
* cpu: Add callback to check architectural watchpoint matchSergey Fedorov2019-11-291-0/+6
* memory: RCU ram_list.dirty_memory[] for safe RAM hotplugStefan Hajnoczi2019-11-291-15/+60
* log: do not unnecessarily include qom/cpu.hPaolo Bonzini2019-11-291-0/+1
* exec: Clean up includesPeter Maydell2019-11-291-3/+1
* qom/cpu: Add MemoryRegion propertyPeter Crosthwaite2019-11-291-0/+14
* exec.c: Use correct AddressSpace in watch_mem_read and watch_mem_writePeter Maydell2019-11-291-6/+10
* exec.c: Use cpu_get_phys_page_attrs_debugPeter Maydell2019-11-291-5/+13
* exec.c: Add cpu_get_address_space()Peter Maydell2019-11-291-0/+6
* exec.c: Pass MemTxAttrs to iotlb_to_region so it uses the right ASPeter Maydell2019-11-291-2/+3
* cputlb.c: Use correct address space when looking up MemoryRegionSectionPeter Maydell2019-11-291-3/+4
* exec.c: Allow target CPUs to define multiple AddressSpacesPeter Maydell2019-11-291-10/+15
* exec.c: Don't set cpu->as until cpu_address_space_initPeter Maydell2019-11-291-4/+12
* xen-hvm: Clean up xen_ram_alloc() error handlingMarkus Armbruster2019-11-291-1/+7
* ivshmem: Store file descriptor for vhost-user negotiationTetsuya Mukawa2019-11-291-0/+10
* memory: try to inline constant-length readsPaolo Bonzini2019-11-291-13/+2
* memory: extract first iteration of address_space_read and address_space_writePaolo Bonzini2019-11-291-20/+65
* memory: split address_space_read and address_space_writePaolo Bonzini2019-11-291-92/+116
* exec: make qemu_ram_ptr_length more similar to qemu_get_ram_ptrPaolo Bonzini2019-11-291-23/+23
* exec: always call qemu_get_ram_ptr within rcu_read_lockPaolo Bonzini2019-11-291-17/+5
* qemu-log: introduce qemu_log_separatePaolo Bonzini2019-11-291-1/+1
* exec: Remove unnecessary RAM_FILE flagEduardo Habkost2019-11-291-9/+1
* exec: Eliminate qemu_ram_free_from_ptr()Eduardo Habkost2019-11-291-19/+0
* Initial overlay of HQEMU 2.5.2 changes onto underlying 2.5.0 QEMU GIT tree2.5_overlayTimothy Pearson2019-11-291-5/+5
* exec: Stop using memory after freeDon Slutz2015-12-021-1/+3
* exec: remove warning about mempath and hugetlbfsDaniel P. Berrange2015-11-261-3/+0
* Revert "exec: silence hugetlbfs warning under qtest"Daniel P. Berrange2015-11-261-4/+1
* exec: silence hugetlbfs warning under qtestMarc-André Lureau2015-11-191-1/+4
* Round up RAMBlock sizes to host page sizesDr. David Alan Gilbert2015-11-101-4/+4
* qemu_ram_block_by_nameDr. David Alan Gilbert2015-11-101-0/+20
* qemu_ram_block_from_hostDr. David Alan Gilbert2015-11-101-9/+45
* Provide runtime Target page informationDr. David Alan Gilbert2015-11-101-0/+10
* exec: avoid unnecessary cacheline bounce on ram_list.mru_blockPaolo Bonzini2015-11-061-1/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-replay' into ...Peter Maydell2015-11-061-0/+2
|\
| * replay: initialization and deinitializationPavel Dovgalyuk2015-11-061-0/+2
OpenPOWER on IntegriCloud