summaryrefslogtreecommitdiffstats
path: root/include/exec
Commit message (Expand)AuthorAgeFilesLines
...
* cpu: Introduce a wrapper for tlb_flush() that can be used in common codeThomas Huth2017-07-041-0/+2
* include/exec/poison: Mark CONFIG_KVM as poisoned, tooThomas Huth2017-07-041-0/+1
* include/exec/poison: Add some more missing TARGET and CONFIG definesThomas Huth2017-07-041-0/+6
* gen-icount: use tcg_ctx.tcg_env instead of cpu_envEmilio G. Cota2017-06-301-4/+6
* gen-icount: add missing inline to gen_tb_endEmilio G. Cota2017-06-301-1/+1
* exec: fix access to ram_list.dirty_memory when sync dirty bitmapHaozhong Zhang2017-06-281-3/+6
* exec: allow to get a pointer for some mmio memory regionKONRAD Frederic2017-06-271-0/+35
* Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170619' into stagingPeter Maydell2017-06-222-5/+3Star
|\
| * tcg/arm: Use indirect branch for goto_tbRichard Henderson2017-06-191-4/+1Star
| * tcg: allocate TB structs before the corresponding translated codeEmilio G. Cota2017-06-191-1/+2
* | include/exec/poison: Mark some CONFIG defines as poisoned, tooThomas Huth2017-06-151-0/+20
* | include/exec/poison: Add missing TARGET definesThomas Huth2017-06-151-0/+11
* | memory: remove memory_region_set_fdMarc-André Lureau2017-06-151-11/+0Star
* | Add memory_region_init_ram_from_fd()Marc-André Lureau2017-06-151-0/+20
* | exec: split qemu_ram_alloc_from_file()Marc-André Lureau2017-06-151-0/+3
|/
* tb-hash: improve tb_jmp_cache hash function in user modeEmilio G. Cota2017-06-051-0/+12
* tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptrEmilio G. Cota2017-06-051-0/+2
* trivial: Remove unneeded ifndef in memory.hJuan Quintela2017-06-041-2/+0Star
* memory: remove the last param in memory_region_iommu_replay()Peter Xu2017-05-251-4/+1Star
* memory: tune last param of iommu_ops.translate()Peter Xu2017-05-251-2/+8
* migration: Make savevm.c target independentJuan Quintela2017-05-181-0/+2
* exec: Create include for target_page_size()Juan Quintela2017-05-181-0/+19
* ramblock: add new hmp command "info ramblock"Peter Xu2017-05-171-0/+1
* ramblock: add RAMBLOCK_FOREACH()Peter Xu2017-05-171-0/+5
* ram: Split dirty bitmap by RAMBlockJuan Quintela2017-05-041-3/+10
* Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170421-v2-tag' i...Peter Maydell2017-04-261-2/+2
|\
| * xen: rename xen_modified_memory() to xen_hvm_modified_memory()Paul Durrant2017-03-221-2/+2
* | memory: add support getting and using a dirty bitmap copy.Gerd Hoffmann2017-04-242-0/+54
* | Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170421' i...Peter Maydell2017-04-211-4/+4
|\ \
| * | ram: Remove migration_bitmap_extend()Juan Quintela2017-04-211-2/+0Star
| * | ram: rename last_ram_offset() last_ram_pages()Juan Quintela2017-04-211-1/+1
| * | ram: Pass RAMBlock to bitmap_syncJuan Quintela2017-04-211-0/+2
| * | ram: Change num_dirty_pages_period type to uint64_tJuan Quintela2017-04-211-1/+1
* | | intel_iommu: provide its own replay() callbackPeter Xu2017-04-201-0/+2
* | | memory: add MemoryRegionIOMMUOps.replay() callbackPeter Xu2017-04-201-0/+2
* | | memory: introduce memory_region_notify_one()Peter Xu2017-04-201-0/+15
* | | memory: provide iommu_replay_all()Peter Xu2017-04-201-0/+8
* | | memory: provide IOMMU_NOTIFIER_FOREACH macroPeter Xu2017-04-201-0/+3
* | | memory: add section range info for IOMMU notifierPeter Xu2017-04-201-1/+18
|/ /
* / exec: revert MemoryRegionCachePaolo Bonzini2017-04-031-6/+4Star
|/
* RAMBlocks: qemu_ram_is_sharedDr. David Alan Gilbert2017-03-161-0/+1
* Change the method to calculate dirty-pages-rateChao Fan2017-03-161-1/+4
* memory_region: Fix name commentsDr. David Alan Gilbert2017-03-141-6/+12
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170303' into...Peter Maydell2017-03-041-0/+1
|\
| * exec, kvm, target-ppc: Move getrampagesize() to common codeAlexey Kardashevskiy2017-03-031-0/+1
* | memory: Introduce DEVICE_HOST_ENDIAN for ram deviceYongji Xie2017-03-031-0/+6
* | Merge branch 'icount-update' into HEADPaolo Bonzini2017-03-031-28/+25Star
|\ \ | |/ |/|
| * cpu-exec: unify icount_decr and tcg_exit_reqPaolo Bonzini2017-02-221-28/+25Star
* | postcopy: Record largest page sizeDr. David Alan Gilbert2017-02-281-0/+1
* | exec: ram_block_discard_rangeDr. David Alan Gilbert2017-02-281-0/+1