aboutsummaryrefslogtreecommitdiff
path: root/include/exec/cpu-common.h
AgeCommit message (Expand)Author
2020-06-12exec/cpu-common: Move MUSB specific typedefs to 'hw/usb/hcd-musb.h'Philippe Mathieu-Daudé
2020-02-20Let cpu_[physical]_memory() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé
2020-02-20exec: Let cpu_[physical]_memory API use a boolean 'is_write' argumentPhilippe Mathieu-Daudé
2020-02-20exec: Let the cpu_[physical]_memory API use void pointer argumentsPhilippe Mathieu-Daudé
2019-09-25cputlb: Move NOTDIRTY handling from I/O path to TLB pathRichard Henderson
2019-09-25cputlb: Move ROM handling from I/O path to TLB pathRichard Henderson
2019-05-03Header cleanupsAruna Jayasena
2019-04-18target: Simplify how the TARGET_cpu_list() printMarkus Armbruster
2019-03-06migration: Add an ability to ignore shared RAM blocksYury Kotov
2019-03-06exec: Change RAMBlockIterFunc definitionYury Kotov
2019-02-05unify len and addr type for memory/address APIsLi Zhijian
2018-12-14Rename cpu_physical_memory_write_rom() to address_space_write_rom()Peter Maydell
2018-06-15tcg: remove tb_lockEmilio G. Cota
2018-06-04migration: discard non-migratable RAMBlocksCédric Le Goater
2018-03-20postcopy: use UFFDIO_ZEROPAGE only when availableDr. David Alan Gilbert
2018-03-20qemu_ram_block_host_offsetDr. David Alan Gilbert
2017-07-04cpu: Introduce a wrapper for tlb_flush() that can be used in common codeThomas Huth
2017-03-16RAMBlocks: qemu_ram_is_sharedDr. David Alan Gilbert
2017-03-03memory: Introduce DEVICE_HOST_ENDIAN for ram deviceYongji Xie
2017-02-28postcopy: Record largest page sizeDr. David Alan Gilbert
2017-02-28exec: ram_block_discard_rangeDr. David Alan Gilbert
2016-12-22exec: introduce memory_ldst.inc.cPaolo Bonzini
2016-10-13RAMBlocks: Store page sizeDr. David Alan Gilbert
2016-09-27cpus-common: move CPU list management to common codePaolo Bonzini
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster
2016-07-12Fix confusing argument names in some common functionsSergey Sorokin
2016-05-29memory: split memory_region_from_host from qemu_ram_addr_from_hostPaolo Bonzini
2016-05-29exec: remove ram_addr argument from qemu_ram_block_from_hostPaolo Bonzini
2016-05-23memory: drop find_ram_block()Gonglei
2016-05-19cpu: move endian-dependent load/store functions to cpu-all.hPaolo Bonzini
2016-05-19include: poison symbols in osdep.hPaolo Bonzini
2016-03-22Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster
2016-02-23move get_current_ram_size to virtio-balloon.cVladimir Sementsov-Ogievskiy
2015-11-10qemu_ram_block_by_nameDr. David Alan Gilbert
2015-11-10qemu_ram_block_from_hostDr. David Alan Gilbert
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