summaryrefslogtreecommitdiffstats
path: root/include/exec/cpu-common.h
Commit message (Expand)AuthorAgeFilesLines
* vl: extract softmmu/globals.cPaolo Bonzini2020-12-151-0/+3
* make ram_size local to vl.cPaolo Bonzini2020-12-101-2/+0Star
* exec: split out non-softmmu-specific partsPaolo Bonzini2020-10-121-0/+3
* exec/cpu-common: Move MUSB specific typedefs to 'hw/usb/hcd-musb.h'Philippe Mathieu-Daudé2020-06-121-3/+0Star
* Let cpu_[physical]_memory() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-201-2/+2
* exec: Let cpu_[physical]_memory API use a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-201-3/+3
* exec: Let the cpu_[physical]_memory API use void pointer argumentsPhilippe Mathieu-Daudé2020-02-201-1/+1
* cputlb: Move NOTDIRTY handling from I/O path to TLB pathRichard Henderson2019-09-251-2/+0Star
* cputlb: Move ROM handling from I/O path to TLB pathRichard Henderson2019-09-251-1/+0Star
* Header cleanupsAruna Jayasena2019-05-031-3/+0Star
* target: Simplify how the TARGET_cpu_list() printMarkus Armbruster2019-04-181-13/+0Star
* migration: Add an ability to ignore shared RAM blocksYury Kotov2019-03-061-1/+0Star
* exec: Change RAMBlockIterFunc definitionYury Kotov2019-03-061-2/+4
* unify len and addr type for memory/address APIsLi Zhijian2019-02-051-4/+4
* Rename cpu_physical_memory_write_rom() to address_space_write_rom()Peter Maydell2018-12-141-2/+0Star
* tcg: remove tb_lockEmilio G. Cota2018-06-151-1/+1
* migration: discard non-migratable RAMBlocksCédric Le Goater2018-06-041-0/+4
* postcopy: use UFFDIO_ZEROPAGE only when availableDr. David Alan Gilbert2018-03-201-0/+3
* qemu_ram_block_host_offsetDr. David Alan Gilbert2018-03-201-0/+1
* cpu: Introduce a wrapper for tlb_flush() that can be used in common codeThomas Huth2017-07-041-0/+2
* RAMBlocks: qemu_ram_is_sharedDr. David Alan Gilbert2017-03-161-0/+1
* memory: Introduce DEVICE_HOST_ENDIAN for ram deviceYongji Xie2017-03-031-0/+6
* postcopy: Record largest page sizeDr. David Alan Gilbert2017-02-281-0/+1
* exec: ram_block_discard_rangeDr. David Alan Gilbert2017-02-281-0/+1
* exec: introduce memory_ldst.inc.cPaolo Bonzini2016-12-221-15/+0Star
* RAMBlocks: Store page sizeDr. David Alan Gilbert2016-10-131-0/+1
* cpus-common: move CPU list management to common codePaolo Bonzini2016-09-271-0/+5
* Clean up decorations and whitespace around header guardsMarkus Armbruster2016-07-121-2/+2
* Fix confusing argument names in some common functionsSergey Sorokin2016-07-121-6/+0Star
* memory: split memory_region_from_host from qemu_ram_addr_from_hostPaolo Bonzini2016-05-291-1/+1
* exec: remove ram_addr argument from qemu_ram_block_from_hostPaolo Bonzini2016-05-291-1/+1
* memory: drop find_ram_block()Gonglei2016-05-231-2/+2
* cpu: move endian-dependent load/store functions to cpu-all.hPaolo Bonzini2016-05-191-10/+0Star
* include: poison symbols in osdep.hPaolo Bonzini2016-05-191-4/+0Star
* Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster2016-03-221-1/+0Star
* move get_current_ram_size to virtio-balloon.cVladimir Sementsov-Ogievskiy2016-02-231-1/+0Star
* qemu_ram_block_by_nameDr. David Alan Gilbert2015-11-101-0/+1
* qemu_ram_block_from_hostDr. David Alan Gilbert2015-11-101-0/+3
* Stop including qemu-common.h in memory.hPeter Maydell2015-07-061-0/+2
* qemu_ram_foreach_block: pass up error value, and down the ramblock nameDr. David Alan Gilbert2015-06-121-2/+2
* dma-helpers: Fix race condition of continue_after_map_failure and dma_aio_cancelFam Zheng2015-04-271-1/+2
* pc-dimm: add a function to calculate VM's current RAM sizezhanghailiang2015-03-041-0/+1
* softmmu: provide softmmu access type enumLeon Alrae2014-11-031-0/+6
* NUMA: move numa related code to new file numa.cWanlong Gao2014-06-191-0/+2
* exec: introduce qemu_ram_unset_idstr() to unset RAMBlock idstrHu Tao2014-06-171-0/+1
* exec: Make cpu_physical_memory_write_rom input an ASEdgar E. Iglesias2014-02-111-1/+1
* exec: Make stb_phys input an AddressSpaceEdgar E. Iglesias2014-02-111-1/+1
* exec: Make stw_*_phys input an AddressSpaceEdgar E. Iglesias2014-02-111-3/+3
* exec: Make stl_phys_notdirty input an AddressSpaceEdgar E. Iglesias2014-02-111-1/+1
* exec: Make stl_*_phys input an AddressSpaceEdgar E. Iglesias2014-02-111-3/+3