From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37725) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqXOP-00043Y-Aj for qemu-devel@nongnu.org; Tue, 10 Dec 2013 19:11:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VqXOJ-0001JJ-B4 for qemu-devel@nongnu.org; Tue, 10 Dec 2013 19:11:09 -0500 Received: from mail-pd0-f179.google.com ([209.85.192.179]:51128) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqXOJ-0001JC-4z for qemu-devel@nongnu.org; Tue, 10 Dec 2013 19:11:03 -0500 Received: by mail-pd0-f179.google.com with SMTP id r10so8448275pdi.10 for ; Tue, 10 Dec 2013 16:11:02 -0800 (PST) From: Anthony Liguori In-Reply-To: <1386594157-17535-1-git-send-email-pbonzini@redhat.com> References: <1386594157-17535-1-git-send-email-pbonzini@redhat.com> Date: Tue, 10 Dec 2013 16:10:59 -0800 Message-ID: <877gbcjlgs.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PULL 0/5] SCSI patches for 2013-12-09 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , qemu-devel@nongnu.org Paolo Bonzini writes: > Anthony, > > The following changes since commit ac9524dc55dc32e492ac3e6fbc9785be7168f8a2: > > qemu-iotests: filter QEMU monitor \r\n (2013-12-06 16:53:51 +0100) > > are available in the git repository at: > > git://github.com/bonzini/qemu.git scsi-next What tree is this against? It looks like the block tree. It conflicts badly with current master. Regards, Anthony Liguori > > for you to fetch changes up to 2fe3798cd5fab65ee7c86758b1b7701d7fe3709f: > > help: add id suboption to -iscsi (2013-12-09 13:47:24 +0100) > > ---------------------------------------------------------------- > Paolo Bonzini (4): > scsi-bus: fix transfer length and direction for VERIFY command > scsi-disk: fix VERIFY emulation > scsi-disk: fix WRITE SAME with large non-zero payload > help: add id suboption to -iscsi > > Peter Lieven (1): > block/iscsi: introduce bdrv_co_{readv, writev, flush_to_disk} > > block/iscsi.c | 401 ++++++++++++++-------------------------------------- > configure | 6 +- > hw/scsi/scsi-bus.c | 14 +- > hw/scsi/scsi-disk.c | 29 ++-- > qemu-options.hx | 2 +- > 5 files changed, 143 insertions(+), 309 deletions(-) > -- > 1.8.4.2