From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fd7MY-0001Wk-LS for qemu-devel@nongnu.org; Mon, 08 May 2006 11:09:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fd7MW-0001WC-Rm for qemu-devel@nongnu.org; Mon, 08 May 2006 11:09:30 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fd7MW-0001W9-PH for qemu-devel@nongnu.org; Mon, 08 May 2006 11:09:28 -0400 Received: from [65.74.133.6] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1Fd7NN-0002A9-Qa for qemu-devel@nongnu.org; Mon, 08 May 2006 11:10:22 -0400 From: Paul Brook Subject: Re: [Qemu-devel] using partition images Date: Mon, 8 May 2006 16:09:23 +0100 References: <20060508035346.GA12697@jbrown.mylinuxbox.org> <200605081528.32129.paul@codesourcery.com> <20060508145912.GA7690@jbrown.mylinuxbox.org> In-Reply-To: <20060508145912.GA7690@jbrown.mylinuxbox.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200605081609.25109.paul@codesourcery.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 > The syntax is getting kinda ugly though. Anthony suggested that we use > mini-config files with all the options and just pass those to -hda (e.g. > -hda multipart:hda.config) > > > A vmware split image file is just a composite of several raw images with > > a funny config file. > > It'd still be nice if the vmware driver had support for using those config > files instead of requiring a user to type this out by hand. If you implement the config files mentioned above then supporting and autodetecting both qemu config files and vmware config files (assuming we want/need a new config file syntax) should be fairly straightforward. No need to modify the vmdk driver. Paul