aboutsummaryrefslogtreecommitdiff
path: root/include/exec/cpu-common.h
AgeCommit message (Expand)Author
2015-07-06Stop including qemu-common.h in memory.hPeter Maydell
2015-06-12qemu_ram_foreach_block: pass up error value, and down the ramblock nameDr. David Alan Gilbert
2015-04-27dma-helpers: Fix race condition of continue_after_map_failure and dma_aio_cancelFam Zheng
2015-03-04pc-dimm: add a function to calculate VM's current RAM sizezhanghailiang
2014-11-03softmmu: provide softmmu access type enumLeon Alrae
2014-06-19NUMA: move numa related code to new file numa.cWanlong Gao
2014-06-17exec: introduce qemu_ram_unset_idstr() to unset RAMBlock idstrHu Tao
2014-02-11exec: Make cpu_physical_memory_write_rom input an ASEdgar E. Iglesias
2014-02-11exec: Make stb_phys input an AddressSpaceEdgar E. Iglesias
2014-02-11exec: Make stw_*_phys input an AddressSpaceEdgar E. Iglesias
2014-02-11exec: Make stl_phys_notdirty input an AddressSpaceEdgar E. Iglesias
2014-02-11exec: Make stl_*_phys input an AddressSpaceEdgar E. Iglesias
2014-02-11exec: Make stq_*_phys input an AddressSpaceEdgar E. Iglesias
2014-02-11exec: Make lduw_*_phys input an AddressSpaceEdgar E. Iglesias
2014-02-11exec: Make ldq/ldub_*_phys input an AddressSpaceEdgar E. Iglesias
2014-02-11exec: Make ldl_*_phys input an AddressSpaceEdgar E. Iglesias
2013-12-20roms: Flush icache when writing roms to guest memoryAlexander Graf
2013-07-04memory: return MemoryRegion from qemu_ram_addr_from_hostPaolo Bonzini
2013-07-04exec: move qemu_ram_addr_from_host_nofail to cputlb.cPaolo Bonzini
2013-06-28hwaddr: Make hwaddr type usable beyond softmmuAndreas Färber
2013-06-27rdma: introduce qemu_ram_foreach_block()Michael R. Hines
2013-05-29exec: make io_mem_unassigned privatePaolo Bonzini
2013-05-29exec: eliminate io_mem_ramPaolo Bonzini
2013-05-24exec: eliminate stq_phys_notdirtyPaolo Bonzini
2013-05-24exec: make qemu_get_ram_ptr privatePaolo Bonzini
2013-05-24exec: eliminate qemu_put_ram_ptrPaolo Bonzini
2012-12-23Merge branch 'master' of git://git.qemu.org/qemu into qom-cpuAndreas Färber
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19exec: move include files to include/exec/Paolo Bonzini