From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60716) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sb8Bs-0006E1-2s for qemu-devel@nongnu.org; Sun, 03 Jun 2012 06:37:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sb8Bq-0000Lx-Cp for qemu-devel@nongnu.org; Sun, 03 Jun 2012 06:37:43 -0400 Received: from smtp1-g21.free.fr ([212.27.42.1]:60905) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sb8Bp-0000KR-Q1 for qemu-devel@nongnu.org; Sun, 03 Jun 2012 06:37:42 -0400 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Sun, 3 Jun 2012 12:38:02 +0200 Message-Id: <1338719890-9935-1-git-send-email-hpoussin@reactos.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH 0/7] esp: add AMD PCscsi emulation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Blue Swirl , Kevin Wolf , Paolo Bonzini , =?UTF-8?q?Herv=C3=A9=20Poussineau?= , "Michael S. Tsirkin" This patchset adds a PCI connection to the 53c9x emulation already present in QEMU. The emulated card is the AMD PCscsi adapter, and has been tested on multiple Microsoft operating systems. Herv=C3=A9 Poussineau (7): esp: implement Disable selection command esp: implement Reset ATN command esp: support future change of chip_id esp: use hba_private field instead of a complex cast esp: split esp code into generic chip emulation and sysbus layer esp: use error_report()/hw_error() instead of stderr output esp: add AMD PCscsi emulation (PCI SCSI adapter) default-configs/i386-softmmu.mak | 1 + hw/esp.c | 536 ++++++++++++++++++++++++++++++++= ------ hw/pci_ids.h | 1 + trace-events | 10 + 4 files changed, 468 insertions(+), 80 deletions(-) --=20 1.7.10