Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging
Pull request
v2:
* Fixed incorrect virtio_blk_data_plane_create() local_err refactoring in
"hw/block: Use errp directly rather than local_err" that broke virtio-blk
over virtio-mmio [Peter]
# gpg: Signature made Tue 19 Dec 2017 15:08:14 GMT
# gpg: using RSA key 0x9CA4ABB381AB73C8
# gpg: Good signature from "Stefan Hajnoczi <stefanha@redhat.com>"
# gpg: aka "Stefan Hajnoczi <stefanha@gmail.com>"
# Primary key fingerprint: 8695 A8BF D3F9 7CDA AC35 775A 9CA4 ABB3 81AB 73C8
* remotes/stefanha/tags/block-pull-request: (23 commits)
qemu-iotests: add 203 savevm with IOThreads test
iothread: fix iothread_stop() race condition
iotests: add VM.add_object()
blockdev: add x-blockdev-set-iothread force boolean
docs: mark nested AioContext locking as a legacy API
block: avoid recursive AioContext acquire in bdrv_inactivate_all()
virtio-blk: reject configs with logical block size > physical block size
virtio-blk: make queue size configurable
qemu-iotests: add 202 external snapshots IOThread test
blockdev: add x-blockdev-set-iothread testing command
iothread: add iothread_by_id() API
block: drop unused BlockDirtyBitmapState->aio_context field
block: don't keep AioContext acquired after internal_snapshot_prepare()
block: don't keep AioContext acquired after blockdev_backup_prepare()
block: don't keep AioContext acquired after drive_backup_prepare()
block: don't keep AioContext acquired after external_snapshot_prepare()
blockdev: hold AioContext for bdrv_unref() in external_snapshot_clean()
qdev: drop unused #include "sysemu/iothread.h"
dev-storage: Fix the unusual function name
hw/block: Use errp directly rather than local_err
...
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
# Conflicts:
# hw/core/qdev-properties-system.c
No related branches found
No related tags found
Showing
- block.c 11 additions, 3 deletionsblock.c
- block/null.c 1 addition, 2 deletionsblock/null.c
- block/sheepdog.c 1 addition, 2 deletionsblock/sheepdog.c
- blockdev.c 189 additions, 70 deletionsblockdev.c
- docs/devel/multiple-iothreads.txt 4 additions, 3 deletionsdocs/devel/multiple-iothreads.txt
- hw/block/block.c 9 additions, 6 deletionshw/block/block.c
- hw/block/dataplane/virtio-blk.c 7 additions, 5 deletionshw/block/dataplane/virtio-blk.c
- hw/block/dataplane/virtio-blk.h 1 addition, 1 deletionhw/block/dataplane/virtio-blk.h
- hw/block/fdc.c 6 additions, 11 deletionshw/block/fdc.c
- hw/block/nvme.c 11 additions, 12 deletionshw/block/nvme.c
- hw/block/virtio-blk.c 21 additions, 9 deletionshw/block/virtio-blk.c
- hw/core/qdev-properties-system.c 1 addition, 0 deletionshw/core/qdev-properties-system.c
- hw/ide/qdev.c 4 additions, 8 deletionshw/ide/qdev.c
- hw/scsi/scsi-disk.c 4 additions, 9 deletionshw/scsi/scsi-disk.c
- hw/usb/dev-storage.c 13 additions, 16 deletionshw/usb/dev-storage.c
- include/hw/block/block.h 2 additions, 2 deletionsinclude/hw/block/block.h
- include/hw/virtio/virtio-blk.h 1 addition, 0 deletionsinclude/hw/virtio/virtio-blk.h
- include/qemu/coroutine.h 1 addition, 5 deletionsinclude/qemu/coroutine.h
- include/sysemu/iothread.h 3 additions, 1 deletioninclude/sysemu/iothread.h
- iothread.c 22 additions, 5 deletionsiothread.c
Loading
Please register or sign in to comment