hw/scsi/lsi53c895a: add support for additional diag / debug registers
commit6f84da3a07668ce881a0c853390eb05313d61157
authorPeter Lieven <pl@kamp.de>
Mon, 12 Jan 2015 09:45:17 +0000 (12 10:45 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 14 Jan 2015 09:38:57 +0000 (14 10:38 +0100)
tree56260af8d5d16c73f199e592e38c7b183e2209c8
parente1660dc57c1bacb78cbe39001e58a577c927dacb
hw/scsi/lsi53c895a: add support for additional diag / debug registers

Some ancient Linux kernels read from registers 0x09 and 0x3c-3f during
boot. According to the spec these registers are for diag and debug
purposes only. If they are absend qemu aborts on read.

Signed-off-by: Peter Lieven <pl@kamp.de>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/scsi/lsi53c895a.c