qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/7] esp: add AMD PCscsi emulation


From: Hervé Poussineau
Subject: [Qemu-devel] [PATCH 0/7] esp: add AMD PCscsi emulation
Date: Sun, 3 Jun 2012 12:38:02 +0200

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é 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(-)

-- 
1.7.10




reply via email to

[Prev in Thread] Current Thread [Next in Thread]