From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IJEmp-0005cf-NQ for qemu-devel@nongnu.org; Thu, 09 Aug 2007 16:39:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IJEmo-0005cT-5I for qemu-devel@nongnu.org; Thu, 09 Aug 2007 16:39:15 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IJEmo-0005cQ-0P for qemu-devel@nongnu.org; Thu, 09 Aug 2007 16:39:14 -0400 Received: from ebox1.ebox.com ([64.7.141.6] helo=ebox1b.ebox.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IJEmn-0006a0-Mn for qemu-devel@nongnu.org; Thu, 09 Aug 2007 16:39:13 -0400 Received: from [10.0.1.6] (bas1-montreal42-1178045593.dsl.bell.ca [70.55.140.153]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by ebox1b.ebox.com (Postfix) with ESMTP id 8059717E0AF for ; Thu, 9 Aug 2007 16:39:08 -0400 (EDT) Message-ID: <46BB7C30.3050007@visible-assets.com> Date: Thu, 09 Aug 2007 16:42:24 -0400 From: Christopher Friedt MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] disk images & driver geometry 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 Hi everyone, has there been any work done in the last few months towards hard disk geometry, so that partition tables / mbr's in raw hard disk files can be stored for later use? That's something that would be tremendously useful with the -hda option, so that one could use a file for a virtual disk and expect qemu to recognize the partition information from it. Usually if one does a typical install with a linux distro, the linux install will format the main hard disk to have 3 partitions (boot,root,swap), but if it's just a file then that partition / mbr info isn't really recognized by qemu. I've been out of the loop w/ what's happening on the bleeding edge with qemu for a few months, so I thought I'd just ask here. ~/Chris