summary refs log tree commit diff stats
path: root/include/exec (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * accel/tcg: Add tlb_fill_flags to CPUTLBEntryFullRichard Henderson2024-03-051-2/+0
| * exec/memattrs: Remove target_tlb_bit*Richard Henderson2024-03-051-10/+0
* | Merge tag 'migration-next-pull-request' of https://gitlab.com/peterx/qemu int...Peter Maydell2024-03-051-0/+13
|\ \ | |/ |/|
| * migration/ram: Add outgoing 'mapped-ram' migrationFabiano Rosas2024-03-011-0/+13
* | cpu: Remove page_size_initRichard Henderson2024-02-291-7/+0
|/
* gdbstub: expose api to find registersAlex Bennée2024-02-281-0/+28
* gdbstub: Add members to identify registers to GDBFeatureAkihiko Odaki2024-02-281-0/+3
* gdbstub: Simplify XML lookupAkihiko Odaki2024-02-281-0/+6
* gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cbAkihiko Odaki2024-02-281-2/+2
* gdbstub: Use GDBFeature for gdb_register_coprocessorAkihiko Odaki2024-02-281-1/+1
* include/exec/memory.h: correct typosManos Pitsidianakis2024-02-211-1/+1
* exec/ioport: Add portio_list_set_enabled()Bernhard Beschow2024-02-141-0/+1
* exec/ioport: Add portio_list_set_address()Bernhard Beschow2024-02-141-0/+2
* exec/ioport: Resolve redundant .base attribute in struct MemoryRegionPortioBernhard Beschow2024-02-141-1/+0
* include/exec: Change cpu_mmu_index argument to CPUStateRichard Henderson2024-02-032-3/+2
* include/exec: Implement cpu_mmu_index genericallyRichard Henderson2024-02-032-0/+26
* tcg: Make tb_cflags() usable from target-agnostic codeIlya Leoshkevich2024-01-292-6/+6
* include/exec: Move cpu_*()/cpu_env() to common headerAnton Johansson2024-01-292-25/+26
* include/exec: Move PAGE_* macros to common headerAnton Johansson2024-01-292-24/+30
* include/exec: typedef abi_ptr to vaddrAnton Johansson2024-01-291-2/+2
* include/exec: Use vaddr in DisasContextBase for virtual addressesAnton Johansson2024-01-291-3/+3
* target: Use vaddr in gen_intermediate_codeAnton Johansson2024-01-291-1/+1
* include/exec: Move vaddr defines to separate fileAnton Johansson2024-01-292-12/+19
* accel/tcg: Remove tb_invalidate_phys_page() from system emulationPhilippe Mathieu-Daudé2024-01-191-1/+0
* accel/tcg: Remove unused tb_invalidate_phys_addr()Philippe Mathieu-Daudé2024-01-191-5/+0
* Replace "iothread lock" with "BQL" in commentsStefan Hajnoczi2024-01-083-4/+4
* memory: Have memory_region_init_ram_from_fd() handler return a booleanPhilippe Mathieu-Daudé2024-01-051-1/+3
* memory: Have memory_region_init_ram_from_file() handler return a booleanPhilippe Mathieu-Daudé2024-01-051-1/+3
* memory: Have memory_region_init_resizeable_ram() return a booleanPhilippe Mathieu-Daudé2024-01-051-1/+3
* memory: Have memory_region_init_rom_device() handler return a booleanPhilippe Mathieu-Daudé2024-01-051-1/+3
* memory: Have memory_region_init_rom_device_nomigrate() return a booleanPhilippe Mathieu-Daudé2024-01-051-1/+3
* memory: Have memory_region_init_rom() handler return a booleanPhilippe Mathieu-Daudé2024-01-051-1/+3
* memory: Have memory_region_init_ram() handler return a booleanPhilippe Mathieu-Daudé2024-01-051-1/+3
* memory: Have memory_region_init_rom_nomigrate() handler return a booleanPhilippe Mathieu-Daudé2024-01-051-1/+3
* memory: Have memory_region_init_ram_nomigrate() handler return a booleanPhilippe Mathieu-Daudé2024-01-051-1/+3
* memory: Have memory_region_init_ram_flags_nomigrate() return a booleanPhilippe Mathieu-Daudé2024-01-051-1/+3
* memory: Remove "qemu:" prefix from the "qemu:ram-discard-manager" type nameThomas Huth2023-12-201-1/+1
* accel/tcg: Remove CF_LAST_IORichard Henderson2023-11-141-7/+6
* gdbstub: Introduce GDBFeatureBuilderAkihiko Odaki2023-11-081-0/+50
* gdbstub: Introduce gdb_find_static_feature()Akihiko Odaki2023-11-081-0/+8
* gdbstub: Add num_regs member to GDBFeatureAkihiko Odaki2023-11-081-0/+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-072-1/+2
* Merge tag 'pull-tcg-20231106' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi2023-11-071-1/+0
|\
| * accel/tcg: Move HMP info jit and info opcount codeRichard Henderson2023-11-061-1/+0
* | memory: Introduce memory_region_iommu_set_iova_rangesEric Auger2023-11-031-0/+32
* | memory: Let ReservedRegion use RangeEric Auger2023-11-031-2/+2
|/
* Merge tag 'pull-tcg-20231023' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi2023-10-231-0/+2
|\
| * tcg: Define MO_TLPaolo Bonzini2023-10-221-0/+2
* | memory: initialize 'fv' in MemoryRegionCache to make Coverity happyIlya Maximets2023-10-221-0/+2
|/