From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NB3vt-00020N-Hu for qemu-devel@nongnu.org; Thu, 19 Nov 2009 05:08:09 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NB3vo-0001xv-Dk for qemu-devel@nongnu.org; Thu, 19 Nov 2009 05:08:08 -0500 Received: from [199.232.76.173] (port=52204 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NB3vn-0001xe-Vw for qemu-devel@nongnu.org; Thu, 19 Nov 2009 05:08:04 -0500 Received: from david.siemens.de ([192.35.17.14]:15910) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NB3vn-0001LJ-6M for qemu-devel@nongnu.org; Thu, 19 Nov 2009 05:08:03 -0500 Resent-To: qemu-devel Resent-Message-Id: <4B0518FF.40405@siemens.com> From: Jan Kiszka Date: Thu, 19 Nov 2009 11:07:12 +0100 Message-ID: <20091119100711.16666.2282.stgit@mchn012c.ww002.siemens.net> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH 0/7] scsi & lsi53c895a fixes List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Laszlo Ast This series is required to use the lsi53c895a emulation with an old proprietary driver. All changes should move the emulation closer to the spec and the real hardware. Find the patches also at git://git.kiszka.org/qemu.git queues/scsi Laszlo Ast (7): SCSI: Fix Standard INQUIRY data lsi53c895a: Whitespace and typo fixes lsi53c895a: Add support for LSI53C700 Family Compatibility bit lsi53c895a: Fix message code of DISCONNECT lsi53c895a: Fix SDID in SELECT ID command lsi53c895a: Use alternative address when already reselected lsi53c895a: Implement IRQ on reselection hw/lsi53c895a.c | 66 +++++++++++++++++++++++++++++++++++++++++++++---------- hw/scsi-disk.c | 6 ++-- 2 files changed, 57 insertions(+), 15 deletions(-)