aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-26vdpa: Add missing tracing to batch mapping functionsEugenio PĂ©rez
2022-04-26hw/pvrdma: Some cosmetic fixesYuval Shaia
2022-04-25Merge tag 'pull-block-2022-04-25' of https://gitlab.com/hreitz/qemu into stagingRichard Henderson
2022-04-25Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingRichard Henderson
2022-04-25iotests/108: Fix when missing user_allow_otherHanna Reitz
2022-04-25iotests: make qemu_io_log() check return codes by defaultJohn Snow
2022-04-25iotests: remove qemu_io_silent() and qemu_io_silent_check().John Snow
2022-04-25iotests: remove qemu_io_pipe_and_status()John Snow
2022-04-25iotests/image-fleecing: switch to qemu_io()John Snow
2022-04-25iotests/migration-permissions: use assertRaises() for qemu_io() negative testJohn Snow
2022-04-25iotests: rebase qemu_io() on top of qemu_tool()John Snow
2022-04-25iotests: create generic qemu_tool() functionJohn Snow
2022-04-25iotests/040: Fix TestCommitWithFilters testJohn Snow
2022-04-25iotests/040: Don't check image pattern on zero-length imageJohn Snow
2022-04-25iotests: Don't check qemu_io() output for specific error stringsJohn Snow
2022-04-25iotests/163: Fix broken qemu-io invocationJohn Snow
2022-04-25iotests: replace calls to log(qemu_io(...)) with qemu_io_log()John Snow
2022-04-25block: add 'force' parameter to 'blockdev-change-medium' commandDenis V. Lunev
2022-04-22Merge tag 'pull-target-arm-20220422-1' of https://git.linaro.org/people/pmayd...Richard Henderson
2022-04-22hw/arm/smmuv3: Pass the actual perm to returned IOMMUTLBEntry in smmuv3_trans...Xiang Chen
2022-04-22target/arm: Use tcg_constant_i32 in translate.hRichard Henderson
2022-04-22target/arm: Use tcg_constant in translate-vfp.cRichard Henderson
2022-04-22target/arm: Use smin/smax for do_sat_addsub_32Richard Henderson
2022-04-22target/arm: Use tcg_constant in translate-neon.cRichard Henderson
2022-04-22target/arm: Use tcg_constant in translate-m-nocp.cRichard Henderson
2022-04-22target/arm: Simplify aa32 DISAS_WFIRichard Henderson
2022-04-22target/arm: Simplify gen_sarRichard Henderson
2022-04-22target/arm: Simplify GEN_SHIFT in translate.cRichard Henderson
2022-04-22target/arm: Split out gen_rebuild_hflagsRichard Henderson
2022-04-22target/arm: Split out set_btype_rawRichard Henderson
2022-04-22target/arm: Remove fpexc32_accessRichard Henderson
2022-04-22target/arm: Change CPUArchState.thumb to boolRichard Henderson
2022-04-22target/arm: Change DisasContext.thumb to boolRichard Henderson
2022-04-22target/arm: Extend store_cpu_offset to take field sizeRichard Henderson
2022-04-22target/arm: Change CPUArchState.aarch64 to boolRichard Henderson
2022-04-22target/arm: Change DisasContext.aarch64 to boolRichard Henderson
2022-04-22target/arm: Update SCTLR bits to ARMv9.2Richard Henderson
2022-04-22target/arm: Update SCR_EL3 bits to ARMv8.8Richard Henderson
2022-04-22target/arm: Update ISAR fields for ARMv8.8Richard Henderson
2022-04-22hw/arm/virt: Support TCG GICv4Peter Maydell
2022-04-22hw/arm/virt: Abstract out calculation of redistributor region capacityPeter Maydell
2022-04-22hw/arm/virt: Use VIRT_GIC_VERSION_* enum values in create_gic()Peter Maydell
2022-04-22hw/intc/arm_gicv3: Allow 'revision' property to be set to 4Peter Maydell
2022-04-22hw/intc/arm_gicv3: Update ID and feature registers for GICv4Peter Maydell
2022-04-22hw/intc/arm_gicv3_redist: Implement gicv3_redist_inv_vlpi()Peter Maydell
2022-04-22hw/intc/arm_gicv3_redist: Implement gicv3_redist_vinvall()Peter Maydell
2022-04-22hw/intc/arm_gicv3_redist: Implement gicv3_redist_mov_vlpi()Peter Maydell
2022-04-22hw/intc/arm_gicv3_redist: Use set_pending_table_bit() in mov handlingPeter Maydell
2022-04-22hw/intc/arm_gicv3_redist: Implement gicv3_redist_vlpi_pending()Peter Maydell
2022-04-22hw/intc/arm_gicv3_redist: Implement gicv3_redist_process_vlpi()Peter Maydell