aboutsummaryrefslogtreecommitdiff
path: root/include/exec/cpu-common.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-08system/physmem: Propagate AddressSpace to MapClient helpersMattias Nissler1-2/+0
2024-05-06accel/tcg: Access tcg_cflags with getter / setterPhilippe Mathieu-Daudé1-0/+7
2024-05-06exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé1-30/+1
2024-05-06exec/cpu: Rename PAGE_BITS macro to PAGE_RWXBALATON Zoltan1-1/+1
2024-05-03exec: Include missing license in 'exec/cpu-common.h'Philippe Mathieu-Daudé1-2/+7
2024-04-23physmem: Introduce ram_block_discard_guest_memfd_range()Xiaoyao Li1-0/+2
2024-02-29cpu: Remove page_size_initRichard Henderson1-7/+0
2024-02-03include/exec: Change cpu_mmu_index argument to CPUStateRichard Henderson1-2/+1
2024-02-03include/exec: Implement cpu_mmu_index genericallyRichard Henderson1-0/+22
2024-01-29include/exec: Move cpu_*()/cpu_env() to common headerAnton Johansson1-0/+26
2024-01-29include/exec: Move PAGE_* macros to common headerAnton Johansson1-0/+30
2024-01-29include/exec: Move vaddr defines to separate fileAnton Johansson1-12/+1
2024-01-08Replace "iothread lock" with "BQL" in commentsStefan Hajnoczi1-1/+1
2023-11-07accel/tcg: Factor tcg_cpu_reset_hold() outPhilippe Mathieu-Daudé1-2/+0
2023-11-07accel/tcg: Declare tcg_flush_jmp_cache() in 'exec/tb-flush.h'Philippe Mathieu-Daudé1-1/+0
2023-10-12softmmu/physmem: Fixup qemu_ram_block_from_host() documentationDavid Hildenbrand1-0/+15
2023-10-04exec: Move cpu_loop_foo() target agnostic functions to 'cpu-common.h'Philippe Mathieu-Daudé1-0/+32
2023-10-04exec: Make EXCP_FOO definitions target agnosticPhilippe Mathieu-Daudé1-0/+7
2023-08-29softmmu: Use async_run_on_cpu in tcg_commitRichard Henderson1-1/+0
2023-06-13exec/memory: Introduce RAM_NAMED_FILE flagSteve Sistare1-0/+1
2023-05-11cpu: expose qemu_cpu_list_lock for lock-guard useJamie Iles1-0/+1
2023-05-02accel/tcg: Use one_insn_per_tb global instead of old singlestep globalPeter Maydell1-2/+0
2023-04-20cpu: Remove parameter of list_cpus()Thomas Huth1-1/+1
2022-10-26exec/cpu-common: add qemu_ram_get_fd()Stefan Hajnoczi1-0/+1
2022-10-04include/hw/core: Create struct CPUJumpCacheRichard Henderson1-0/+1
2022-09-06accel/tcg: Move qemu_ram_addr_from_host_nofail to physmem.cRichard Henderson1-0/+1
2022-07-20cpus: Introduce cpu_list_generation_idHyman Huang(黄勇)1-0/+1
2022-04-06include: move cpu_exec* declarations to cpu-common.hMarc-André Lureau1-0/+3
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau1-1/+1
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau1-1/+1
2022-03-16softmmu: List CPU types againPhilippe Mathieu-Daudé1-0/+2
2022-03-06exec/cpu: Make address_space_init/reloading_memory_map target agnosticPhilippe Mathieu-Daudé1-0/+23
2022-03-06exec: Make cpu_memory_rw_debug() target agnosticPhilippe Mathieu-Daudé1-0/+4
2022-03-06exec: Declare vaddr as a generic target-agnostic typePhilippe Mathieu-Daudé1-0/+12
2022-01-27exec/cpu: Make host pages variables / macros 'target agnostic'Philippe Mathieu-Daudé1-0/+9
2021-06-15memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()David Hildenbrand1-0/+1
2021-05-13util: vfio-helpers: Factor out and fix processing of existing ram blocksDavid Hildenbrand1-0/+1
2020-12-15vl: extract softmmu/globals.cPaolo Bonzini1-0/+3
2020-12-10make ram_size local to vl.cPaolo Bonzini1-2/+0
2020-10-12exec: split out non-softmmu-specific partsPaolo Bonzini1-0/+3
2020-06-12exec/cpu-common: Move MUSB specific typedefs to 'hw/usb/hcd-musb.h'Philippe Mathieu-Daudé1-3/+0
2020-02-20Let cpu_[physical]_memory() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé1-2/+2
2020-02-20exec: Let cpu_[physical]_memory API use a boolean 'is_write' argumentPhilippe Mathieu-Daudé1-3/+3
2020-02-20exec: Let the cpu_[physical]_memory API use void pointer argumentsPhilippe Mathieu-Daudé1-1/+1
2019-09-25cputlb: Move NOTDIRTY handling from I/O path to TLB pathRichard Henderson1-2/+0
2019-09-25cputlb: Move ROM handling from I/O path to TLB pathRichard Henderson1-1/+0
2019-05-03Header cleanupsAruna Jayasena1-3/+0
2019-04-18target: Simplify how the TARGET_cpu_list() printMarkus Armbruster1-13/+0
2019-03-06migration: Add an ability to ignore shared RAM blocksYury Kotov1-1/+0
2019-03-06exec: Change RAMBlockIterFunc definitionYury Kotov1-2/+4