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
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:
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
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
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
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
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
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
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