Age | Commit message (Expand) | Author |
2022-04-26 | hw/pvrdma: Some cosmetic fixes | Yuval Shaia |
2022-04-25 | Merge tag 'pull-block-2022-04-25' of https://gitlab.com/hreitz/qemu into staging | Richard Henderson |
2022-04-25 | Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging | Richard Henderson |
2022-04-25 | iotests/108: Fix when missing user_allow_other | Hanna Reitz |
2022-04-25 | iotests: make qemu_io_log() check return codes by default | John Snow |
2022-04-25 | iotests: remove qemu_io_silent() and qemu_io_silent_check(). | John Snow |
2022-04-25 | iotests: remove qemu_io_pipe_and_status() | John Snow |
2022-04-25 | iotests/image-fleecing: switch to qemu_io() | John Snow |
2022-04-25 | iotests/migration-permissions: use assertRaises() for qemu_io() negative test | John Snow |
2022-04-25 | iotests: rebase qemu_io() on top of qemu_tool() | John Snow |
2022-04-25 | iotests: create generic qemu_tool() function | John Snow |
2022-04-25 | iotests/040: Fix TestCommitWithFilters test | John Snow |
2022-04-25 | iotests/040: Don't check image pattern on zero-length image | John Snow |
2022-04-25 | iotests: Don't check qemu_io() output for specific error strings | John Snow |
2022-04-25 | iotests/163: Fix broken qemu-io invocation | John Snow |
2022-04-25 | iotests: replace calls to log(qemu_io(...)) with qemu_io_log() | John Snow |
2022-04-25 | block: add 'force' parameter to 'blockdev-change-medium' command | Denis V. Lunev |
2022-04-22 | Merge tag 'pull-target-arm-20220422-1' of https://git.linaro.org/people/pmayd... | Richard Henderson |
2022-04-22 | hw/arm/smmuv3: Pass the actual perm to returned IOMMUTLBEntry in smmuv3_trans... | Xiang Chen |
2022-04-22 | target/arm: Use tcg_constant_i32 in translate.h | Richard Henderson |
2022-04-22 | target/arm: Use tcg_constant in translate-vfp.c | Richard Henderson |
2022-04-22 | target/arm: Use smin/smax for do_sat_addsub_32 | Richard Henderson |
2022-04-22 | target/arm: Use tcg_constant in translate-neon.c | Richard Henderson |
2022-04-22 | target/arm: Use tcg_constant in translate-m-nocp.c | Richard Henderson |
2022-04-22 | target/arm: Simplify aa32 DISAS_WFI | Richard Henderson |
2022-04-22 | target/arm: Simplify gen_sar | Richard Henderson |
2022-04-22 | target/arm: Simplify GEN_SHIFT in translate.c | Richard Henderson |
2022-04-22 | target/arm: Split out gen_rebuild_hflags | Richard Henderson |
2022-04-22 | target/arm: Split out set_btype_raw | Richard Henderson |
2022-04-22 | target/arm: Remove fpexc32_access | Richard Henderson |
2022-04-22 | target/arm: Change CPUArchState.thumb to bool | Richard Henderson |
2022-04-22 | target/arm: Change DisasContext.thumb to bool | Richard Henderson |
2022-04-22 | target/arm: Extend store_cpu_offset to take field size | Richard Henderson |
2022-04-22 | target/arm: Change CPUArchState.aarch64 to bool | Richard Henderson |
2022-04-22 | target/arm: Change DisasContext.aarch64 to bool | Richard Henderson |
2022-04-22 | target/arm: Update SCTLR bits to ARMv9.2 | Richard Henderson |
2022-04-22 | target/arm: Update SCR_EL3 bits to ARMv8.8 | Richard Henderson |
2022-04-22 | target/arm: Update ISAR fields for ARMv8.8 | Richard Henderson |
2022-04-22 | hw/arm/virt: Support TCG GICv4 | Peter Maydell |
2022-04-22 | hw/arm/virt: Abstract out calculation of redistributor region capacity | Peter Maydell |
2022-04-22 | hw/arm/virt: Use VIRT_GIC_VERSION_* enum values in create_gic() | Peter Maydell |
2022-04-22 | hw/intc/arm_gicv3: Allow 'revision' property to be set to 4 | Peter Maydell |
2022-04-22 | hw/intc/arm_gicv3: Update ID and feature registers for GICv4 | Peter Maydell |
2022-04-22 | hw/intc/arm_gicv3_redist: Implement gicv3_redist_inv_vlpi() | Peter Maydell |
2022-04-22 | hw/intc/arm_gicv3_redist: Implement gicv3_redist_vinvall() | Peter Maydell |
2022-04-22 | hw/intc/arm_gicv3_redist: Implement gicv3_redist_mov_vlpi() | Peter Maydell |
2022-04-22 | hw/intc/arm_gicv3_redist: Use set_pending_table_bit() in mov handling | Peter Maydell |
2022-04-22 | hw/intc/arm_gicv3_redist: Implement gicv3_redist_vlpi_pending() | Peter Maydell |
2022-04-22 | hw/intc/arm_gicv3_redist: Implement gicv3_redist_process_vlpi() | Peter Maydell |
2022-04-22 | hw/intc/arm_gicv3_redist: Factor out "update bit in pending table" code | Peter Maydell |