All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] Hotplug support for virtio-scsi
@ 2012-06-20  6:47 Cong Meng
  2012-06-20  6:47 ` [PATCH 1/2] scsi bus: introduce hotplug() and hot_unplug() interfaces for SCSI bus Cong Meng
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Cong Meng @ 2012-06-20  6:47 UTC (permalink / raw)
  To: Paolo Bonzini
  Cc: stefanha, qemu-devel, zwanp, Rusty Russell, linuxram, senwang,
	Nicholas A. Bellinger, virtualization, Cong Meng,
	Anthony Liguori, Andreas Färber

These patches implement the hotplug support for virtio-scsi.
When a new device attaches/detaches to virtio-scsi bus via device_add/device_del
commands, the HBA driver in guest kernel will be signaled to add/remove the scsi
device.

Cong Meng (2):
  scsi bus: introduce hotplug() and hot_unplug() interfaces for SCSI bus
  virtio-scsi: Implement hotplug support for virtio-scsi

 hw/scsi-bus.c    |   16 +++++++++++-
 hw/scsi.h        |    2 +
 hw/virtio-scsi.c |   72 +++++++++++++++++++++++++++++++++++++++++++++++++++--
 3 files changed, 86 insertions(+), 4 deletions(-)

-- 
1.7.7

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

end of thread, other threads:[~2012-06-25  9:10 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-20  6:47 [Qemu-devel] [PATCH 0/2] Hotplug support for virtio-scsi Cong Meng
2012-06-20  6:47 ` [PATCH 1/2] scsi bus: introduce hotplug() and hot_unplug() interfaces for SCSI bus Cong Meng
2012-06-20  6:47 ` [Qemu-devel] " Cong Meng
2012-06-20 13:10   ` Andreas Färber
2012-06-20 13:10   ` Andreas Färber
2012-06-20  6:47 ` [Qemu-devel] [PATCH 2/2] virtio-scsi: Implement hotplug support for virtio-scsi Cong Meng
2012-06-21 10:56   ` Stefan Hajnoczi
2012-06-21 10:56     ` Stefan Hajnoczi
2012-06-25  7:51     ` mc
2012-06-25  9:10       ` Stefan Hajnoczi
2012-06-20  6:47 ` Cong Meng

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.