From patchwork Mon Jul 2 09:41:13 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Bonzini X-Patchwork-Id: 168530 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 350702C01FF for ; Mon, 2 Jul 2012 19:41:55 +1000 (EST) Received: from localhost ([::1]:41766 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sld8j-0003lF-0w for incoming@patchwork.ozlabs.org; Mon, 02 Jul 2012 05:41:53 -0400 Received: from eggs.gnu.org ([208.118.235.92]:46458) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sld8a-0003ki-0i for qemu-devel@nongnu.org; Mon, 02 Jul 2012 05:41:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sld8P-0006Y1-Ip for qemu-devel@nongnu.org; Mon, 02 Jul 2012 05:41:43 -0400 Received: from mail-we0-f173.google.com ([74.125.82.173]:64165) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sld8P-0006XY-9u for qemu-devel@nongnu.org; Mon, 02 Jul 2012 05:41:33 -0400 Received: by werf3 with SMTP id f3so4203433wer.4 for ; Mon, 02 Jul 2012 02:41:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:x-mailer; bh=rDTNCZVg9DpgvLNhBpyOh3B+2dK2MyJhomHyQLssZv0=; b=yknWb51Rmi1g+bV58+3otFHShOs7e9RnCv2DflmL/0ReX8N17ziJsNs+WDuxLQnHGL W3JrMrUsB0r0oDlWweA0wFAIUcVrGOj7/yMU9aaU/5VRTx2Yl4/yW0k6Q1udHC5U8d2x 4+9Fn32kBbNZVdl1iPzWmA3VOVnoj46SHqLH8sS+gXOm7T/DN7vrc2rF+LQ+bwjgw632 Sdk2EKL1qgZgI4qMKDy0JBYqFOJeSTzhceRNlU3MG1SBJAQnmhL5d0V1US3eWv2QS2fp Dllhf8UoyZmdpvZX9I34axBd4Xt0y/soldAPstYveSl1oVukyRyekuiSbnrbKmdZnBCw XXYA== Received: by 10.180.19.169 with SMTP id g9mr2454340wie.9.1341222091120; Mon, 02 Jul 2012 02:41:31 -0700 (PDT) Received: from yakj.usersys.redhat.com (nat-pool-mxp-t.redhat.com. [209.132.186.18]) by mx.google.com with ESMTPS id bg10sm43224317wib.9.2012.07.02.02.41.29 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 02 Jul 2012 02:41:30 -0700 (PDT) From: Paolo Bonzini To: qemu-devel@nongnu.org Date: Mon, 2 Jul 2012 11:41:13 +0200 Message-Id: <1341222087-24920-1-git-send-email-pbonzini@redhat.com> X-Mailer: git-send-email 1.7.10.2 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 74.125.82.173 Cc: Anthony Liguori Subject: [Qemu-devel] [PULL 00/14] SCSI updates for 2012-07-02 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Anthony, The following changes since commit 71ea2e016131a9fcde6f1ffd3e0e34a64c21f593: bsd-user: fix build (2012-06-28 20:28:36 +0000) are available in the git repository at: git://github.com/bonzini/qemu.git scsi-next for you to fetch changes up to 9ce1bb2d36f24af79d2757497acbaf4dc4a2e302: scsi: Fix transfer length for READ POSITION commands. (2012-07-02 11:27:00 +0200) The MegaSAS changes are rebased and it includes improved support for SCSI tape and media changer commands. ---------------------------------------------------------------- Christian Hoff (4): scsi: Fix data length == SCSI_SENSE_BUF_SIZE scsi: Fix LOAD_UNLOAD scsi: Add basic support for SCSI media changer commands. scsi: Fix transfer length for READ POSITION commands. Hannes Reinecke (2): megasas: Add header file megasas: LSI Megaraid SAS HBA emulation Paolo Bonzini (6): 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 scsi: Ensure command and transfer lengths are set for all SCSI devices 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-bus.c | 94 +- hw/scsi-defs.h | 15 +- hw/scsi-disk.c | 69 +- hw/scsi-generic.c | 13 +- hw/virtio-scsi.c | 6 +- trace-events | 79 ++ 13 files changed, 3872 insertions(+), 37 deletions(-) create mode 100644 hw/megasas.c create mode 100644 hw/mfi.h