From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:54550) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RSe6E-00064D-4l for qemu-devel@nongnu.org; Mon, 21 Nov 2011 19:20:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RSe6A-0002on-3C for qemu-devel@nongnu.org; Mon, 21 Nov 2011 19:20:34 -0500 Received: from mail-gx0-f173.google.com ([209.85.161.173]:53644) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RSe69-0002og-VG for qemu-devel@nongnu.org; Mon, 21 Nov 2011 19:20:30 -0500 Received: by ggnb1 with SMTP id b1so2126829ggn.4 for ; Mon, 21 Nov 2011 16:20:29 -0800 (PST) Message-ID: <4ECAEACA.80009@codemonkey.ws> Date: Mon, 21 Nov 2011 18:20:26 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1321624993-19033-1-git-send-email-kwolf@redhat.com> In-Reply-To: <1321624993-19033-1-git-send-email-kwolf@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 0/9] Block patches for 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org On 11/18/2011 08:03 AM, Kevin Wolf wrote: > The following changes since commit 3f5bd4e1b874590d3d76e031530799a4610da6dc: > > Update version to 1.0-rc2 (2011-11-14 11:26:32 -0600) > > are available in the git repository at: > git://repo.or.cz/qemu/kevin.git for-anthony Pulled. Thanks. Regards, Anthony Liguori > > Paolo Bonzini (8): > scsi: fix fw path > scsi-disk: guess geometry > atapi: kill MODE SENSE(6), fix MODE SENSE(10) > scsi: update list of commands > scsi: fix parsing of allocation length field > scsi: remove block descriptors from CDs > scsi: pass down REQUEST SENSE to the device when there is no stored sense > scsi-block: always use SG_IO for MMC devices > > Ronnie Sahlberg (1): > Documentation: Add section about iSCSI LUNS to qemu-doc > > hw/ide/atapi.c | 20 ++++----- > hw/scsi-bus.c | 128 +++++++++++++++++++++++++++++++++++++++++++++++--------- > hw/scsi-defs.h | 10 ++++- > hw/scsi-disk.c | 37 +++++++++++----- > hw/scsi.h | 2 + > qemu-doc.texi | 56 ++++++++++++++++++++++++ > 6 files changed, 209 insertions(+), 44 deletions(-) > >