summaryrefslogtreecommitdiff
path: root/exec.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-27Add host_memory_backend_pagesize() helperDavid Gibson1-3/+2
2018-04-27Make qemu_mempath_getpagesize() accept NULLDavid Gibson1-15/+6
2018-04-02exec: fix memory leak in find_max_supported_pagesize()Greg Kurz1-0/+1
2018-03-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-14/+72
2018-03-20postcopy: use UFFDIO_ZEROPAGE only when availableDr. David Alan Gilbert1-0/+16
2018-03-20qemu_ram_block_host_offsetDr. David Alan Gilbert1-0/+10
2018-03-20migrate: Update ram_block_discard_range for sharedDr. David Alan Gilbert1-14/+46
2018-03-19Use cpu_create(type) instead of cpu_init(cpu_model)Igor Mammedov1-0/+23
2018-03-09memory: fix flatview_access_valid RCU read lock/unlock imbalancePaolo Bonzini1-1/+0
2018-03-06address_space_rw: address_space_to_flatview needs RCU lockPaolo Bonzini1-18/+10
2018-03-06address_space_map: address_space_to_flatview needs RCU lockPaolo Bonzini1-1/+2
2018-03-06address_space_access_valid: address_space_to_flatview needs RCU lockPaolo Bonzini1-4/+8
2018-03-06address_space_read: address_space_to_flatview needs RCU lockPaolo Bonzini1-13/+25
2018-03-06address_space_write: address_space_to_flatview needs RCU lockPaolo Bonzini1-15/+22
2018-02-19mem: add share parameter to memory-backend-ramMarcel Apfelbaum1-11/+15
2018-02-06tcg: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis1-3/+3
2018-01-19hostmem-file: add "align" optionHaozhong Zhang1-1/+7
2018-01-16cpu: flush TB cache when loading VMStatePavel Dovgalyuk1-0/+7
2018-01-16find_ram_offset: Align ram_addr_t allocation on long boundariesDr. David Alan Gilbert1-0/+4
2018-01-16find_ram_offset: Add comments and tracingDr. David Alan Gilbert1-7/+22
2017-12-21exec: Don't reuse unassigned_mem_ops for io_mem_romPeter Maydell1-1/+33
2017-12-21cpu: suffix cpu address spaces with cpu indexPeter Xu1-1/+4
2017-12-21cpu: refactor cpu_address_space_init()Peter Xu1-1/+6
2017-12-18misc: remove duplicated includesPhilippe Mathieu-Daudé1-3/+0
2017-11-21exec.c: Factor out before/after actions for notdirty memory writesPeter Maydell1-21/+44
2017-11-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-9/+3
2017-11-15exec: Do not resolve subpage in mru_sectionPaolo Bonzini1-9/+3
2017-11-13qom: move CPUClass.tcg_initialize to a globalEmilio G. Cota1-2/+3
2017-10-24tcg: Add CPUState cflags_next_tbRichard Henderson1-5/+2
2017-10-24tcg: define CF_PARALLEL and use it for TB hashing along with CF_COUNT_MASKEmilio G. Cota1-1/+1
2017-10-24qom: Introduce CPUClass.tcg_initializeRichard Henderson1-1/+6
2017-10-18watch_mem_write: implement 8-byte accessesPaolo Bonzini1-0/+16
2017-10-18notdirty_mem_write: implement 8-byte accessesAndrew Baumann1-0/+13
2017-10-12exec: simplify address_space_get_iotlb_entryPeter Xu1-21/+10
2017-10-12exec: add page_mask for flatview_do_translatePeter Xu1-6/+45
2017-10-10util: move qemu_real_host_page_size/mask to osdep.hEmilio G. Cota1-4/+0
2017-09-21memory: Rework "info mtree" to print flat views and dispatch treesAlexey Kardashevskiy1-0/+84
2017-09-21memory: Rename mem_begin/mem_commit/mem_add helpersAlexey Kardashevskiy1-9/+3
2017-09-21memory: Cleanup after switching to FlatViewAlexey Kardashevskiy1-8/+8
2017-09-21memory: Switch memory from using AddressSpace to FlatViewAlexey Kardashevskiy1-75/+105
2017-09-21memory: Remove AddressSpace pointer from AddressSpaceDispatchAlexey Kardashevskiy1-8/+7
2017-09-21memory: Move AddressSpaceDispatch from AddressSpace to FlatViewAlexey Kardashevskiy1-30/+11
2017-09-21memory: Open code FlatView renderingAlexey Kardashevskiy1-24/+3
2017-09-21exec: Explicitly export target AS from address_space_translate_internalAlexey Kardashevskiy1-4/+7
2017-09-19exec,dump,i386,ppc,s390x: don't include exec/cpu-all.h explicitlyDavid Hildenbrand1-1/+0
2017-08-01exec: Add lock parameter to qemu_ram_ptr_lengthAnthony PERARD1-6/+6
2017-07-14cpu: Convert to DEFINE_PROP_LINKFam Zheng1-12/+15
2017-07-14memory/iommu: introduce IOMMUMemoryRegionClassAlexey Kardashevskiy1-2/+4
2017-07-14memory/iommu: QOM'fy IOMMU MemoryRegionAlexey Kardashevskiy1-6/+6
2017-07-14Revert "exec.c: Fix breakpoint invalidation race"Pranith Kumar1-6/+19