aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-25iotests/040: Fix TestCommitWithFilters testJohn Snow1-2/+4
2022-04-25iotests/040: Don't check image pattern on zero-length imageJohn Snow1-2/+12
2022-04-25iotests: Don't check qemu_io() output for specific error stringsJohn Snow2-18/+17
2022-04-25iotests/163: Fix broken qemu-io invocationJohn Snow1-4/+1
2022-04-25iotests: replace calls to log(qemu_io(...)) with qemu_io_log()John Snow3-8/+6
2022-04-25block: add 'force' parameter to 'blockdev-change-medium' commandDenis V. Lunev5-6/+19
2022-04-22Merge tag 'pull-target-arm-20220422-1' of https://git.linaro.org/people/pmayd...Richard Henderson31-490/+1840
2022-04-22hw/arm/smmuv3: Pass the actual perm to returned IOMMUTLBEntry in smmuv3_trans...Xiang Chen1-1/+1
2022-04-22target/arm: Use tcg_constant_i32 in translate.hRichard Henderson1-10/+3
2022-04-22target/arm: Use tcg_constant in translate-vfp.cRichard Henderson1-53/+23
2022-04-22target/arm: Use smin/smax for do_sat_addsub_32Richard Henderson1-7/+2
2022-04-22target/arm: Use tcg_constant in translate-neon.cRichard Henderson1-14/+7
2022-04-22target/arm: Use tcg_constant in translate-m-nocp.cRichard Henderson1-7/+5
2022-04-22target/arm: Simplify aa32 DISAS_WFIRichard Henderson1-8/+4
2022-04-22target/arm: Simplify gen_sarRichard Henderson1-5/+3
2022-04-22target/arm: Simplify GEN_SHIFT in translate.cRichard Henderson1-10/+8
2022-04-22target/arm: Split out gen_rebuild_hflagsRichard Henderson2-28/+33
2022-04-22target/arm: Split out set_btype_rawRichard Henderson1-13/+12
2022-04-22target/arm: Remove fpexc32_accessRichard Henderson3-33/+2
2022-04-22target/arm: Change CPUArchState.thumb to boolRichard Henderson4-6/+6
2022-04-22target/arm: Change DisasContext.thumb to boolRichard Henderson2-2/+2
2022-04-22target/arm: Extend store_cpu_offset to take field sizeRichard Henderson2-9/+25
2022-04-22target/arm: Change CPUArchState.aarch64 to boolRichard Henderson5-6/+6
2022-04-22target/arm: Change DisasContext.aarch64 to boolRichard Henderson3-3/+3
2022-04-22target/arm: Update SCTLR bits to ARMv9.2Richard Henderson1-0/+14
2022-04-22target/arm: Update SCR_EL3 bits to ARMv8.8Richard Henderson1-0/+12
2022-04-22target/arm: Update ISAR fields for ARMv8.8Richard Henderson1-0/+24
2022-04-22hw/arm/virt: Support TCG GICv4Peter Maydell3-20/+67
2022-04-22hw/arm/virt: Abstract out calculation of redistributor region capacityPeter Maydell2-9/+11
2022-04-22hw/arm/virt: Use VIRT_GIC_VERSION_* enum values in create_gic()Peter Maydell1-8/+23
2022-04-22hw/intc/arm_gicv3: Allow 'revision' property to be set to 4Peter Maydell2-5/+12
2022-04-22hw/intc/arm_gicv3: Update ID and feature registers for GICv4Peter Maydell6-12/+32
2022-04-22hw/intc/arm_gicv3_redist: Implement gicv3_redist_inv_vlpi()Peter Maydell1-2/+5
2022-04-22hw/intc/arm_gicv3_redist: Implement gicv3_redist_vinvall()Peter Maydell1-1/+7
2022-04-22hw/intc/arm_gicv3_redist: Implement gicv3_redist_mov_vlpi()Peter Maydell1-2/+18
2022-04-22hw/intc/arm_gicv3_redist: Use set_pending_table_bit() in mov handlingPeter Maydell1-8/+1
2022-04-22hw/intc/arm_gicv3_redist: Implement gicv3_redist_vlpi_pending()Peter Maydell1-2/+21
2022-04-22hw/intc/arm_gicv3_redist: Implement gicv3_redist_process_vlpi()Peter Maydell1-4/+44
2022-04-22hw/intc/arm_gicv3_redist: Factor out "update bit in pending table" codePeter Maydell1-19/+30
2022-04-22hw/intc/arm_gicv3_redist: Recalculate hppvlpi on VPENDBASER writesPeter Maydell1-3/+84
2022-04-22hw/intc/arm_gicv3_redist: Factor out "update hpplpi for all LPIs" logicPeter Maydell1-20/+46
2022-04-22hw/intc/arm_gicv3_redist: Factor out "update hpplpi for one LPI" logicPeter Maydell1-27/+47
2022-04-22hw/intc/arm_gicv3_cpuif: Don't recalculate maintenance irq unnecessarilyPeter Maydell1-5/+5
2022-04-22hw/intc/arm_gicv3_cpuif: Support vLPIsPeter Maydell6-6/+140
2022-04-22hw/intc/arm_gicv3_cpuif: Split "update vIRQ/vFIQ" from gicv3_cpuif_virt_update()Peter Maydell3-25/+53
2022-04-22hw/intc/arm_gicv3: Implement new GICv4 redistributor registersPeter Maydell4-0/+102
2022-04-22hw/intc/arm_gicv3: Implement GICv4's new redistributor framePeter Maydell4-5/+31
2022-04-22hw/intc/arm_gicv3_its: Implement VINVALLPeter Maydell4-0/+45
2022-04-22hw/intc/arm_gicv3_its: Implement VMOVIPeter Maydell4-0/+116
2022-04-22hw/intc/arm_gicv3_its: Implement INV for virtual interruptsPeter Maydell3-2/+31