commit | 295c1b9852d000580786375304a9800bd9634d15 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Fri Jul 10 06:36:16 2020 -0400 |
committer | Michael S. Tsirkin <mst@redhat.com> | Wed Jul 29 13:24:30 2020 -0400 |
tree | 157d7f9c6b92fb07fdd00813a1307535b317dab1 | |
parent | fe3c60684377d5ad9b0569b87ed3e26e12c8173b [diff] |
vhost/scsi: fix up req type endian-ness vhost/scsi doesn't handle type conversion correctly for request type when using virtio 1.0 and up for BE, or cross-endian platforms. Fix it up using vhost_32_to_cpu. Cc: stable@vger.kernel.org Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Acked-by: Jason Wang <jasowang@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>