From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GHfu7-0001Ap-2K for qemu-devel@nongnu.org; Mon, 28 Aug 2006 08:07:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GHfu5-00018X-7Y for qemu-devel@nongnu.org; Mon, 28 Aug 2006 08:07:46 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GHfu4-000184-I9 for qemu-devel@nongnu.org; Mon, 28 Aug 2006 08:07:44 -0400 Received: from [66.249.92.168] (helo=ug-out-1314.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GHg31-0006hI-0K for qemu-devel@nongnu.org; Mon, 28 Aug 2006 08:16:59 -0400 Received: by ug-out-1314.google.com with SMTP id s2so1805307uge for ; Mon, 28 Aug 2006 05:07:42 -0700 (PDT) Message-ID: <26b3ab70608280507j68376044l41827b61d42de003@mail.gmail.com> Date: Mon, 28 Aug 2006 14:07:42 +0200 From: "=?ISO-8859-1?Q?M=EDguel?=" Subject: Re: Re: [Qemu-devel] cdrom hardcoded index MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org > 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.