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

2006-09-25 Thread Sylvain Petreolle
Hi Jim, After updating to today's CVS, qemu now segfaults if your patch is applied to the source. Its too bad, since its really useful for some apps/OS install. Could you have a look on it ? Crash happens even if no cdrom is specified on the command line. (tried the qemu test linux.img and got

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

2006-04-17 Thread Leonardo E. Reiter
Sorry, I should add that my patch also adds a simple help line for the new options. Again, minor stuff ;) Regards, Leo Reiter Leonardo E. Reiter wrote: Jim, thanks for the patch, it seems to work great. However, I'm attaching an updated version that fixes the following [minor] problems:

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

2006-04-17 Thread Leonardo E. Reiter
Jim, thanks for the patch, it seems to work great. However, I'm attaching an updated version that fixes the following [minor] problems: 1. qemu was not correctly aborting [with help] if no arguments/disk images were specified 2. using the method "qemu [options] " no longer worked... you had

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

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

2006-04-14 Thread Jim C. Brown
On Fri, Apr 14, 2006 at 02:41:12PM -0400, Jim C. Brown wrote: > Attached is a patch that does just that. > > The default -cdrom still works, but you can also use -cdrom-a, -cdrom-b, > -cdrom-c, and -cdrom-d to specify if the cdrom should be plugged in place > over hda, hdb, hdc, or hdd respectiv

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

2006-04-14 Thread Jim C. Brown
On Fri, Apr 14, 2006 at 01:38:18PM -0400, Toby Thain 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 > sugge

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

2006-04-14 Thread Toby Thain
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 perhaps adding a QEMU runtime option for this. E.g. NEXTSTEP