Re: [Qemu-devel] enh req: Allow ATAPI CD-ROM to be attached other than sec/master

2006-04-15 Thread Pascal Terjan
On 4/14/06, Toby Thain <[EMAIL PROTECTED]> wrote: > Per version 0.8.0, the ATAPI CD-ROM is always attached to IDE > secondary/master (address 2). (See assignment to cdrom_index around > vl.c line 4433.) > > > Bochs allows the CD-ROM to be attached to any of four addresses, my > suggestion is perhap

Re: [Qemu-devel] enh req: Allow ATAPI CD-ROM to be attached other than sec/master

2006-04-15 Thread Jim C. Brown
On Sat, Apr 15, 2006 at 06:44:40PM +0200, Sylvain Petreolle wrote: > Shouldnt the behaviour of -boot option be changed to match this change ? > e.g. qemu -cdrom-a disk1.iso -cdrom-b myos.iso -boot cdrom-b > > allowing multiple cdrom drives renders "-boot d" a bit strange imo. > Probably. Right

Re: [Qemu-devel] enh req: Allow ATAPI CD-ROM to be attached other than sec/master

2006-04-15 Thread Sylvain Petreolle
Shouldnt the behaviour of -boot option be changed to match this change ? e.g. qemu -cdrom-a disk1.iso -cdrom-b myos.iso -boot cdrom-b allowing multiple cdrom drives renders "-boot d" a bit strange imo. --- "Jim C. Brown" <[EMAIL PROTECTED]> a écrit : > On Fri, Apr 14, 2006 at 02:41:12PM -0400, J

[Qemu-devel] [PATCH] Support detaching of USB-HID devices

2006-04-15 Thread Anthony Liguori
The attached patch allows one to detach USB-HID devices with usb_del. It adds the necessary logic to switch back and forth between PS/2 and USB-HID devices. I've tested with Windows and Linux guests (using the evtouch driver). See the changeset commit message for more details. I wasn't conf