From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DLSp5-0001tq-9J for qemu-devel@nongnu.org; Tue, 12 Apr 2005 17:21:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DLSp1-0001s2-PM for qemu-devel@nongnu.org; Tue, 12 Apr 2005 17:21:25 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DLSp0-0001pI-Hx for qemu-devel@nongnu.org; Tue, 12 Apr 2005 17:21:22 -0400 Received: from [64.233.170.202] (helo=rproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DLTFw-0002hB-NC for qemu-devel@nongnu.org; Tue, 12 Apr 2005 17:49:12 -0400 Received: by rproxy.gmail.com with SMTP id z35so2545071rne for ; Tue, 12 Apr 2005 14:48:57 -0700 (PDT) Message-ID: <41e41e7a050412144821164f66@mail.gmail.com> Date: Tue, 12 Apr 2005 23:48:57 +0200 From: Hetz Ben Hamo Subject: Re: [Qemu-devel] [PATCH] Bochs Redolog disk image support In-Reply-To: <20050412173140.3f2ee97f@caprice.artificis.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <20050317185244.7b9fdc20@caprice.artificis.hu> <4255980A.6020300@bellard.org> <20050412173140.3f2ee97f@caprice.artificis.hu> Reply-To: Hetz Ben Hamo , 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 > Also I have a written support for Microsoft/Conectix Virtual PC hard > disk images, but it is in an early phase, as it is slow as hell, and > only converting to an other format makes it usable on my modest machine. > Will hack further on it, is it going to be committed than? I just have a small idea... Could you add your code to the qemu-img program? it already has convert option inside, so I think converting to/from VPC would be very helpful even in your early stages, and speed doesn't matter that much if it's only for conversion.. Just my 2 cents ;)