aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-10target/arm: Fix Secure PL1 tests in fp_exception_elRichard Henderson
2022-06-10target/arm: Move arm_debug_target_el to debug_helper.cRichard Henderson
2022-06-10target/arm: Create raise_exception_debugRichard Henderson
2022-06-10target/arm: Remove default_exception_elRichard Henderson
2022-06-10target/arm: Introduce helper_exception_with_syndromeRichard Henderson
2022-06-10target/arm: Introduce gen_exception_el_vRichard Henderson
2022-06-10target/arm: Introduce gen_exceptionRichard Henderson
2022-06-10target/arm: Rename gen_exception to gen_exception_elRichard Henderson
2022-06-10target/arm: Move gen_exception to translate.cRichard Henderson
2022-06-10target/arm: Remove TBFLAG_ANY.DEBUG_TARGET_ELRichard Henderson
2022-06-10target/arm: Create helper_exception_swstepRichard Henderson
2022-06-10target/arm: Introduce gen_exception_insnRichard Henderson
2022-06-10target/arm: Rename gen_exception_insn to gen_exception_insn_elRichard Henderson
2022-06-10target/arm: Introduce gen_exception_insn_el_vRichard Henderson
2022-06-10target/arm: Rename helper_exception_with_syndromeRichard Henderson
2022-06-10target/arm: Move arm_debug_exception_fsr to debug_helper.cRichard Henderson
2022-06-10target/arm: Move exception_bkpt_insn to debug_helper.cRichard Henderson
2022-06-10target/arm: Use is_a64 in arm_generate_debug_exceptionsRichard Henderson
2022-06-10target/arm: Move arm_generate_debug_exceptions out of lineRichard Henderson
2022-06-10target/arm: Move arm_singlestep_active out of lineRichard Henderson
2022-06-10target/arm: Move exception_target_el out of lineRichard Henderson
2022-06-10target/arm: Add coproc parameter to syn_fp_access_trapRichard Henderson
2022-06-10target/arm: Mark exception helpers as noreturnRichard Henderson
2022-06-09Merge tag 'pull-riscv-to-apply-20220610' of github.com:alistair23/qemu into s...Richard Henderson
2022-06-10target/riscv: trans_rvv: Avoid assert for RV32 and e64Alistair Francis
2022-06-09hw/vhost-user-scsi|blk: set `supports_config` flag correctlyChangpeng Liu
2022-06-09hw/virtio/vhost-user: don't use uninitialized variableChangpeng Liu
2022-06-09tests/acpi: virt: update golden masters for VIOTMark Cave-Ayland
2022-06-09hw/acpi/viot: sort VIOT ACPI table entries by PCI host bridge min_busMark Cave-Ayland
2022-06-09tests/acpi: virt: allow VIOT acpi table changesMark Cave-Ayland
2022-06-09hw/acpi/viot: build array of PCI host bridges before generating VIOT ACPI tableMark Cave-Ayland
2022-06-09hw/acpi/viot: move the individual PCI host bridge entry generation to a new f...Mark Cave-Ayland
2022-06-09hw/acpi/viot: rename build_pci_range_node() to enumerate_pci_host_bridges()Mark Cave-Ayland
2022-06-09hw/cxl: Fix missing write mask for HDM decoder target list registersJonathan Cameron
2022-06-09pci: fix overflow in snprintf string formattingClaudio Fontana
2022-06-09hw/machine: Drop cxl_supported flag as no longer usefulJonathan Cameron
2022-06-09hw/cxl: Move the CXLState from MachineState to machine type specific state.Jonathan Cameron
2022-06-09tests/acpi: Update q35/CEDT.cxl for new memory addresses.Jonathan Cameron
2022-06-09pci/pci_expander_bridge: For CXL HB delay the HB register memory region setup.Jonathan Cameron
2022-06-09tests/acpi: Allow modification of q35 CXL CEDT table.Jonathan Cameron
2022-06-09hw/cxl: Push linking of CXL targets into i386/pc rather than in machine.cJonathan Cameron
2022-06-09hw/acpi/cxl: Pass in the CXLState directly rather than MachineStateJonathan Cameron
2022-06-09hw/cxl: Make the CXL fixed memory window setup a machine parameter.Jonathan Cameron
2022-06-09x86: acpi-build: do not include hw/isa/isa.h directlyIgor Mammedov
2022-06-09tests: acpi: update expected DSDT.tis.tpm2/DSDT.tis.tpm12 blobsIgor Mammedov
2022-06-09acpi: tpm-tis: use AcpiDevAmlIfClass:build_dev_aml to provide device's AMLIgor Mammedov
2022-06-09acpi: pc/q35: remove not needed 'if' condition on pci busIgor Mammedov
2022-06-09acpi: pc/q35: tpm-tis: fix TPM device scopeIgor Mammedov
2022-06-09tests: acpi: white-list DSDT.tis.tpm2/DSDT.tis.tpm12 expected blobsIgor Mammedov
2022-06-09tests: acpi: update expected DSDT.pvpanic-isa blobIgor Mammedov