summaryrefslogtreecommitdiffstats
path: root/exec.c
Commit message (Expand)AuthorAgeFilesLines
* qom: move CPUClass.tcg_initialize to a globalEmilio G. Cota2017-11-131-2/+3
* tcg: Add CPUState cflags_next_tbRichard Henderson2017-10-241-5/+2Star
* tcg: define CF_PARALLEL and use it for TB hashing along with CF_COUNT_MASKEmilio G. Cota2017-10-241-1/+1
* qom: Introduce CPUClass.tcg_initializeRichard Henderson2017-10-241-1/+6
* watch_mem_write: implement 8-byte accessesPaolo Bonzini2017-10-181-0/+16
* notdirty_mem_write: implement 8-byte accessesAndrew Baumann2017-10-181-0/+13
* exec: simplify address_space_get_iotlb_entryPeter Xu2017-10-121-21/+10Star
* exec: add page_mask for flatview_do_translatePeter Xu2017-10-121-6/+45
* util: move qemu_real_host_page_size/mask to osdep.hEmilio G. Cota2017-10-101-4/+0Star
* memory: Rework "info mtree" to print flat views and dispatch treesAlexey Kardashevskiy2017-09-211-0/+84
* memory: Rename mem_begin/mem_commit/mem_add helpersAlexey Kardashevskiy2017-09-211-9/+3Star
* memory: Cleanup after switching to FlatViewAlexey Kardashevskiy2017-09-211-8/+8
* memory: Switch memory from using AddressSpace to FlatViewAlexey Kardashevskiy2017-09-211-75/+105
* memory: Remove AddressSpace pointer from AddressSpaceDispatchAlexey Kardashevskiy2017-09-211-8/+7Star
* memory: Move AddressSpaceDispatch from AddressSpace to FlatViewAlexey Kardashevskiy2017-09-211-30/+11Star
* memory: Open code FlatView renderingAlexey Kardashevskiy2017-09-211-24/+3Star
* exec: Explicitly export target AS from address_space_translate_internalAlexey Kardashevskiy2017-09-211-4/+7
* exec,dump,i386,ppc,s390x: don't include exec/cpu-all.h explicitlyDavid Hildenbrand2017-09-191-1/+0Star
* exec: Add lock parameter to qemu_ram_ptr_lengthAnthony PERARD2017-08-011-6/+6
* cpu: Convert to DEFINE_PROP_LINKFam Zheng2017-07-141-12/+15
* memory/iommu: introduce IOMMUMemoryRegionClassAlexey Kardashevskiy2017-07-141-2/+4
* memory/iommu: QOM'fy IOMMU MemoryRegionAlexey Kardashevskiy2017-07-141-6/+6
* Revert "exec.c: Fix breakpoint invalidation race"Pranith Kumar2017-07-141-6/+19
* exec: use qemu_ram_ptr_length to access guest ramPrasad J Pandit2017-07-141-2/+2
* exec: elide calls to tb_lock and tb_unlockPaolo Bonzini2017-07-041-0/+3
* tcg: move page_size_init() functionYang Zhong2017-07-041-0/+20
* exec: split qemu_ram_alloc_from_file()Marc-André Lureau2017-06-151-15/+30
* exec: split file_ram_alloc()Marc-André Lureau2017-06-151-37/+46
* exec: check kvm mmu notifiers earlierMarc-André Lureau2017-06-151-6/+6
* exec: simplify phys_page_find() paramsPeter Xu2017-06-061-7/+6Star
* memory: tune last param of iommu_ops.translate()Peter Xu2017-05-251-1/+2
* migration: Make savevm.c target independentJuan Quintela2017-05-181-0/+9
* exec: Create include for target_page_size()Juan Quintela2017-05-181-0/+1
* Merge remote-tracking branch 'dgilbert/tags/pull-hmp-20170517' into stagingStefan Hajnoczi2017-05-181-11/+33
|\
| * ramblock: add new hmp command "info ramblock"Peter Xu2017-05-171-0/+22
| * ramblock: add RAMBLOCK_FOREACH()Peter Xu2017-05-171-11/+11
* | Merge remote-tracking branch 'mst/tags/for_upstream' into stagingStefan Hajnoczi2017-05-181-34/+69
|\ \
| * | exec: abstract address_space_do_translate()Peter Xu2017-05-171-34/+69
| |/
* / xen/mapcache: store dma information in revmapcache entries for debuggingStefano Stabellini2017-05-161-4/+4
|/
* memory: add support getting and using a dirty bitmap copy.Gerd Hoffmann2017-04-241-0/+75
* ram: Remove migration_bitmap_extend()Juan Quintela2017-04-211-1/+0Star
* ram: rename last_ram_offset() last_ram_pages()Juan Quintela2017-04-211-3/+3
* ram: Rename qemu_target_page_bits() to qemu_target_page_size()Juan Quintela2017-04-211-2/+2
* exec: revert MemoryRegionCachePaolo Bonzini2017-04-031-53/+11Star
* RAMBlocks: qemu_ram_is_sharedDr. David Alan Gilbert2017-03-161-0/+5
* exec: add cpu_synchronize_state to cpu_memory_rw_debugChristian Borntraeger2017-03-141-0/+2
* mem-prealloc: reduce large guest start-up and migration time.Jitendra Kolhe2017-03-141-1/+1
* exec, kvm, target-ppc: Move getrampagesize() to common codeAlexey Kardashevskiy2017-03-031-0/+82
* postcopy: Record largest page sizeDr. David Alan Gilbert2017-02-281-0/+13
* postcopy: enhance ram_block_discard_range for hugepagesDr. David Alan Gilbert2017-02-281-4/+20