summary refs log tree commit diff stats
path: root/include/exec (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* memory,vhost: Allow for marking memory device memory regions unmergeableDavid Hildenbrand2023-10-121-0/+22
* memory: Clarify mapping requirements for RamDiscardManagerDavid Hildenbrand2023-10-121-2/+3
* softmmu/physmem: Fixup qemu_ram_block_from_host() documentationDavid Hildenbrand2023-10-121-0/+15
* plugins: Set final instruction count in plugin_gen_tb_endMatt Borgerson2023-10-111-2/+2
* accel/tcg: Add plugin_enabled to DisasContextBaseRichard Henderson2023-10-111-0/+2
* gdbstub: Remove gdb_has_xml variableAkihiko Odaki2023-10-111-8/+0
* gdbstub: Introduce GDBFeature structureAkihiko Odaki2023-10-111-2/+7
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi2023-10-051-3/+13
|\
| * virtio: don't zero out memory region cache for indirect descriptorsIlya Maximets2023-10-041-3/+13
* | accel/tcg: Restrict dump_exec_info() declarationPhilippe Mathieu-Daudé2023-10-041-5/+0