Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-06-24' into staging
Block patches:
- The SSH block driver now uses libssh instead of libssh2
- The VMDK block driver gets read-only support for the seSparse
subformat
- Various fixes
# gpg: Signature made Mon 24 Jun 2019 15:42:56 BST
# gpg: using RSA key 91BEB60A30DB3E8857D11829F407DB0061D5CF40
# gpg: issuer "mreitz@redhat.com"
# gpg: Good signature from "Max Reitz <mreitz@redhat.com>" [full]
# Primary key fingerprint: 91BE B60A 30DB 3E88 57D1 1829 F407 DB00 61D5 CF40
* remotes/maxreitz/tags/pull-block-2019-06-24:
iotests: Fix 205 for concurrent runs
ssh: switch from libssh2 to libssh
vmdk: Add read-only support for seSparse snapshots
vmdk: Reduce the max bound for L1 table size
vmdk: Fix comment regarding max l1_size coverage
iotest 134: test cluster-misaligned encrypted write
blockdev: enable non-root nodes for transaction drive-backup source
nvme: do not advertise support for unsupported arbitration mechanism
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
No related branches found
No related tags found
Showing
- .travis.yml 2 additions, 2 deletions.travis.yml
- block/Makefile.objs 3 additions, 3 deletionsblock/Makefile.objs
- block/ssh.c 360 additions, 292 deletionsblock/ssh.c
- block/trace-events 8 additions, 6 deletionsblock/trace-events
- block/vmdk.c 352 additions, 20 deletionsblock/vmdk.c
- blockdev.c 1 addition, 1 deletionblockdev.c
- configure 28 additions, 37 deletionsconfigure
- docs/qemu-block-drivers.texi 1 addition, 1 deletiondocs/qemu-block-drivers.texi
- hw/block/nvme.c 0 additions, 1 deletionhw/block/nvme.c
- tests/docker/dockerfiles/debian-win32-cross.docker 0 additions, 1 deletiontests/docker/dockerfiles/debian-win32-cross.docker
- tests/docker/dockerfiles/debian-win64-cross.docker 0 additions, 1 deletiontests/docker/dockerfiles/debian-win64-cross.docker
- tests/docker/dockerfiles/fedora.docker 1 addition, 3 deletionstests/docker/dockerfiles/fedora.docker
- tests/docker/dockerfiles/ubuntu.docker 1 addition, 1 deletiontests/docker/dockerfiles/ubuntu.docker
- tests/docker/dockerfiles/ubuntu1804.docker 1 addition, 1 deletiontests/docker/dockerfiles/ubuntu1804.docker
- tests/qemu-iotests/059.out 1 addition, 1 deletiontests/qemu-iotests/059.out
- tests/qemu-iotests/134 9 additions, 0 deletionstests/qemu-iotests/134
- tests/qemu-iotests/134.out 10 additions, 0 deletionstests/qemu-iotests/134.out
- tests/qemu-iotests/205 1 addition, 1 deletiontests/qemu-iotests/205
- tests/qemu-iotests/207 43 additions, 11 deletionstests/qemu-iotests/207
- tests/qemu-iotests/207.out 1 addition, 1 deletiontests/qemu-iotests/207.out
Loading
Please register or sign in to comment