From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O9HPi-0003uF-Sx for qemu-devel@nongnu.org; Tue, 04 May 2010 08:39:51 -0400 Received: from [140.186.70.92] (port=59847 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O9HPf-0003pW-Ag for qemu-devel@nongnu.org; Tue, 04 May 2010 08:39:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O9HOZ-0005Hc-Jy for qemu-devel@nongnu.org; Tue, 04 May 2010 08:38:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:62035) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O9HOZ-0005HG-74 for qemu-devel@nongnu.org; Tue, 04 May 2010 08:38:39 -0400 Message-ID: <4BE0152F.3060109@redhat.com> Date: Tue, 04 May 2010 14:38:07 +0200 From: Kevin Wolf MIME-Version: 1.0 Subject: Re: [Qemu-devel] simple block driver cleanups References: <20100504104351.GA6342@lst.de> In-Reply-To: <20100504104351.GA6342@lst.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christoph Hellwig Cc: qemu-devel@nongnu.org Am 04.05.2010 12:43, schrieb Christoph Hellwig: > This series cleans up the simple read-only block drivers to use the > qemu block device API to access their backing devices, making the code > simpler and usable over nbd/curl. I've not touched dmg yet as it's even > more bitrot than usual and deserves it's own series. Have you already added something to qemu-iotests locally to test this or did you test manually? Kevin