From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56297) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T0KFU-0005nO-4O for qemu-devel@nongnu.org; Sat, 11 Aug 2012 18:33:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T0KFS-00062n-DM for qemu-devel@nongnu.org; Sat, 11 Aug 2012 18:33:36 -0400 Received: from mail-ob0-f173.google.com ([209.85.214.173]:45751) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T0KFS-00062f-8a for qemu-devel@nongnu.org; Sat, 11 Aug 2012 18:33:34 -0400 Received: by obbta14 with SMTP id ta14so4161277obb.4 for ; Sat, 11 Aug 2012 15:33:33 -0700 (PDT) From: Anthony Liguori In-Reply-To: <1344519511-18147-1-git-send-email-pbonzini@redhat.com> References: <1344519511-18147-1-git-send-email-pbonzini@redhat.com> Date: Sat, 11 Aug 2012 17:33:30 -0500 Message-ID: <87boihcb45.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PULL 0/7] last SCSI changes for 1.2 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 0b8db8fe15d17a529a5ea90614c11e9f031dfee8: > > slirp: fix build on mingw32 (2012-08-06 19:31:55 -0500) > > are available in the git repository at: > > git://github.com/bonzini/qemu.git scsi-next > > for you to fetch changes up to 5222aaf223e52961cabeb7cabc579892ccd8bc59: > > scsi-disk: add support for the UNMAP command (2012-08-09 15:04:09 +0200) Pulled. Thanks. Regards, Anthony Liguori > > ---------------------------------------------------------------- > Paolo Bonzini (6): > iscsi: do not leak initiator_name > iscsi: reorganize code for parse_initiator_name > virtio-scsi: do not compare 32-bit QEMU tags against 64-bit virtio-scsi tags > scsi-disk: more assertions and resets for aiocb > scsi-disk: improve out-of-range LBA detection for WRITE SAME > scsi-disk: add support for the UNMAP command > > Ronnie Sahlberg (1): > iscsi: Pick default initiator-name based on the name of the VM > > block/iscsi.c | 59 ++++++++++++++--------------- > hw/scsi-disk.c | 112 ++++++++++++++++++++++++++++++++++++++++++++++++++----- > hw/virtio-scsi.c | 10 ++++- > qemu-common.h | 1 + > qemu-doc.texi | 5 +++ > qemu-options.hx | 8 ++++ > qemu-tool.c | 5 +++ > vl.c | 5 +++ > 8 file modificati, 163 inserzioni(+), 42 rimozioni(-) > -- > 1.7.11.2