[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 0/4] SCSI-hotdel: Implement removal of SCSI hard dis
From: |
Wolfgang Mauerer |
Subject: |
[Qemu-devel] [PATCH 0/4] SCSI-hotdel: Implement removal of SCSI hard disks |
Date: |
Fri, 18 Sep 2009 17:26:30 +0200 |
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
- [Qemu-devel] [PATCH 0/4] SCSI-hotdel: Implement removal of SCSI hard disks,
Wolfgang Mauerer <=
- [Qemu-devel] [PATCH 1/4] SCSI-hotdel: Add detach method to LSI SCSI driver, Wolfgang Mauerer, 2009/09/19
- [Qemu-devel] [PATCH 2/4] SCSI-hotdel: Factor out IF argument parsing, Wolfgang Mauerer, 2009/09/19
- [Qemu-devel] [PATCH 3/4] SCSI-Hotdel: Implement drive_hot_del, Wolfgang Mauerer, 2009/09/19
- [Qemu-devel] [PATCH 4/4] Small cleanup for drive_hot_add, Wolfgang Mauerer, 2009/09/19
- Re: [Qemu-devel] [PATCH 3/4] SCSI-Hotdel: Implement drive_hot_del, Gerd Hoffmann, 2009/09/21
- Re: [Qemu-devel] [PATCH 3/4] SCSI-Hotdel: Implement drive_hot_del, Wolfgang Mauerer, 2009/09/30
- Re: [Qemu-devel] [PATCH 3/4] SCSI-Hotdel: Implement drive_hot_del, Gerd Hoffmann, 2009/09/30
Re: [Qemu-devel] [PATCH 1/4] SCSI-hotdel: Add detach method to LSI SCSI driver, Gerd Hoffmann, 2009/09/21