summary refs log tree commit diff stats
path: root/scripts/qapi/expr.py (unfollow)
Commit message (Expand)AuthorFilesLines
2025-05-30hw/net/e1000: Remove unused E1000_FLAG_MAC flagPhilippe Mathieu-Daudé1-54/+41
2025-05-30hw/core/machine: Remove hw_compat_2_4[] arrayPhilippe Mathieu-Daudé2-12/+0
2025-05-30hw/i386/pc: Remove pc_compat_2_4[] arrayPhilippe Mathieu-Daudé2-22/+0
2025-05-30hw/i386/pc: Remove PCMachineClass::broken_reserved_end fieldPhilippe Mathieu-Daudé2-9/+5
2025-05-30hw/i386/pc: Remove deprecated pc-q35-2.4 and pc-i440fx-2.4 machinesPhilippe Mathieu-Daudé3-40/+0
2025-05-30docs: Deprecate the qemu-system-microblazeel binaryThomas Huth1-0/+13
2025-05-30hw/microblaze: Remove the big-endian variants of ml605 and xlnx-zynqmp-pmuThomas Huth4-23/+14
2025-05-30tests/functional: Test both microblaze s3adsp1800 endianness variantsThomas Huth2-6/+18
2025-05-30hw/microblaze: Add endianness property to the petalogix_s3adsp1800 machineThomas Huth1-5/+37
2025-05-30tests/functional/test_mem_addr_space: Use set_machine() to select the machineThomas Huth1-31/+32
2025-05-30tests/functional/test_mips_malta: Re-enable the check for the PCI host bridgeThomas Huth1-4/+2
2025-05-30tests/functional/test_sparc64_tuxrun: Explicitly set the 'sun4u' machineThomas Huth1-0/+1
2025-05-28qapi: use imperative style in documentationPierrick Bouvier12-26/+26
2025-05-28qapi: make all generated files commonPierrick Bouvier1-19/+4
2025-05-28qapi: remove qapi_specific_outputs from meson.buildPierrick Bouvier1-8/+3
2025-05-28qapi: make s390x specific CPU commands unconditionally availableDaniel P. Berrangé8-15/+35
2025-05-28qapi: make most CPU commands unconditionally availableDaniel P. Berrangé14-406/+437
2025-05-28qapi: Make CpuModelExpansionInfo::deprecated-props optional and genericPhilippe Mathieu-Daudé1-4/+3
2025-05-28qapi: remove the misc-target.json fileDaniel P. Berrangé5-7/+0
2025-05-28qapi: make Xen event commands unconditionally availableDaniel P. Berrangé6-125/+125
2025-05-28qapi: make SGX commands unconditionally availableDaniel P. Berrangé6-81/+97
2025-05-28qapi: expose query-gic-capability command unconditionallyDaniel P. Berrangé7-45/+65
2025-05-28qapi: make SEV commands unconditionally availableDaniel P. Berrangé6-324/+316
2025-05-28qapi: expand docs for SEV commandsDaniel P. Berrangé1-7/+43
2025-05-28qapi: expose rtc-reset-reinjection command unconditionallyDaniel P. Berrangé7-18/+40
2025-05-28accel/tcg: Assert TCGCPUOps.pointer_wrap is setRichard Henderson2-5/+3
2025-05-28target/sparc: Fill in TCGCPUOps.pointer_wrapRichard Henderson1-0/+13
2025-05-28target/s390x: Fill in TCGCPUOps.pointer_wrapRichard Henderson1-0/+9
2025-05-28target/riscv: Fill in TCGCPUOps.pointer_wrapRichard Henderson1-0/+26
2025-05-28target/ppc: Fill in TCGCPUOps.pointer_wrapRichard Henderson1-0/+7
2025-05-28target/mips: Fill in TCGCPUOps.pointer_wrapRichard Henderson1-0/+9
2025-05-28target/loongarch: Fill in TCGCPUOps.pointer_wrapRichard Henderson1-0/+7
2025-05-28target/i386: Fill in TCGCPUOps.pointer_wrapRichard Henderson1-0/+7
2025-05-28target/arm: Fill in TCGCPUOps.pointer_wrapRichard Henderson2-0/+25
2025-05-28target: Use cpu_pointer_wrap_uint32 for 32-bit targetsRichard Henderson9-0/+19
2025-05-28target: Use cpu_pointer_wrap_notreached for strict align targetsRichard Henderson5-0/+21
2025-05-28accel/tcg: Add TCGCPUOps.pointer_wrapRichard Henderson2-0/+13
2025-05-28target/sh4: Use MO_ALIGN for system UNALIGN()Richard Henderson1-1/+1
2025-05-28tcg: Drop TCGContext.page_{mask,bits}Richard Henderson14-36/+31
2025-05-28tcg: Drop TCGContext.tlb_dyn_max_bitsRichard Henderson4-12/+3
2025-05-28target/microblaze: Simplify compute_ldst_addr_type{a,b}Richard Henderson1-13/+13
2025-05-28target/microblaze: Drop DisasContext.r0Richard Henderson1-22/+2
2025-05-28target/microblaze: Use TARGET_LONG_BITS == 32 for system modeRichard Henderson2-6/+2
2025-05-28target/microblaze: Fix printf format in mmu_translateRichard Henderson1-1/+2
2025-05-28target/microblaze: Use TCGv_i64 for compute_ldst_addr_eaRichard Henderson1-12/+12
2025-05-28target/microblaze: Use uint64_t for CPUMBState.earRichard Henderson2-2/+2
2025-05-28target/microblaze: Implement extended address load/store out of lineRichard Henderson3-12/+90
2025-05-28target/microblaze: Split out mb_transaction_failed_internalRichard Henderson1-28/+42
2025-05-28target/microblaze: Introduce helper_unaligned_accessRichard Henderson2-6/+13
2025-05-28target/microblaze: Split out mb_unaligned_access_internalRichard Henderson1-28/+36