aboutsummaryrefslogtreecommitdiffstats
path: root/include/exec/cpu-common.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* cpu-common.c: export cpu_get_free_index to be reused laterHarsh Prateek Bora2024-07-261-0/+2
* physmem: Add helper function to destroy CPU AddressSpaceSalil Mehta2024-07-221-0/+8
* system/physmem: Propagate AddressSpace to MapClient helpersMattias Nissler2024-05-081-2/+0
* accel/tcg: Access tcg_cflags with getter / setterPhilippe Mathieu-Daudé2024-05-061-0/+7
* exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé2024-05-061-30/+1
* exec/cpu: Rename PAGE_BITS macro to PAGE_RWXBALATON Zoltan2024-05-061-1/+1
* exec: Include missing license in 'exec/cpu-common.h'Philippe Mathieu-Daudé2024-05-031-2/+7
* physmem: Introduce ram_block_discard_guest_memfd_range()Xiaoyao Li2024-04-231-0/+2
* cpu: Remove page_size_initRichard Henderson2024-02-291-7/+0
* include/exec: Change cpu_mmu_index argument to CPUStateRichard Henderson2024-02-031-2/+1
* include/exec: Implement cpu_mmu_index genericallyRichard Henderson2024-02-031-0/+22
* include/exec: Move cpu_*()/cpu_env() to common headerAnton Johansson2024-01-291-0/+26
* include/exec: Move PAGE_* macros to common headerAnton Johansson2024-01-291-0/+30
* include/exec: Move vaddr defines to separate fileAnton Johansson2024-01-291-12/+1
* Replace "iothread lock" with "BQL" in commentsStefan Hajnoczi2024-01-081-1/+1
* accel/tcg: Factor tcg_cpu_reset_hold() outPhilippe Mathieu-Daudé2023-11-071-2/+0
* accel/tcg: Declare tcg_flush_jmp_cache() in 'exec/tb-flush.h'Philippe Mathieu-Daudé2023-11-071-1/+0
* softmmu/physmem: Fixup qemu_ram_block_from_host() documentationDavid Hildenbrand2023-10-121-0/+15
* exec: Move cpu_loop_foo() target agnostic functions to 'cpu-common.h'Philippe Mathieu-Daudé2023-10-041-0/+32
* exec: Make EXCP_FOO definitions target agnosticPhilippe Mathieu-Daudé2023-10-041-0/+7
* softmmu: Use async_run_on_cpu in tcg_commitRichard Henderson2023-08-291-1/+0
* exec/memory: Introduce RAM_NAMED_FILE flagSteve Sistare2023-06-131-0/+1
* cpu: expose qemu_cpu_list_lock for lock-guard useJamie Iles2023-05-111-0/+1
* accel/tcg: Use one_insn_per_tb global instead of old singlestep globalPeter Maydell2023-05-021-2/+0
* cpu: Remove parameter of list_cpus()Thomas Huth2023-04-201-1/+1
* 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/+0
* 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/+0
* 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/+0
* cputlb: Move ROM handling from I/O path to TLB pathRichard Henderson2019-09-251-1/+0
* Header cleanupsAruna Jayasena2019-05-031-3/+0
* target: Simplify how the TARGET_cpu_list() printMarkus Armbruster2019-04-181-13/+0