From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34852) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TkxhD-0003di-Uq for qemu-devel@nongnu.org; Tue, 18 Dec 2012 08:59:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tkxh7-0004fT-Qr for qemu-devel@nongnu.org; Tue, 18 Dec 2012 08:58:59 -0500 Received: from mx1.redhat.com ([209.132.183.28]:15104) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tkxh7-0004fP-JB for qemu-devel@nongnu.org; Tue, 18 Dec 2012 08:58:53 -0500 Date: Tue, 18 Dec 2012 14:58:50 +0100 From: Stefan Hajnoczi Message-ID: <20121218135850.GF6697@stefanha-thinkpad.redhat.com> References: <1355382223-26222-1-git-send-email-alexey.zaytsev@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1355382223-26222-1-git-send-email-alexey.zaytsev@gmail.com> Subject: Re: [Qemu-devel] [PATCH] virtio-blk: Return UNSUPP for unknown request types List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexey Zaytsev Cc: Kevin Wolf , qemu-devel@nongnu.org On Thu, Dec 13, 2012 at 09:03:43AM +0200, Alexey Zaytsev wrote: > Currently, all unknown requests are treated as VIRTIO_BLK_T_IN > > Signed-off-by: Alexey Zaytsev > --- > Sorry, made a typo when formatting the patch, please consider this one. > > hw/virtio-blk.c | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan