qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] block: support drive_del with dataplane
@ 2014-08-18 15:07 Stefan Hajnoczi
  2014-08-18 15:07 ` [Qemu-devel] [PATCH 1/2] block: acquire AioContext in do_drive_del() Stefan Hajnoczi
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Stefan Hajnoczi @ 2014-08-18 15:07 UTC (permalink / raw)
  To: qemu-devel; +Cc: Kevin Wolf, Paolo Bonzini, Fam Zheng, Stefan Hajnoczi

This series makes hot unplug work with virtio-blk dataplane devices.  It should
also work with Fam's virtio-scsi dataplane patches.

Up until now dataplane installed an op blocker that prevented drive_del.
Thanks to the op blocker and AioContext acquire/release infrastructure we can
now make drive_del safe.

Stefan Hajnoczi (2):
  block: acquire AioContext in do_drive_del()
  virtio-blk: allow drive_del with dataplane

 blockdev.c                      | 7 +++++++
 hw/block/dataplane/virtio-blk.c | 1 +
 2 files changed, 8 insertions(+)

-- 
1.9.3

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-08-20  1:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-18 15:07 [Qemu-devel] [PATCH 0/2] block: support drive_del with dataplane Stefan Hajnoczi
2014-08-18 15:07 ` [Qemu-devel] [PATCH 1/2] block: acquire AioContext in do_drive_del() Stefan Hajnoczi
2014-08-18 15:07 ` [Qemu-devel] [PATCH 2/2] virtio-blk: allow drive_del with dataplane Stefan Hajnoczi
2014-08-20  1:39 ` [Qemu-devel] [PATCH 0/2] block: support " Fam Zheng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).