Re: [libvirt] [PATCHv2 2/2] qemu: Support setting the 'removable' flag for USB disks

2013-08-27 Thread Daniel P. Berrange
On Fri, Aug 23, 2013 at 12:38:11PM +0200, Fred A. Kemp wrote: > From: "Fred A. Kemp" > > Add an attribute named 'removable' to the 'target' element of disks, > which controls the removable flag. For instance, on a Linux guest it > controls the value of /sys/block/$dev/removable. This option is on

[libvirt] [PATCHv2 2/2] qemu: Support setting the 'removable' flag for USB disks

2013-08-23 Thread Fred A. Kemp
From: "Fred A. Kemp" Add an attribute named 'removable' to the 'target' element of disks, which controls the removable flag. For instance, on a Linux guest it controls the value of /sys/block/$dev/removable. This option is only valid for USB disks (i.e. bus='usb'), and its default value is 'off',