From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44861) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1tKy-0007xD-Ms for qemu-devel@nongnu.org; Tue, 01 Jul 2014 04:22:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X1tKt-0003wQ-7E for qemu-devel@nongnu.org; Tue, 01 Jul 2014 04:22:48 -0400 Received: from mail-we0-x22f.google.com ([2a00:1450:400c:c03::22f]:54117) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1tKt-0003vz-0g for qemu-devel@nongnu.org; Tue, 01 Jul 2014 04:22:43 -0400 Received: by mail-we0-f175.google.com with SMTP id k48so9284870wev.34 for ; Tue, 01 Jul 2014 01:22:42 -0700 (PDT) Received: from playground.station (net-37-116-207-238.cust.vodafonedsl.it. [37.116.207.238]) by mx.google.com with ESMTPSA id o3sm40596227wiz.24.2014.07.01.01.22.39 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 01 Jul 2014 01:22:40 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Tue, 1 Jul 2014 10:22:33 +0200 Message-Id: <1404202956-30657-1-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PULL for-2.1 0/3] virtio-scsi fixes, and block/iscsi compilation fix List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The following changes since commit ec9fe956d5c728da770db5ec9bc429080ccb5043: Merge remote-tracking branch 'remotes/bonzini/small-fixes' into staging (2014-06-30 15:56:00 +0100) are available in the git repository at: git://github.com/bonzini/qemu.git scsi-next for you to fetch changes up to 5da65870fb1f698aab8c265c55884ca3d955276b: configure: Fix -lm test, so that tools can be compiled on hosts that require -lm (2014-07-01 09:42:59 +0200) ---------------------------------------------------------------- Alexey Kardashevskiy (1): configure: Fix -lm test, so that tools can be compiled on hosts that require -lm Cédric Le Goater (1): virtio-scsi: scsi events must be converted to target endianness Greg Kurz (1): virtio-scsi: virtio_scsi_push_event() lacks VirtIOSCSIReq parsing Makefile.target | 4 ---- configure | 2 +- hw/scsi/virtio-scsi.c | 12 +++--------- 3 files changed, 4 insertions(+), 14 deletions(-) -- 1.8.3.1