From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rusty Russell Subject: Re: [PATCH 2/2] virtio_blk: fix comment for virtio 1.0 Date: Mon, 02 Mar 2015 10:45:37 +1030 Message-ID: <871tl8l0eu.fsf@rustcorp.com.au> References: <1425192883-5930-1-git-send-email-mst@redhat.com> <1425192883-5930-3-git-send-email-mst@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1425192883-5930-3-git-send-email-mst@redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.linux-foundation.org Errors-To: virtualization-bounces@lists.linux-foundation.org To: "Michael S. Tsirkin" , linux-kernel@vger.kernel.org, virtualization@lists.linux-foundation.org, qemu-devel@nongnu.org List-Id: virtualization@lists.linuxfoundation.org "Michael S. Tsirkin" writes: > Fix up comment to match virtio 1.0 logic: > virtio_blk_outhdr isn't the first elements anymore, > the only requirement is that it comes first in > the s/g list. > > Signed-off-by: Michael S. Tsirkin Thanks, both applied. Cheers, Rusty. From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38711) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSNee-0000HW-7U for qemu-devel@nongnu.org; Mon, 02 Mar 2015 05:32:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YSNea-0007KS-Rt for qemu-devel@nongnu.org; Mon, 02 Mar 2015 05:32:52 -0500 Received: from ozlabs.org ([103.22.144.67]:44340) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSNea-0007Jp-HH for qemu-devel@nongnu.org; Mon, 02 Mar 2015 05:32:48 -0500 From: Rusty Russell In-Reply-To: <1425192883-5930-3-git-send-email-mst@redhat.com> References: <1425192883-5930-1-git-send-email-mst@redhat.com> <1425192883-5930-3-git-send-email-mst@redhat.com> Date: Mon, 02 Mar 2015 10:45:37 +1030 Message-ID: <871tl8l0eu.fsf@rustcorp.com.au> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH 2/2] virtio_blk: fix comment for virtio 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" , linux-kernel@vger.kernel.org, virtualization@lists.linux-foundation.org, qemu-devel@nongnu.org "Michael S. Tsirkin" writes: > Fix up comment to match virtio 1.0 logic: > virtio_blk_outhdr isn't the first elements anymore, > the only requirement is that it comes first in > the s/g list. > > Signed-off-by: Michael S. Tsirkin Thanks, both applied. Cheers, Rusty.