From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:42789) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sdx6y-0007SA-CE for qemu-devel@nongnu.org; Mon, 11 Jun 2012 01:24:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sdx6w-0002Wq-0s for qemu-devel@nongnu.org; Mon, 11 Jun 2012 01:24:19 -0400 Received: from mail-wg0-f41.google.com ([74.125.82.41]:38351) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sdx6v-0002WX-Os for qemu-devel@nongnu.org; Mon, 11 Jun 2012 01:24:17 -0400 Received: by wgbds1 with SMTP id ds1so2950417wgb.4 for ; Sun, 10 Jun 2012 22:24:15 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Mon, 11 Jun 2012 07:24:02 +0200 Message-Id: <1339392246-20201-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH 0/4] Small SCSI command improvements List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org These includes implementation of a new MMC command, and adding the WWN property also to SCSI disks. Paolo Bonzini (4): scsi: simplify handling of the VPD page length field scsi: add a qdev property for the disk's WWN atapi: implement READ DISC INFORMATION scsi-disk: implement READ DISC INFORMATION hw/ide/atapi.c | 31 +++++++++++++++++++++++++ hw/scsi-defs.h | 1 + hw/scsi-disk.c | 69 ++++++++++++++++++++++++++++++++++++++++++++++++-------- 3 files changed, 92 insertions(+), 9 deletions(-) -- 1.7.10.1