Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Block layer patches:
- qemu-storage-daemon: Enable object-add
- blockjob: Fix crash with IOthread when block commit after snapshot
- monitor: Shutdown fixes
- xen-block: fix reporting of discard feature
- qcow2: Remove half-initialised image file after failed image creation
- ahci: Fix DMA direction
- iotests fixes
# gpg: Signature made Mon 15 Feb 2021 14:58:47 GMT
# gpg: using RSA key DC3DEB159A9AF95D3D7456FE7F09B272C88F2FD6
# gpg: issuer "kwolf@redhat.com"
# gpg: Good signature from "Kevin Wolf <kwolf@redhat.com>" [full]
# Primary key fingerprint: DC3D EB15 9A9A F95D 3D74 56FE 7F09 B272 C88F 2FD6
* remotes/kevin/tags/for-upstream:
monitor/qmp: Stop processing requests when shutdown is requested
monitor: Fix assertion failure on shutdown
block: qcow2: remove the created file on initialization error
block: add bdrv_co_delete_file_noerr
crypto: luks: Fix tiny memory leak
tests/qemu-iotests: Remove test 259 from the "auto" group
xen-block: fix reporting of discard feature
hw/ide/ahci: map cmd_fis as DMA_DIRECTION_TO_DEVICE
blockjob: Fix crash with IOthread when block commit after snapshot
iotests: Consistent $IMGOPTS boundary matching
qemu-storage-daemon: Enable object-add
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
No related branches found
No related tags found
Showing
- block.c 22 additions, 0 deletionsblock.c
- block/crypto.c 2 additions, 11 deletionsblock/crypto.c
- block/qcow2.c 5 additions, 3 deletionsblock/qcow2.c
- blockjob.c 6 additions, 2 deletionsblockjob.c
- hw/block/xen-block.c 1 addition, 0 deletionshw/block/xen-block.c
- hw/ide/ahci.c 6 additions, 6 deletionshw/ide/ahci.c
- include/block/block.h 1 addition, 0 deletionsinclude/block/block.h
- monitor/monitor.c 15 additions, 10 deletionsmonitor/monitor.c
- monitor/qmp.c 5 additions, 0 deletionsmonitor/qmp.c
- storage-daemon/qemu-storage-daemon.c 2 additions, 0 deletionsstorage-daemon/qemu-storage-daemon.c
- tests/qemu-iotests/259 1 addition, 1 deletiontests/qemu-iotests/259
- tests/qemu-iotests/common.rc 3 additions, 1 deletiontests/qemu-iotests/common.rc
Loading
Please register or sign in to comment