Setting status to "Fix released" according to comment #5 (if there is
something left to do for libvirt, please consult their bugtracker
instead)
** Changed in: qemu
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of qemu-
devel-ml, which is
On Mon, Jul 2, 2012 at 4:04 PM, Sebastian Malcolm
<686...@bugs.launchpad.net> wrote:
> Stefan, you fixed this in QEMU 24 Jan 2011 so this bug can be marked as
> Fixed Released?
Yes
> However, I cannot see a way to set "removable=on" for usb-storage
> devices started via libvirt (in 12.04, with l
Stefan, you fixed this in QEMU 24 Jan 2011 so this bug can be marked as
Fixed Released?
SEE: http://lists.gnu.org/archive/html/qemu-devel/2011-01/msg02425.html
Append ",removable=on" to a device definition for USB Mass Storage Devices to
override the removable bit (but off by default):
> qemu -u
On Tue, Jan 11, 2011 at 03:15:46PM -, Stefan Hajnoczi wrote:
> A sampling of physical USB devices:
> 1. Noname 2GB USB stick: RMB=1
> 2. Nexus One USB storage: RMB=1
> 3. LaCie USB harddisk: RMB=0
>
> I suspect there's no setting that will satisfy everyone here. It makes
> sense for a USB har
A sampling of physical USB devices:
1. Noname 2GB USB stick: RMB=1
2. Nexus One USB storage: RMB=1
3. LaCie USB harddisk: RMB=0
I suspect there's no setting that will satisfy everyone here. It makes
sense for a USB harddisk to set RMB=0 because that allows you to put on
more than one partition un
danpb has mentioned that Linux gets this information from SCSI INQUIRY
response. So it's up to the USB Mass Storage Device to decide whether
or not it wants to have a removable medium.
The SCSI INQUIRY RMB (removable medium bit) tends to be set on modern
USB Mass Storage Devices. Of course they
"One side-effect of setting this bit is that Windows Auto-Run will work
if RMB=0 but not work if RMB=0" should read "but not work if RMB=1".
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/686613
Title
** Changed in: qemu
Status: New => Confirmed
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/686613
Title:
USB MSD are not marked as removable
Status in QEMU:
Confirmed
Bug description: