Re: [libvirt] [PATCH 1/2] rename qemuDomainDetachSCSIDiskDevice to qemuDomainDetachDiskDevice

2011-03-07 Thread Daniel P. Berrange
On Mon, Mar 07, 2011 at 11:31:48AM +0800, Wen Congyang wrote: > The way to detach a USB disk is the same as that to detach a SCSI > disk. Rename this function and we can use it to detach a USB disk. > > Signed-off-by: Wen Congyang > > --- > src/qemu/qemu_driver.c |3 +-- > src/qemu/qemu_ho

[libvirt] [PATCH 1/2] rename qemuDomainDetachSCSIDiskDevice to qemuDomainDetachDiskDevice

2011-03-06 Thread Wen Congyang
The way to detach a USB disk is the same as that to detach a SCSI disk. Rename this function and we can use it to detach a USB disk. Signed-off-by: Wen Congyang --- src/qemu/qemu_driver.c |3 +-- src/qemu/qemu_hotplug.c | 13 +++-- src/qemu/qemu_hotplug.h |8 3 files