qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-block] [PATCH 0/3] Drop virtio-{blk,scsi} op blockers


From: Fam Zheng
Subject: [Qemu-block] [PATCH 0/3] Drop virtio-{blk,scsi} op blockers
Date: Wed, 18 May 2016 16:24:07 +0800

We are ready to get rid of dataplane's op blockers altogether. Most operations
are already unblocked in virtio-blk, and those remained for virtio-scsi only
because we haven't got around to add counterpart unblocking code.

The first patch fixes an existing bug with blockdev-backup. Then the op
blockers are removed from both devices.


Fam Zheng (3):
  blockdev-backup: Don't move target AioContext if it's attached
  virtio-blk: Remove op blocker for dataplane
  virtio-scsi: Remove op blocker for dataplane

 blockdev.c                      | 12 +++++++-
 hw/block/dataplane/virtio-blk.c | 63 -----------------------------------------
 hw/scsi/virtio-scsi.c           | 62 ----------------------------------------
 include/hw/virtio/virtio-scsi.h | 11 -------
 4 files changed, 11 insertions(+), 137 deletions(-)

-- 
2.8.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]