From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NvrXb-00045e-Rt for qemu-devel@nongnu.org; Sun, 28 Mar 2010 08:24:31 -0400 Received: from [140.186.70.92] (port=57489 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NvrXZ-00045W-Ky for qemu-devel@nongnu.org; Sun, 28 Mar 2010 08:24:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NvrXX-00031g-0o for qemu-devel@nongnu.org; Sun, 28 Mar 2010 08:24:29 -0400 Received: from verein.lst.de ([213.95.11.210]:36529) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NvrXW-00031a-Nk for qemu-devel@nongnu.org; Sun, 28 Mar 2010 08:24:26 -0400 Date: Sun, 28 Mar 2010 14:24:25 +0200 From: Christoph Hellwig Subject: Re: [Qemu-devel] [RFC][PATCH 3/7] blkdebug: Basic request passthrough Message-ID: <20100328122425.GC12007@lst.de> References: <1268672915-12233-1-git-send-email-kwolf@redhat.com> <1268672915-12233-4-git-send-email-kwolf@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1268672915-12233-4-git-send-email-kwolf@redhat.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org On Mon, Mar 15, 2010 at 06:08:31PM +0100, Kevin Wolf wrote: > This isn't doing anything interesting. It creates the blkdebug block driver as > a protocol which just passes everything through to raw. > > Signed-off-by: Kevin Wolf > --- > Makefile.objs | 2 +- > block/blkdebug.c | 104 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ Not a big fan of the blkdebug: prefix, but that's how qemu works elsewhere, too. Also it's not passing through any of the ioctl magic, but that's probably not needed for now. Reviewed-by: Christoph Hellwig