From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rusty Russell Subject: Re: [PATCH RFC 08/11] virtio_blk: use virtio v1.0 endian Date: Mon, 13 Oct 2014 16:28:32 +1030 Message-ID: <878ukkecjb.fsf@rustcorp.com.au> References: <1412692792-12325-1-git-send-email-cornelia.huck@de.ibm.com> <1412692792-12325-9-git-send-email-cornelia.huck@de.ibm.com> Mime-Version: 1.0 Content-Type: text/plain Cc: thuth@linux.vnet.ibm.com, Cornelia Huck To: Cornelia Huck , virtualization@lists.linux-foundation.org, qemu-devel@nongnu.org, kvm@vger.kernel.org Return-path: Received: from ozlabs.org ([103.22.144.67]:60912 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752987AbaJMGyr (ORCPT ); Mon, 13 Oct 2014 02:54:47 -0400 In-Reply-To: <1412692792-12325-9-git-send-email-cornelia.huck@de.ibm.com> Sender: kvm-owner@vger.kernel.org List-ID: Cornelia Huck writes: > Note that we care only about the fields still in use for virtio v1.0. > > Reviewed-by: Thomas Huth > Reviewed-by: David Hildenbrand > Signed-off-by: Cornelia Huck Hi Cornelia, These patches all look good; I'm a bit nervous about our testing missing some conversion, so we'll need qemu patches for PCI so we can test on other platforms too. Thanks, Rusty. From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44567) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XdZWz-0008JD-B2 for qemu-devel@nongnu.org; Mon, 13 Oct 2014 02:55:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XdZWs-0004t2-T7 for qemu-devel@nongnu.org; Mon, 13 Oct 2014 02:54:57 -0400 Received: from ozlabs.org ([103.22.144.67]:48412) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XdZWs-0004sl-HV for qemu-devel@nongnu.org; Mon, 13 Oct 2014 02:54:50 -0400 From: Rusty Russell In-Reply-To: <1412692792-12325-9-git-send-email-cornelia.huck@de.ibm.com> References: <1412692792-12325-1-git-send-email-cornelia.huck@de.ibm.com> <1412692792-12325-9-git-send-email-cornelia.huck@de.ibm.com> Date: Mon, 13 Oct 2014 16:28:32 +1030 Message-ID: <878ukkecjb.fsf@rustcorp.com.au> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH RFC 08/11] virtio_blk: use virtio v1.0 endian List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cornelia Huck , virtualization@lists.linux-foundation.org, qemu-devel@nongnu.org, kvm@vger.kernel.org Cc: thuth@linux.vnet.ibm.com Cornelia Huck writes: > Note that we care only about the fields still in use for virtio v1.0. > > Reviewed-by: Thomas Huth > Reviewed-by: David Hildenbrand > Signed-off-by: Cornelia Huck Hi Cornelia, These patches all look good; I'm a bit nervous about our testing missing some conversion, so we'll need qemu patches for PCI so we can test on other platforms too. Thanks, Rusty.