aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-26nbd: code motion and function renamingPaolo Bonzini1-9/+13
2022-04-26nbd: use a QemuMutex to synchronize yanking, reconnection and coroutinesPaolo Bonzini1-18/+26
2022-04-26nbd: keep send_mutex/free_sema handling outside nbd_co_do_establish_connectionPaolo Bonzini2-32/+29
2022-04-26nbd: remove peppering of nbd_client_connectedPaolo Bonzini1-13/+4
2022-04-26nbd: mark more coroutine_fnsPaolo Bonzini1-32/+32
2022-04-26nbd: safeguard against waking up invalid coroutinePaolo Bonzini1-7/+5
2022-04-26iotests/223: check new possibility of exporting bitmaps by node/nameVladimir Sementsov-Ogievskiy2-2/+61
2022-04-26qapi: nbd-export: allow select bitmaps by node/name pairVladimir Sementsov-Ogievskiy4-26/+61
2022-04-26qapi: rename BlockDirtyBitmapMergeSource to BlockDirtyBitmapOrStrVladimir Sementsov-Ogievskiy4-11/+11
2022-04-26Merge tag 'trivial-branch-for-7.1-pull-request' of https://gitlab.com/laurent...Richard Henderson6-60/+14
2022-04-26docs: Replace HomeBrew -> HomebrewStefan Weil1-2/+2
2022-04-26docs: Replace Qemu -> QEMUStefan Weil1-3/+3
2022-04-26target/mips: Remove stale TODO fileThomas Huth1-51/+0
2022-04-26vdpa: Add missing tracing to batch mapping functionsEugenio PĂ©rez2-0/+4
2022-04-26hw/pvrdma: Some cosmetic fixesYuval Shaia1-4/+5
2022-04-25Merge tag 'pull-block-2022-04-25' of https://gitlab.com/hreitz/qemu into stagingRichard Henderson28-188/+231
2022-04-25Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingRichard Henderson4-27/+63
2022-04-25iotests/108: Fix when missing user_allow_otherHanna Reitz1-1/+1
2022-04-25iotests: make qemu_io_log() check return codes by defaultJohn Snow2-3/+4
2022-04-25iotests: remove qemu_io_silent() and qemu_io_silent_check().John Snow10-59/+38
2022-04-25iotests: remove qemu_io_pipe_and_status()John Snow1-3/+0
2022-04-25iotests/image-fleecing: switch to qemu_io()John Snow1-9/+19
2022-04-25iotests/migration-permissions: use assertRaises() for qemu_io() negative testJohn Snow1-14/+14
2022-04-25iotests: rebase qemu_io() on top of qemu_tool()John Snow6-54/+81
2022-04-25iotests: create generic qemu_tool() functionJohn Snow1-11/+21
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