megasas: fix megasas_get_sata_addr
commit8ef2eb8d2cad7400236d6b2c152bdb5506761b4d
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 30 Sep 2015 17:21:10 +0000 (30 19:21 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 12 Oct 2015 16:29:25 +0000 (12 18:29 +0200)
treeddde42dc4248fe8986b0d673488c609fdcc67fe8
parent633dccb458c4eaa40107cd7026737d804f90b6c0
megasas: fix megasas_get_sata_addr

There are two bugs here.  First, the 16-bit id loses the high 8 bits
when shifted left by 24.  Second, the address must be combined with
an "or" or we just get zero.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/scsi/megasas.c