Re: [libvirt] [PATCH 6/6] Implement hotremove for SCSI disks

2010-03-01 Thread Daniel P. Berrange
On Mon, Mar 01, 2010 at 03:40:14PM +0100, Gerd Hoffmann wrote: > On 03/01/10 15:29, Wolfgang Mauerer wrote: > >Gerd: Are you intending to add the drive_del feature, or is > >the approach outlined above sufficient for drive hotplug/remove? > > I'm busy with other tasks right now. > > >Respectively

Re: [libvirt] [PATCH 6/6] Implement hotremove for SCSI disks

2010-03-01 Thread Gerd Hoffmann
On 03/01/10 15:29, Wolfgang Mauerer wrote: Gerd: Are you intending to add the drive_del feature, or is the approach outlined above sufficient for drive hotplug/remove? I'm busy with other tasks right now. Respectively can there be any problems if we remove a device associated with a disk and

Re: [libvirt] [PATCH 6/6] Implement hotremove for SCSI disks

2010-03-01 Thread Wolfgang Mauerer
Daniel P. Berrange wrote: > On Fri, Feb 26, 2010 at 02:09:19PM +0100, Wolfgang Mauerer wrote: >> Recent qemu versions allow us to add disks dynamically into the system >> via the drive_add/device_add mechanism. Removing them is now just a >> matter of using device_del, and this patch adds the requi

Re: [libvirt] [PATCH 6/6] Implement hotremove for SCSI disks

2010-03-01 Thread Daniel P. Berrange
On Fri, Feb 26, 2010 at 02:09:19PM +0100, Wolfgang Mauerer wrote: > Recent qemu versions allow us to add disks dynamically into the system > via the drive_add/device_add mechanism. Removing them is now just a > matter of using device_del, and this patch adds the required bits > and pieces to libvir

[libvirt] [PATCH 6/6] Implement hotremove for SCSI disks

2010-02-26 Thread Wolfgang Mauerer
Recent qemu versions allow us to add disks dynamically into the system via the drive_add/device_add mechanism. Removing them is now just a matter of using device_del, and this patch adds the required bits and pieces to libvirt. Signed-off-by: Wolfgang Mauerer Signed-off-by: Jan Kiszka --- src/q