Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Block layer patches:
- Add blockdev-create job
- qcow2: Silence Coverity false positive
# gpg: Signature made Wed 30 May 2018 16:55:31 BST
# gpg: using RSA key 7F09B272C88F2FD6
# gpg: Good signature from "Kevin Wolf <kwolf@redhat.com>"
# Primary key fingerprint: DC3D EB15 9A9A F95D 3D74 56FE 7F09 B272 C88F 2FD6
* remotes/kevin/tags/for-upstream:
block/create: Mark blockdev-create stable
qemu-iotests: Rewrite 213 for blockdev-create job
qemu-iotests: Rewrite 212 for blockdev-create job
qemu-iotests: Rewrite 211 for blockdev-create job
qemu-iotests: Rewrite 210 for blockdev-create job
qemu-iotests: Rewrite 207 for blockdev-create job
qemu-iotests: Rewrite 206 for blockdev-create job
qemu-iotests: iotests.py helper for non-file protocols
qemu-iotests: Add VM.run_job()
qemu-iotests: Add iotests.img_info_log()
qemu-iotests: Add VM.qmp_log()
qemu-iotests: Add VM.get_qmp_events_filtered()
block/create: Make x-blockdev-create a job
job: Add error message for failing jobs
vhdx: Fix vhdx_co_create() return value
vdi: Fix vdi_co_do_create() return value
qcow2: Fix Coverity warning when calculating the refcount cache size
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
No related branches found
No related tags found
Showing
- block/backup.c 1 addition, 1 deletionblock/backup.c
- block/commit.c 1 addition, 1 deletionblock/commit.c
- block/create.c 46 additions, 21 deletionsblock/create.c
- block/mirror.c 1 addition, 1 deletionblock/mirror.c
- block/qcow2.c 2 additions, 3 deletionsblock/qcow2.c
- block/stream.c 1 addition, 1 deletionblock/stream.c
- block/vdi.c 1 addition, 0 deletionsblock/vdi.c
- block/vhdx.c 1 addition, 1 deletionblock/vhdx.c
- include/qemu/job.h 6 additions, 1 deletioninclude/qemu/job.h
- job-qmp.c 2 additions, 7 deletionsjob-qmp.c
- job.c 14 additions, 2 deletionsjob.c
- qapi/block-core.json 11 additions, 7 deletionsqapi/block-core.json
- qapi/job.json 3 additions, 1 deletionqapi/job.json
- tests/qemu-iotests/206 263 additions, 417 deletionstests/qemu-iotests/206
- tests/qemu-iotests/206.out 150 additions, 103 deletionstests/qemu-iotests/206.out
- tests/qemu-iotests/207 198 additions, 242 deletionstests/qemu-iotests/207
- tests/qemu-iotests/207.out 56 additions, 51 deletionstests/qemu-iotests/207.out
- tests/qemu-iotests/210 165 additions, 228 deletionstests/qemu-iotests/210
- tests/qemu-iotests/210.out 138 additions, 59 deletionstests/qemu-iotests/210.out
- tests/qemu-iotests/211 154 additions, 227 deletionstests/qemu-iotests/211
Loading
Please register or sign in to comment