aboutsummaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)AuthorFilesLines
2024-03-05Merge tag 'pull-target-arm-20240305' of https://git.linaro.org/people/pmaydel...Peter Maydell2-13/+3
2024-03-05accel/tcg: Add TLB_CHECK_ALIGNEDRichard Henderson1-1/+3
2024-03-05accel/tcg: Add tlb_fill_flags to CPUTLBEntryFullRichard Henderson1-2/+0
2024-03-05exec/memattrs: Remove target_tlb_bit*Richard Henderson1-10/+0
2024-03-05Merge tag 'migration-next-pull-request' of https://gitlab.com/peterx/qemu int...Peter Maydell1-0/+13
2024-03-01migration/ram: Add outgoing 'mapped-ram' migrationFabiano Rosas1-0/+13
2024-02-29cpu: Remove page_size_initRichard Henderson1-7/+0
2024-02-28gdbstub: expose api to find registersAlex Bennée1-0/+28
2024-02-28gdbstub: Add members to identify registers to GDBFeatureAkihiko Odaki1-0/+3
2024-02-28gdbstub: Simplify XML lookupAkihiko Odaki1-0/+6
2024-02-28gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cbAkihiko Odaki1-2/+2
2024-02-28gdbstub: Use GDBFeature for gdb_register_coprocessorAkihiko Odaki1-1/+1
2024-02-21include/exec/memory.h: correct typosManos Pitsidianakis1-1/+1
2024-02-14exec/ioport: Add portio_list_set_enabled()Bernhard Beschow1-0/+1
2024-02-14exec/ioport: Add portio_list_set_address()Bernhard Beschow1-0/+2
2024-02-14exec/ioport: Resolve redundant .base attribute in struct MemoryRegionPortioBernhard Beschow1-1/+0
2024-02-03include/exec: Change cpu_mmu_index argument to CPUStateRichard Henderson2-3/+2
2024-02-03include/exec: Implement cpu_mmu_index genericallyRichard Henderson2-0/+26
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