From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56678) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XUD1k-0001j8-2C for qemu-devel@nongnu.org; Wed, 17 Sep 2014 07:04:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XUD1d-0001Dy-US for qemu-devel@nongnu.org; Wed, 17 Sep 2014 07:04:00 -0400 Received: from mx1.redhat.com ([209.132.183.28]:10714) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XUD1d-0001DL-ND for qemu-devel@nongnu.org; Wed, 17 Sep 2014 07:03:53 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s8HB3mdB023424 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 17 Sep 2014 07:03:49 -0400 Message-ID: <54196A91.9030401@redhat.com> Date: Wed, 17 Sep 2014 13:03:45 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1410950473-6226-1-git-send-email-pbonzini@redhat.com> <20140917104751.GB12253@redhat.com> In-Reply-To: <20140917104751.GB12253@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] vhost-scsi: use virtio_ldl_p List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: qemu-devel@nongnu.org Il 17/09/2014 12:47, Michael S. Tsirkin ha scritto: > On Wed, Sep 17, 2014 at 12:41:13PM +0200, Paolo Bonzini wrote: > > I'm guessing you are fixing cross-endian configs? Yes. Found only by inspection, though. > Commit log should mention this? Will do. Paolo