aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-26nbd: remove peppering of nbd_client_connectedPaolo Bonzini
2022-04-26nbd: mark more coroutine_fnsPaolo Bonzini
2022-04-26nbd: safeguard against waking up invalid coroutinePaolo Bonzini
2022-04-26iotests/223: check new possibility of exporting bitmaps by node/nameVladimir Sementsov-Ogievskiy
2022-04-26qapi: nbd-export: allow select bitmaps by node/name pairVladimir Sementsov-Ogievskiy
2022-04-26qapi: rename BlockDirtyBitmapMergeSource to BlockDirtyBitmapOrStrVladimir Sementsov-Ogievskiy
2022-04-26Merge tag 'trivial-branch-for-7.1-pull-request' of https://gitlab.com/laurent...Richard Henderson
2022-04-26docs: Replace HomeBrew -> HomebrewStefan Weil
2022-04-26docs: Replace Qemu -> QEMUStefan Weil
2022-04-26target/mips: Remove stale TODO fileThomas Huth
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