From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:42933) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShKhb-0007wl-UG for qemu-devel@nongnu.org; Wed, 20 Jun 2012 09:12:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ShKhW-00070k-1I for qemu-devel@nongnu.org; Wed, 20 Jun 2012 09:12:07 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:45371) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShKhV-00070P-Qc for qemu-devel@nongnu.org; Wed, 20 Jun 2012 09:12:01 -0400 Received: by pbbro12 with SMTP id ro12so618747pbb.4 for ; Wed, 20 Jun 2012 06:12:00 -0700 (PDT) Message-ID: <4FE1CC1D.9050904@codemonkey.ws> Date: Wed, 20 Jun 2012 08:11:57 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1339519362-18852-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1339519362-18852-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 00/10] SCSI updates for 2012-06-12 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org On 06/12/2012 11:42 AM, Paolo Bonzini wrote: > Anthony, > > The following changes since commit dbaf26b3b22daae3be6a89b965e43503e7c3b912: > > Revert "build: compile oslib-obj-y once" (2012-06-10 20:29:19 +0000) > > are available in the git repository at: > > git://github.com/bonzini/qemu.git scsi-next > > for you to fetch changes up to 023e639ab5e9726bee57a17b57490a29be038041: > > virtio-scsi: do not crash on adding buffers to the event queue (2012-06-12 18:37:52 +0200) Hi Paolo, The megasas controller needs to be converted post-QBus conversion. Please rebase and resend. This did come in before the qom-next pull, but I really wanted to get the next stage of qom going so I pulled out of order. Sorry for the inconvenience. Regards, Anthony Liguori > > ---------------------------------------------------------------- > Hannes Reinecke (3): > megasas: Add header file > megasas: LSI Megaraid SAS HBA emulation > megasas: Add trace events > > Paolo Bonzini (5): > 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 > virtio-scsi: do not crash on adding buffers to the event queue > > Ronnie Sahlberg (2): > ISCSI: Add SCSI passthrough via scsi-generic to libiscsi > ISCSI: force use of sg for SMC and SSC devices > > block/iscsi.c | 152 ++++ > default-configs/pci.mak | 1 + > hw/Makefile.objs | 1 + > hw/ide/atapi.c | 31 + > hw/megasas.c | 2198 +++++++++++++++++++++++++++++++++++++++++++++++ > hw/mfi.h | 1248 +++++++++++++++++++++++++++ > hw/pci_ids.h | 2 + > hw/scsi-defs.h | 1 + > hw/scsi-disk.c | 69 +- > hw/scsi-generic.c | 13 +- > hw/virtio-scsi.c | 6 +- > trace-events | 79 ++ > 12 files changed, 3783 insertions(+), 18 deletions(-) > create mode 100644 hw/megasas.c > create mode 100644 hw/mfi.h