Il 14/09/2013 17:51, Hervé Poussineau ha scritto: > Hi, > > This small patchset fixes a few issues I encountered while trying to > add support for the IBM RS/6000 40p. > > Patches 1 to 4 are small cleanups. > Patch 5 may be more controversial, as it adds support for an older > (albeit compatible) SCSI adapter, without removing emulation of newer > features. > > Changes since v1: > - added patch 4 (lsi emulation has been tested on big-endian guest) > - added a comment in patch 5 (remark from Paolo Bonzini) > > Hervé Poussineau (5): > lsi: use constant name instead of its value > lsi: check ssid versus sdid only if ssid is valid > lsi: ignore write accesses to CTEST0 registers > lsi: remove todo > lsi: add 53C810 variant > > hw/scsi/lsi53c895a.c | 32 +++++++++++++++++++++++++++----- > include/hw/pci/pci_ids.h | 1 + > 2 files changed, 28 insertions(+), 5 deletions(-) >
Applied to scsi-next, thanks. Paolo