qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* Re: Re: [Qemu-devel] cdrom hardcoded index
@ 2006-08-28 12:07 Míguel
  0 siblings, 0 replies; 4+ messages in thread
From: Míguel @ 2006-08-28 12:07 UTC (permalink / raw)
  To: qemu-devel

> What about something like -hdX test.iso,hw=cdrom with default hw being disk?

And why not a shorted and more standard solution?

-ideN [hd:|cd:]filename

Examples:

-ide0 /tmp/myimage.dsk
Set primary master as harddisk (hd: is the default)

-ide1 hd:/tmp/myimage.dsk
Set primary slave as harddisk (hd: is not necessary in this case, as
it's the default).

-ide3 cd:/dev/cdrom
Set secondary slave as cdrom using device /dev/cdrom

-ide0 cd:/tmp/myimage.iso
Set primary master as cdrom using an ISO image file.

Of course, the previous parameters (hda, hdb, hdc, hdd and cdrom)
should be also available for compatibility reasons.

And you could also add -fd0 (for -fda) and -fd1(for -fdb) for
consistency with the rest of parameters.

Just my two cents.

^ permalink raw reply	[flat|nested] 4+ messages in thread
* RE: Re: [Qemu-devel] cdrom hardcoded index
@ 2006-08-28 12:20 Armistead, Jason
  0 siblings, 0 replies; 4+ messages in thread
From: Armistead, Jason @ 2006-08-28 12:20 UTC (permalink / raw)
  To: 'qemu-devel@nongnu.org'

On Monday, 28 August 2006 10:08 PM (AEST) Míguel wrote:

>> What about something like -hdX test.iso,hw=cdrom with default hw being
disk?
>
>And why not a shorted and more standard solution?
>
>-ideN [hd:|cd:]filename
>
>Examples:
>
>-ide0 /tmp/myimage.dsk
>Set primary master as harddisk (hd: is the default)
>
>-ide1 hd:/tmp/myimage.dsk
>Set primary slave as harddisk (hd: is not necessary in this case, as
>it's the default).
>
>-ide3 cd:/dev/cdrom
>Set secondary slave as cdrom using device /dev/cdrom
>
>-ide0 cd:/tmp/myimage.iso
>Set primary master as cdrom using an ISO image file.
>
>Of course, the previous parameters (hda, hdb, hdc, hdd and cdrom)
>should be also available for compatibility reasons.
>
>And you could also add -fd0 (for -fda) and -fd1(for -fdb) for
>consistency with the rest of parameters.
>
>Just my two cents.


And what about non-PC guest environments like Sparcs where there are no IDE
drives, only SCSI ones for hard disk, CD and (I think) for floppy drives ?
How would you expand that syntax ?

Not everyone running QEMU is seeking to run a "PC in PC" configurations.

Cheers

Jason

^ permalink raw reply	[flat|nested] 4+ messages in thread
* [Qemu-devel] cdrom hardcoded index
@ 2006-08-24 19:31 drtyc
  2006-08-28 11:41 ` RE : " Sylvain Petreolle
  0 siblings, 1 reply; 4+ messages in thread
From: drtyc @ 2006-08-24 19:31 UTC (permalink / raw)
  To: qemu-devel

Hello.

How about finally not having cdrom hardcoded? Right now installing some distro that reqires hda and hdc to be active raid components and having to change that single variable initialization vaue is easy but not comfortable enough with recompiling the qemu...

Someone tried this already with qemu-flex_cd.patch but looking at it now it will require some changes to apply...

Thanks.

not speaking about more then one images as cdrom

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-08-28 22:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-28 12:07 Re: [Qemu-devel] cdrom hardcoded index Míguel
  -- strict thread matches above, loose matches on Subject: below --
2006-08-28 12:20 Armistead, Jason
2006-08-24 19:31 drtyc
2006-08-28 11:41 ` RE : " Sylvain Petreolle
2006-08-28 22:10   ` Fabrice Bellard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).