summaryrefslogtreecommitdiffstats
path: root/include/exec/cpu-common.h
Commit message (Expand)AuthorAgeFilesLines
* exec/cpu-common: add qemu_ram_get_fd()Stefan Hajnoczi2022-10-261-0/+1
* include/hw/core: Create struct CPUJumpCacheRichard Henderson2022-10-041-0/+1
* accel/tcg: Move qemu_ram_addr_from_host_nofail to physmem.cRichard Henderson2022-09-061-0/+1
* cpus: Introduce cpu_list_generation_idHyman Huang(黄勇)2022-07-201-0/+1
* include: move cpu_exec* declarations to cpu-common.hMarc-André Lureau2022-04-061-0/+3
* Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau2022-04-061-1/+1
* Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau2022-04-061-1/+1
* softmmu: List CPU types againPhilippe Mathieu-Daudé2022-03-161-0/+2
* exec/cpu: Make address_space_init/reloading_memory_map target agnosticPhilippe Mathieu-Daudé2022-03-061-0/+23
* exec: Make cpu_memory_rw_debug() target agnosticPhilippe Mathieu-Daudé2022-03-061-0/+4
* exec: Declare vaddr as a generic target-agnostic typePhilippe Mathieu-Daudé2022-03-061-0/+12
* exec/cpu: Make host pages variables / macros 'target agnostic'Philippe Mathieu-Daudé2022-01-271-0/+9
* memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()David Hildenbrand2021-06-151-0/+1
* util: vfio-helpers: Factor out and fix processing of existing ram blocksDavid Hildenbrand2021-05-131-0/+1
* 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