commit | a271b8d7b2f39275a05e49deb7c8edc20b7a8279 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Fri May 10 15:51:57 2024 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Jun 05 11:01:05 2024 +0200 |
tree | 4554ba32f3545cfe452982d36ca65775571e3b19 | |
parent | 993e38020fddc65e7536c5e1469c22588e5a9f16 [diff] |
virtio-blk: remove SCSI passthrough functionality The legacy SCSI passthrough functionality has never been enabled for VIRTIO 1.0 and was deprecated more than four years ago. Get rid of it---almost, because QEMU is advertising it unconditionally for legacy virtio-blk devices. Just parse the header and return a nonzero status. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>