
4 May
2021
4 May
'21
4:31 p.m.
On Thu, Apr 29, 2021 at 06:16:28PM +0200, Peter Krempa wrote:
On Thu, Apr 29, 2021 at 16:52:21 +0100, Stefan Hajnoczi wrote:
The scsi=on|off property was deprecated in QEMU 5.0 and can be removed completely at this point.
Drop the scsi=on|off option. It was only available on Legacy virtio-blk devices. Linux v5.6 already dropped support for it.
Remove the hw_compat_2_4[] property assignment since scsi=on|off no longer exists. Old guests with Legacy virtio-blk devices no longer see the SCSI host features bit.
Does this mean that qemu rejects it if it's explicitly enabled on the commandline?
Yes. Stefan