qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] SCSI-hotdel: Implement removal of SCSI hard disks
@ 2009-09-18 15:26 Wolfgang Mauerer
  2009-09-18 15:26 ` [Qemu-devel] [PATCH 1/4] SCSI-hotdel: Add detach method to LSI SCSI driver Wolfgang Mauerer
  0 siblings, 1 reply; 11+ messages in thread
From: Wolfgang Mauerer @ 2009-09-18 15:26 UTC (permalink / raw)
  To: qemu-devel; +Cc: jan.kiszka, wlm.libvirt

Hi,

since Qemu has support for adding disk drives to SCSI controllers
at runtime, it should also have support for the inverse operation.
This patch series introduces support for drive hot-removal by
introducing a new monitor command: drive_del.

Notice that support for libvirt is also available and was 
cross-posted to qemu-devel for those who are interested.

Thanks, Wolfgang

 hw/lsi53c895a.c  |   16 +++++++++
 hw/pci-hotplug.c |   95 ++++++++++++++++++++++++++++++++++++++++++++++++++++-
 hw/pci.h         |    1 +
 qemu-monitor.hx  |   14 +++++++-
 sysemu.h         |    2 +
 vl.c             |   69 ++++++++++++++++++++++-----------------
 6 files changed, 164 insertions(+), 33 deletions(-)

-- 
Siemens AG, Corporate Technology, CT SE 2
Corporate Competence Center Embedded Linux

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

end of thread, other threads:[~2009-10-01  8:50 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-18 15:26 [Qemu-devel] [PATCH 0/4] SCSI-hotdel: Implement removal of SCSI hard disks Wolfgang Mauerer
2009-09-18 15:26 ` [Qemu-devel] [PATCH 1/4] SCSI-hotdel: Add detach method to LSI SCSI driver Wolfgang Mauerer
2009-09-18 15:26   ` [Qemu-devel] [PATCH 2/4] SCSI-hotdel: Factor out IF argument parsing Wolfgang Mauerer
2009-09-18 15:26     ` [Qemu-devel] [PATCH 3/4] SCSI-Hotdel: Implement drive_hot_del Wolfgang Mauerer
2009-09-18 15:26       ` [Qemu-devel] [PATCH 4/4] Small cleanup for drive_hot_add Wolfgang Mauerer
2009-09-21  7:53       ` [Qemu-devel] [PATCH 3/4] SCSI-Hotdel: Implement drive_hot_del Gerd Hoffmann
2009-09-30 15:45         ` Wolfgang Mauerer
2009-09-30 19:04           ` Gerd Hoffmann
2009-10-01  7:54             ` Wolfgang Mauerer
2009-10-01  8:50               ` Gerd Hoffmann
2009-09-21  7:46   ` [Qemu-devel] [PATCH 1/4] SCSI-hotdel: Add detach method to LSI SCSI driver Gerd Hoffmann

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).