From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MNvkK-0004d1-0k for qemu-devel@nongnu.org; Mon, 06 Jul 2009 17:29:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MNvkE-0004bg-75 for qemu-devel@nongnu.org; Mon, 06 Jul 2009 17:29:06 -0400 Received: from [199.232.76.173] (port=37318 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MNvkE-0004bd-0H for qemu-devel@nongnu.org; Mon, 06 Jul 2009 17:29:02 -0400 Received: from wa-out-1112.google.com ([209.85.146.181]:58504) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MNvkD-0001FD-Mw for qemu-devel@nongnu.org; Mon, 06 Jul 2009 17:29:01 -0400 Received: by wa-out-1112.google.com with SMTP id k17so789912waf.18 for ; Mon, 06 Jul 2009 14:29:00 -0700 (PDT) Message-ID: <4A526C98.7030203@codemonkey.ws> Date: Mon, 06 Jul 2009 16:28:56 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] RFC: Add new block driver for the VDI format References: <4A4E5AFC.4020206@mail.berlios.de> <4A51FE07.2040307@codemonkey.ws> <4A52682D.7000602@mail.berlios.de> In-Reply-To: <4A52682D.7000602@mail.berlios.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: Kevin Wolf , QEMU Developers Stefan Weil wrote: > Anthony Liguori schrieb: > > Yes, at least it should be straight forward to do. > I planned to switch to AIO in a second stage. > > It would help if you could already commit the synchronous version > as soon as the endianess issue (detected by Kevin Wolf, thanks) > and an additional bug in the write code are fixed > (code is ready, but still untested - a patch will follow this week). > I'd rather not do that. The synchronous IO functions are really broken in a fundamental way. > I don't plan to change the code's license from GPL to MIT. > This is a matter of my personal taste. Is this a problem > for new block driver code? > GPL is always fine by me. Regards, Anthony Liguori > Regards, > > Stefan Weil > >