aboutsummaryrefslogtreecommitdiff
path: root/exec.c
AgeCommit message (Expand)Author
2018-05-09exec: reintroduce MemoryRegion cachingPaolo Bonzini
2018-05-09exec: extract address_space_translate_iommu, fix page_mask corner casePaolo Bonzini
2018-05-09exec: small changes to flatview_do_translatePaolo Bonzini
2018-04-27Add host_memory_backend_pagesize() helperDavid Gibson
2018-04-27Make qemu_mempath_getpagesize() accept NULLDavid Gibson
2018-04-02exec: fix memory leak in find_max_supported_pagesize()Greg Kurz
2018-03-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2018-03-20postcopy: use UFFDIO_ZEROPAGE only when availableDr. David Alan Gilbert
2018-03-20qemu_ram_block_host_offsetDr. David Alan Gilbert
2018-03-20migrate: Update ram_block_discard_range for sharedDr. David Alan Gilbert
2018-03-19Use cpu_create(type) instead of cpu_init(cpu_model)Igor Mammedov
2018-03-09memory: fix flatview_access_valid RCU read lock/unlock imbalancePaolo Bonzini
2018-03-06address_space_rw: address_space_to_flatview needs RCU lockPaolo Bonzini
2018-03-06address_space_map: address_space_to_flatview needs RCU lockPaolo Bonzini
2018-03-06address_space_access_valid: address_space_to_flatview needs RCU lockPaolo Bonzini
2018-03-06address_space_read: address_space_to_flatview needs RCU lockPaolo Bonzini
2018-03-06address_space_write: address_space_to_flatview needs RCU lockPaolo Bonzini
2018-02-19mem: add share parameter to memory-backend-ramMarcel Apfelbaum
2018-02-06tcg: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis
2018-01-19hostmem-file: add "align" optionHaozhong Zhang
2018-01-16cpu: flush TB cache when loading VMStatePavel Dovgalyuk
2018-01-16find_ram_offset: Align ram_addr_t allocation on long boundariesDr. David Alan Gilbert
2018-01-16find_ram_offset: Add comments and tracingDr. David Alan Gilbert
2017-12-21exec: Don't reuse unassigned_mem_ops for io_mem_romPeter Maydell
2017-12-21cpu: suffix cpu address spaces with cpu indexPeter Xu
2017-12-21cpu: refactor cpu_address_space_init()Peter Xu
2017-12-18misc: remove duplicated includesPhilippe Mathieu-Daudé
2017-11-21exec.c: Factor out before/after actions for notdirty memory writesPeter Maydell
2017-11-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2017-11-15exec: Do not resolve subpage in mru_sectionPaolo Bonzini
2017-11-13qom: move CPUClass.tcg_initialize to a globalEmilio G. Cota
2017-10-24tcg: Add CPUState cflags_next_tbRichard Henderson
2017-10-24tcg: define CF_PARALLEL and use it for TB hashing along with CF_COUNT_MASKEmilio G. Cota
2017-10-24qom: Introduce CPUClass.tcg_initializeRichard Henderson
2017-10-18watch_mem_write: implement 8-byte accessesPaolo Bonzini
2017-10-18notdirty_mem_write: implement 8-byte accessesAndrew Baumann
2017-10-12exec: simplify address_space_get_iotlb_entryPeter Xu
2017-10-12exec: add page_mask for flatview_do_translatePeter Xu
2017-10-10util: move qemu_real_host_page_size/mask to osdep.hEmilio G. Cota
2017-09-21memory: Rework "info mtree" to print flat views and dispatch treesAlexey Kardashevskiy
2017-09-21memory: Rename mem_begin/mem_commit/mem_add helpersAlexey Kardashevskiy
2017-09-21memory: Cleanup after switching to FlatViewAlexey Kardashevskiy
2017-09-21memory: Switch memory from using AddressSpace to FlatViewAlexey Kardashevskiy
2017-09-21memory: Remove AddressSpace pointer from AddressSpaceDispatchAlexey Kardashevskiy
2017-09-21memory: Move AddressSpaceDispatch from AddressSpace to FlatViewAlexey Kardashevskiy
2017-09-21memory: Open code FlatView renderingAlexey Kardashevskiy
2017-09-21exec: Explicitly export target AS from address_space_translate_internalAlexey Kardashevskiy
2017-09-19exec,dump,i386,ppc,s390x: don't include exec/cpu-all.h explicitlyDavid Hildenbrand
2017-08-01exec: Add lock parameter to qemu_ram_ptr_lengthAnthony PERARD
2017-07-14cpu: Convert to DEFINE_PROP_LINKFam Zheng