Hi,

This patchset are some miscellaneous changes I did on LSI SCSI adapter:
- patch 1: some debugging help (register names)
- patch 2: removed one triggerable guest QEMU exit
- patch 3: compatibility with stock Windows 98 driver
- patch 4: compatibility with a real firmware

Note that patch 1 doesn't pass checkpatch.pl:
- lines with register names are > 80 chars. However, I prefer to keep 8 
register names per line
- a case in a #define doesn't seem well supported. I preferred to mostly keep 
existing code

Hervé

Hervé Poussineau (4):
  lsi: print register names in debug prints
  lsi: do not exit QEMU if reading invalid register
  lsi: implement I/O memory space for Memory Move instructions
  lsi: never set DMA FIFO Empty (DFE) bit in DSTAT register

 hw/scsi/lsi53c895a.c | 280 +++++++++++++++++++++++++++++++++++----------------
 1 file changed, 195 insertions(+), 85 deletions(-)

-- 
2.1.4


Reply via email to