aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-05-16plugins: add new inline op STORE_U64Pierrick Bouvier2-2/+3
2024-05-16plugins: prepare introduction of new inline opsPierrick Bouvier1-1/+1
2024-05-15Merge tag 'pull-tcg-20240515' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson8-64/+75
2024-05-15accel/tcg: Remove cpu_ldsb_code / cpu_ldsw_codePhilippe Mathieu-Daudé1-10/+0
2024-05-15accel/tcg: Introduce translator_fake_ldRichard Henderson1-4/+4
2024-05-15disas: Use translator_st to get disassembly dataRichard Henderson3-4/+6
2024-05-15disas: Split disas.cRichard Henderson1-0/+4
2024-05-15accel/tcg: Return bool from TranslatorOps.disas_logRichard Henderson1-1/+1
2024-05-15plugins: Use DisasContextBase for qemu_plugin_tb_vaddrRichard Henderson1-1/+0
2024-05-15plugins: Use DisasContextBase for qemu_plugin_insn_haddrRichard Henderson1-4/+0
2024-05-15plugins: Read mem_only directly from TB cflagsRichard Henderson2-7/+3
2024-05-15plugins: Use translator_st for qemu_plugin_insn_dataRichard Henderson1-13/+1
2024-05-15accel/tcg: Implement translator_stRichard Henderson1-0/+23
2024-05-15plugins: Copy memory in qemu_plugin_insn_dataRichard Henderson1-8/+7
2024-05-15accel/tcg: Record DisasContextBase in tcg_ctx for pluginsRichard Henderson1-0/+1
2024-05-15accel/tcg: Record when translator_fake_ldb is usedRichard Henderson1-1/+2
2024-05-15accel/tcg: Record mmio bytes during translationRichard Henderson1-0/+12
2024-05-15accel/tcg: Pass DisasContextBase to translator_fake_ldbRichard Henderson1-2/+3
2024-05-15accel/tcg: Hide in_same_page outside of a target-specific contextRichard Henderson1-0/+2
2024-05-15accel/tcg: Use vaddr in translator_ld*Richard Henderson1-12/+9
2024-05-15Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into ...Richard Henderson4-22/+53
2024-05-14ui/console: move QemuDmaBuf struct def to dmabuf.cDongwon Kim1-18/+1
2024-05-14ui/console: Use qemu_dmabuf_new() and free() helpers insteadDongwon Kim2-3/+3
2024-05-14ui/console: new dmabuf.h and dmabuf.c for QemuDmaBuf struct and helpersDongwon Kim2-19/+67
2024-05-14util/uri: Remove the old URI parsing codeThomas Huth1-99/+0
2024-05-14Bump minimum glib version to v2.66Thomas Huth1-25/+2
2024-05-10kconfig: allow compiling out QEMU device tree code per targetPaolo Bonzini2-1/+1
2024-05-10hw/i386: move rtc-reset-reinjection command out of hw/rtcPaolo Bonzini1-1/+1
2024-05-10hw/i386: split x86.c in multiple partsPaolo Bonzini1-3/+3
2024-05-10i386: pc: remove unnecessary MachineClass overridesPaolo Bonzini1-4/+0
2024-05-10xen: register legacy backends via xen_backend_initPaolo Bonzini2-13/+2
2024-05-10s390: move css_migration_enabled from machine to css.cPaolo Bonzini2-7/+6
2024-05-10s390_flic: add migration-enabled propertyPaolo Bonzini1-0/+1
2024-05-10Merge tag 'pull-request-2024-05-10' of https://gitlab.com/thuth/qemu into sta...Richard Henderson3-3/+4
2024-05-10s390x/event-facility: Simplify sclp_get_event_facility_bus()Cédric Le Goater1-1/+1
2024-05-10s390x: Introduce a SCLPDevice pointer under the machineCédric Le Goater2-2/+3
2024-05-09Merge tag 'migration-20240508-pull-request' of https://gitlab.com/farosas/qem...Richard Henderson1-6/+0
2024-05-09hw/intc/loongarch_ipi: Rename as loongson_ipiJiaxun Yang2-7/+7
2024-05-09hw/loongarch: Rename LoongArchMachineState with LoongArchVirtMachineStateBibo Mao1-4/+3
2024-05-09hw/loongarch: Rename LOONGARCH_MACHINE with LOONGARCH_VIRT_MACHINEBibo Mao1-2/+2
2024-05-09hw/loongarch: move memory map to boot.cPaolo Bonzini2-10/+10
2024-05-09hw/i386/x86: Extract x86_isa_bios_init() from x86_bios_rom_init()Bernhard Beschow1-0/+2
2024-05-09hw/i386/x86: Don't leak "pc.bios" memory regionBernhard Beschow1-0/+6
2024-05-09hw/i386/x86: Don't leak "isa-bios" memory regionsBernhard Beschow1-0/+7
2024-05-08hw/i386: Have x86_bios_rom_init() take X86MachineState rather than MachineStateBernhard Beschow1-1/+1
2024-05-08system/physmem: Per-AddressSpace bounce bufferingMattias Nissler1-0/+19
2024-05-08system/physmem: Propagate AddressSpace to MapClient helpersMattias Nissler2-4/+24
2024-05-08migration: Remove block migrationFabiano Rosas1-6/+0
2024-05-07Merge tag 'pull-tcg-20240507' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson2-0/+3
2024-05-06accel/tcg: Introduce CF_BP_PAGERichard Henderson1-0/+1