From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CTr6h-00049Z-BJ for qemu-devel@nongnu.org; Mon, 15 Nov 2004 19:22:03 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CTr6g-00048v-Ks for qemu-devel@nongnu.org; Mon, 15 Nov 2004 19:22:02 -0500 Received: from [129.104.30.34] (helo=mx1.polytechnique.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CTqxm-0002SN-IQ for qemu-devel@nongnu.org; Mon, 15 Nov 2004 19:12:50 -0500 Received: from localhost (localhost [127.0.0.1]) by djali.polytechnique.org (Postfix) with ESMTP id 73AC3331A5 for ; Tue, 16 Nov 2004 01:12:49 +0100 (CET) Received: from djali.polytechnique.org ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 29767-10 for ; Tue, 16 Nov 2004 01:12:49 +0100 (CET) Received: from bellard.org (unknown [84.99.204.24]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ssl.polytechnique.org (Postfix) with ESMTP id 45ED9331A0 for ; Tue, 16 Nov 2004 01:12:49 +0100 (CET) Message-ID: <4199460B.5040708@bellard.org> Date: Tue, 16 Nov 2004 01:12:59 +0100 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] whats up with QEMU and virtual disks? References: <41e41e7a04111513146259739a@mail.gmail.com> <4199223E.3040300@railnet.it> <41e41e7a041115140120b83bf8@mail.gmail.com> <41993578.5030804@bellard.org> In-Reply-To: <41993578.5030804@bellard.org> Content-Type: text/plain; charset=us-ascii; format=flowed 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 >> * Provide a simple script to convert from the old to new format? I repeat: there is _no_ "old" or "new" disk image format. Raw disk images are exactly the same in every QEMU version... Fabrice.