From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42041) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRyTB-0001bW-Rh for qemu-devel@nongnu.org; Sun, 01 Mar 2015 02:39:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YRyT6-0002yK-T3 for qemu-devel@nongnu.org; Sun, 01 Mar 2015 02:39:21 -0500 Received: from mail.kernel.org ([198.145.29.136]:46868) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRyT6-0002yG-NN for qemu-devel@nongnu.org; Sun, 01 Mar 2015 02:39:16 -0500 Date: Sun, 1 Mar 2015 08:39:09 +0100 From: "Michael S. Tsirkin" Message-ID: <1425192883-5930-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PATCH 0/2] virtio_blk header fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: linux-kernel@vger.kernel.org, Rusty Russell , virtualization@lists.linux-foundation.org, qemu-devel@nongnu.org Now that QEmu reuses linux virtio headers, we noticed a typo in the exported virtio block header. Fix it up. I'd like these merged for 4.0 so that Qemu 2.3 can alredy get it right. Michael S. Tsirkin (2): virtio_blk: typo fix virtio_blk: fix comment for virtio 1.0 include/uapi/linux/virtio_blk.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) -- MST