Hi, This small patchset fixes a few issues I encountered while trying to add support for the IBM RS/6000 40p.
Patches 1 to 3 are small cleanups. Patch 4 may be more controversial, as it adds support for an older (albeit compatible) SCSI adapter, without removing emulation of newer features. However, there is some precedence in QEMU codebase, where for example Intel 486 CPU can execute cmov instructions (like cmov) or AVX instructions on Pentium 2... Hervé Poussineau (4): 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: add 53C810 variant hw/scsi/lsi53c895a.c | 25 ++++++++++++++++++++++--- include/hw/pci/pci_ids.h | 1 + 2 files changed, 23 insertions(+), 3 deletions(-) -- 1.7.10.4