From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GHpRs-00043N-Pg for qemu-devel@nongnu.org; Mon, 28 Aug 2006 18:19:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GHpRr-00040g-2G for qemu-devel@nongnu.org; Mon, 28 Aug 2006 18:19:16 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GHpRq-00040M-US for qemu-devel@nongnu.org; Mon, 28 Aug 2006 18:19:14 -0400 Received: from [84.96.92.56] (helo=smTp.neuf.fr) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GHpar-0005PN-Rt for qemu-devel@nongnu.org; Mon, 28 Aug 2006 18:28:34 -0400 Received: from [84.102.211.32] by sp604003mt.gpm.neuf.ld (Sun Java System Messaging Server 6.2-5.05 (built Feb 16 2006)) with ESMTP id <0J4Q002GXAWTHI51@sp604003mt.gpm.neuf.ld> for qemu-devel@nongnu.org; Tue, 29 Aug 2006 00:10:05 +0200 (CEST) Date: Tue, 29 Aug 2006 00:10:28 +0200 From: Fabrice Bellard Subject: Re: RE : [Qemu-devel] cdrom hardcoded index In-reply-to: <20060828114112.33294.qmail@web26805.mail.ukl.yahoo.com> Message-id: <44F369D4.1030305@bellard.org> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: QUOTED-PRINTABLE References: <20060828114112.33294.qmail@web26805.mail.ukl.yahoo.com> 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 Sylvain Petreolle wrote: > hi, > --- drtyc@centrum.cz a =E9crit : >=20 >=20 >>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 sing= le 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 i= t now it will require some >>changes to apply... >> >=20 > Jim sent a patch that works beautifully, > it adds -cdrom-[a,b,c,d] and even gives ability to have multiple cd= rom drives. >=20 > Its vl.multicdrom, and you can download it from the archives at : > http://lists.gnu.org/archive/html/qemu-devel/2006-04/msg00289.html A VM configuration file will be added in QEMU very soon. People wishi= ng=20 to have weird hardware setups will have to use it. I am not sure it i= s=20 necessary to complicate the command line syntax for very specific cas= es. Regards, Fabrice.