From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36757) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTRKW-0006sQ-If for qemu-devel@nongnu.org; Thu, 05 Mar 2015 03:40:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YTRKS-0003Uu-Ou for qemu-devel@nongnu.org; Thu, 05 Mar 2015 03:40:28 -0500 Received: from mx1.redhat.com ([209.132.183.28]:53003) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTRKS-0003UU-HT for qemu-devel@nongnu.org; Thu, 05 Mar 2015 03:40:24 -0500 Date: Thu, 5 Mar 2015 09:40:19 +0100 From: "Michael S. Tsirkin" Message-ID: <20150305084019.GB11474@redhat.com> References: <1425192883-5930-1-git-send-email-mst@redhat.com> <1425192883-5930-3-git-send-email-mst@redhat.com> <871tl8l0eu.fsf@rustcorp.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <871tl8l0eu.fsf@rustcorp.com.au> 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: Rusty Russell Cc: qemu-devel@nongnu.org, linux-kernel@vger.kernel.org, virtualization@lists.linux-foundation.org On Mon, Mar 02, 2015 at 10:45:37AM +1030, Rusty Russell wrote: > "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. Hmm, I don't see them in your virtio-next tree. Did I miss something? I know these are just headers but it's in UAPI so I'd like to make them correct ASAP.