summaryrefslogtreecommitdiff
path: root/exec.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-21exec.c: Add cpu_get_address_space()Peter Maydell1-0/+6
2016-01-21exec.c: Pass MemTxAttrs to iotlb_to_region so it uses the right ASPeter Maydell1-2/+3
2016-01-21cputlb.c: Use correct address space when looking up MemoryRegionSectionPeter Maydell1-3/+4
2016-01-21exec.c: Allow target CPUs to define multiple AddressSpacesPeter Maydell1-10/+15
2016-01-21exec.c: Don't set cpu->as until cpu_address_space_initPeter Maydell1-4/+12
2016-01-14xen-hvm: Clean up xen_ram_alloc() error handlingMarkus Armbruster1-1/+7
2016-01-09ivshmem: Store file descriptor for vhost-user negotiationTetsuya Mukawa1-0/+10
2015-12-17memory: try to inline constant-length readsPaolo Bonzini1-13/+2
2015-12-17memory: extract first iteration of address_space_read and address_space_writePaolo Bonzini1-20/+65
2015-12-17memory: split address_space_read and address_space_writePaolo Bonzini1-92/+116
2015-12-17exec: make qemu_ram_ptr_length more similar to qemu_get_ram_ptrPaolo Bonzini1-23/+23
2015-12-17exec: always call qemu_get_ram_ptr within rcu_read_lockPaolo Bonzini1-17/+5
2015-12-17qemu-log: introduce qemu_log_separatePaolo Bonzini1-1/+1
2015-12-17exec: Remove unnecessary RAM_FILE flagEduardo Habkost1-9/+1
2015-12-17exec: Eliminate qemu_ram_free_from_ptr()Eduardo Habkost1-19/+0
2015-12-02exec: Stop using memory after freeDon Slutz1-1/+3
2015-11-26exec: remove warning about mempath and hugetlbfsDaniel P. Berrange1-3/+0
2015-11-26Revert "exec: silence hugetlbfs warning under qtest"Daniel P. Berrange1-4/+1
2015-11-19exec: silence hugetlbfs warning under qtestMarc-André Lureau1-1/+4
2015-11-10Round up RAMBlock sizes to host page sizesDr. David Alan Gilbert1-4/+4
2015-11-10qemu_ram_block_by_nameDr. David Alan Gilbert1-0/+20
2015-11-10qemu_ram_block_from_hostDr. David Alan Gilbert1-9/+45
2015-11-10Provide runtime Target page informationDr. David Alan Gilbert1-0/+10
2015-11-06exec: avoid unnecessary cacheline bounce on ram_list.mru_blockPaolo Bonzini1-1/+1
2015-11-06Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-replay' into ...Peter Maydell1-0/+2