summary refs log tree commit diff stats
path: root/include/exec/cpu-common.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* system/physmem: Remove legacy cpu_physical_memory_rw()Philippe Mathieu-Daudé2025-10-071-2/+0
* system/physmem: Un-inline cpu_physical_memory_read/write()Philippe Mathieu-Daudé2025-10-071-10/+2
* system/physmem: Pass address space argument to cpu_flush_icache_range()Philippe Mathieu-Daudé2025-10-071-2/+0
* system/physmem: Remove cpu_physical_memory_is_io()Philippe Mathieu-Daudé2025-10-071-2/+0
* system/ramblock: Move ram_block_discard_*_range() declarationsPhilippe Mathieu-Daudé2025-10-071-3/+0
* physmem: Destroy all CPU AddressSpaces on unrealizePeter Maydell2025-10-031-5/+5
* accel/tcg: Remove cpu_loop_exit_restore() stubPhilippe Mathieu-Daudé2025-09-241-1/+1
* physmem: qemu_ram_get_fd_offsetSteve Sistare2025-07-031-0/+1
* include/exec/cpu-common.h: fix "the the" typo in commentMichael Tokarev2025-05-091-1/+1
* system/memory: Remove DEVICE_HOST_ENDIAN definitionPhilippe Mathieu-Daudé2025-04-251-6/+0
* include/exec: Drop ifndef CONFIG_USER_ONLY from cpu-common.hRichard Henderson2025-04-231-6/+0
* include/exec: Split out accel/tcg/cpu-mmu-index.hRichard Henderson2025-04-231-20/+0
* system/physmem: handle hugetlb correctly in qemu_ram_remap()William Roche2025-02-121-1/+1
* accel/tcg: Move tcg_cflags_has/set() to 'exec/translation-block.h'Philippe Mathieu-Daudé2024-12-201-3/+0
* accel/tcg: Restrict curr_cflags() declaration to 'internal-common.h'Philippe Mathieu-Daudé2024-12-201-3/+0
* accel/tcg: Declare cpu_loop_exit_requested() in 'exec/cpu-common.h'Philippe Mathieu-Daudé2024-12-201-0/+18
* include/exec: Introduce env_cpu_const()Ilya Leoshkevich2024-10-131-1/+12
* 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