From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IEDeX-0003LB-Em for qemu-devel@nongnu.org; Thu, 26 Jul 2007 20:25:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IEDeV-0003Kr-2f for qemu-devel@nongnu.org; Thu, 26 Jul 2007 20:25:56 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IEDeU-0003Ko-SF for qemu-devel@nongnu.org; Thu, 26 Jul 2007 20:25:54 -0400 Received: from one.dotblob.com ([195.56.55.181]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IEDeU-0004FT-H9 for qemu-devel@nongnu.org; Thu, 26 Jul 2007 20:25:54 -0400 Received: from [192.168.1.105] (3e44ad76.adsl.enternet.hu [62.68.173.118]) by one.dotblob.com (Postfix) with ESMTP id C071914842D3 for ; Fri, 27 Jul 2007 02:23:20 +0200 (CEST) Subject: Re: [Qemu-devel] [PATCH] Add support for VDI images From: Alex Beregszaszi In-Reply-To: <200707022034.53206.even.rouault@mines-paris.org> References: <200707022034.53206.even.rouault@mines-paris.org> Content-Type: text/plain Date: Fri, 27 Jul 2007 02:25:25 +0200 Message-Id: <1185495926.22903.22.camel@localhost> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit 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, > This patch adds support for reading, writing and creation (and thus > conversion) of VDI images (VirtualBox image format). Creation of derived > images above read-only base images also works, through a hack (the base image > filename is stored as the comment of the derived image) > It's mainly a thin wrapper around VirtualBox OSE source code. > It may not compile on non-Linux hosts, and it definitely won't work on big > endian hosts. So, there's still a bit of work to do for those interested by > running it on those platforms. What about writing a native implementation? At least with read support, for importing from Virtualbox. -- Alex