aboutsummaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)AuthorFilesLines
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
2023-10-04virtio: don't zero out memory region cache for indirect descriptorsIlya Maximets1-3/+13
2023-10-03accel/tcg: Remove cpu_neg()Richard Henderson2-12/+1
2023-10-03accel/tcg: Remove CPUState.icount_decr_ptrRichard Henderson1-1/+0
2023-10-03accel/tcg: Move CPUNegativeOffsetState into CPUStateRichard Henderson1-13/+9
2023-10-03accel/tcg: Validate placement of CPUNegativeOffsetStateRichard Henderson1-0/+6
2023-10-03accel/tcg: Move CPUTLB definitions from cpu-defs.hRichard Henderson1-150/+0
2023-10-03target/arm: Replace TARGET_PAGE_ENTRY_EXTRAAnton Johansson1-3/+15
2023-10-03accel/tcg: Restrict tcg_exec_[un]realizefn() to TCGPhilippe Mathieu-Daudé1-2/+0
2023-10-03accel/tcg: Have tcg_exec_realizefn() return a booleanPhilippe Mathieu-Daudé1-1/+1
2023-09-28accel/tcg: Track current value of can_do_io in the TBRichard Henderson1-0/+2
2023-09-19Merge tag 'mem-2023-09-19' of https://github.com/davidhildenbrand/qemu into s...Stefan Hajnoczi2-8/+15
2023-09-19memory: avoid updating ioeventfds for some address_spacehongmianquan1-0/+1
2023-09-19softmmu/physmem: Distinguish between file access mode and mmap protectionDavid Hildenbrand2-8/+14
2023-09-15thunk: Delete checks for old host definitionsAkihiko Odaki1-2/+1
2023-09-15accel/tcg: Fix the comment for CPUTLBEntryFullLIU Zhiwei1-6/+6
2023-09-08accel/tcg: Fix typo in translator_io_start() descriptionPhilippe Mathieu-Daudé1-1/+1
2023-08-31exec/translation-block: Clean up includesPhilippe Mathieu-Daudé1-3/+3
2023-08-31target/translate: Restrict 'exec/cpu_ldst.h' to user emulationPhilippe Mathieu-Daudé1-1/+1
2023-08-31exec/address-spaces.h: Remove unuseful 'exec/memory.h' includePhilippe Mathieu-Daudé1-2/+0
2023-08-31bulk: Do not declare function prototypes using 'extern' keywordPhilippe Mathieu-Daudé2-23/+23