aboutsummaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)AuthorFilesLines
2024-01-29tcg: Make tb_cflags() usable from target-agnostic codeIlya Leoshkevich2-6/+6
2024-01-29include/exec: Move cpu_*()/cpu_env() to common headerAnton Johansson2-25/+26
2024-01-29include/exec: Move PAGE_* macros to common headerAnton Johansson2-24/+30
2024-01-29include/exec: typedef abi_ptr to vaddrAnton Johansson1-2/+2
2024-01-29include/exec: Use vaddr in DisasContextBase for virtual addressesAnton Johansson1-3/+3
2024-01-29target: Use vaddr in gen_intermediate_codeAnton Johansson1-1/+1
2024-01-29include/exec: Move vaddr defines to separate fileAnton Johansson2-12/+19
2024-01-19accel/tcg: Remove tb_invalidate_phys_page() from system emulationPhilippe Mathieu-Daudé1-1/+0
2024-01-19accel/tcg: Remove unused tb_invalidate_phys_addr()Philippe Mathieu-Daudé1-5/+0
2024-01-08Replace "iothread lock" with "BQL" in commentsStefan Hajnoczi3-4/+4
2024-01-05memory: Have memory_region_init_ram_from_fd() handler return a booleanPhilippe Mathieu-Daudé1-1/+3
2024-01-05memory: Have memory_region_init_ram_from_file() handler return a booleanPhilippe Mathieu-Daudé1-1/+3
2024-01-05memory: Have memory_region_init_resizeable_ram() return a booleanPhilippe Mathieu-Daudé1-1/+3
2024-01-05memory: Have memory_region_init_rom_device() handler return a booleanPhilippe Mathieu-Daudé1-1/+3
2024-01-05memory: Have memory_region_init_rom_device_nomigrate() return a booleanPhilippe Mathieu-Daudé1-1/+3
2024-01-05memory: Have memory_region_init_rom() handler return a booleanPhilippe Mathieu-Daudé1-1/+3
2024-01-05memory: Have memory_region_init_ram() handler return a booleanPhilippe Mathieu-Daudé1-1/+3
2024-01-05memory: Have memory_region_init_rom_nomigrate() handler return a booleanPhilippe Mathieu-Daudé1-1/+3
2024-01-05memory: Have memory_region_init_ram_nomigrate() handler return a booleanPhilippe Mathieu-Daudé1-1/+3
2024-01-05memory: Have memory_region_init_ram_flags_nomigrate() return a booleanPhilippe Mathieu-Daudé1-1/+3
2023-12-20memory: Remove "qemu:" prefix from the "qemu:ram-discard-manager" type nameThomas Huth1-1/+1
2023-11-14accel/tcg: Remove CF_LAST_IORichard Henderson1-7/+6
2023-11-08gdbstub: Introduce GDBFeatureBuilderAkihiko Odaki1-0/+50
2023-11-08gdbstub: Introduce gdb_find_static_feature()Akihiko Odaki1-0/+8
2023-11-08gdbstub: Add num_regs member to GDBFeatureAkihiko Odaki1-0/+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é2-1/+2
2023-11-07Merge tag 'pull-tcg-20231106' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi1-1/+0
2023-11-06accel/tcg: Move HMP info jit and info opcount codeRichard Henderson1-1/+0
2023-11-03memory: Introduce memory_region_iommu_set_iova_rangesEric Auger1-0/+32
2023-11-03memory: Let ReservedRegion use RangeEric Auger1-2/+2
2023-10-23Merge tag 'pull-tcg-20231023' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi1-0/+2
2023-10-22tcg: Define MO_TLPaolo Bonzini1-0/+2
2023-10-22memory: initialize 'fv' in MemoryRegionCache to make Coverity happyIlya Maximets1-0/+2
2023-10-12memory,vhost: Allow for marking memory device memory regions unmergeableDavid Hildenbrand1-0/+22
2023-10-12memory: Clarify mapping requirements for RamDiscardManagerDavid Hildenbrand1-2/+3
2023-10-12softmmu/physmem: Fixup qemu_ram_block_from_host() documentationDavid Hildenbrand1-0/+15
2023-10-11plugins: Set final instruction count in plugin_gen_tb_endMatt Borgerson1-2/+2
2023-10-11accel/tcg: Add plugin_enabled to DisasContextBaseRichard Henderson1-0/+2
2023-10-11gdbstub: Remove gdb_has_xml variableAkihiko Odaki1-8/+0
2023-10-11gdbstub: Introduce GDBFeature structureAkihiko Odaki1-2/+7
2023-10-05Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi1-3/+13
2023-10-04accel/tcg: Restrict dump_exec_info() declarationPhilippe Mathieu-Daudé1-5/+0
2023-10-04exec: Move cpu_loop_foo() target agnostic functions to 'cpu-common.h'Philippe Mathieu-Daudé2-30/+32
2023-10-04exec: Make EXCP_FOO definitions target agnosticPhilippe Mathieu-Daudé2-7/+7
2023-10-04accel/tcg: Remove env_tlb()Anton Johansson1-11/+0
2023-10-04accel/tcg: Modify tlb_*() to use CPUStateAnton Johansson1-4/+4
2023-10-04accel/tcg: Remove env_neg()Richard Henderson1-12/+1
2023-10-04accel/tcg: Remove cpu_set_cpustate_pointersRichard Henderson1-10/+0
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson1-1/+0