From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49413) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1tbW-0000ZV-QV for qemu-devel@nongnu.org; Tue, 01 Jul 2014 04:40:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X1tbR-0002SC-CT for qemu-devel@nongnu.org; Tue, 01 Jul 2014 04:39:54 -0400 Received: from mail-we0-x22e.google.com ([2a00:1450:400c:c03::22e]:43600) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1tbR-0002S1-5j for qemu-devel@nongnu.org; Tue, 01 Jul 2014 04:39:49 -0400 Received: by mail-we0-f174.google.com with SMTP id u57so9131809wes.5 for ; Tue, 01 Jul 2014 01:39:48 -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 fq2sm40844156wib.2.2014.07.01.01.39.46 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 01 Jul 2014 01:39:47 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Tue, 1 Jul 2014 10:39:42 +0200 Message-Id: <1404203983-18304-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 v2 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 f80ea9862fed7ca89a672785bdce0e2611f9ba97: configure: Fix -lm test, so that tools can be compiled on hosts that require -lm (2014-07-01 10:36:28 +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