On 02/26, Gerd Hoffmann wrote:
On Fri, Feb 23, 2024 at 08:16:53PM +0000, Max Tottenham wrote:
Hi Folks
The commits between be848676..a6ed6b701 appear to break QEMU guests using a 32bit kernel when booting from virtio_scsi devices. I end up seeing the following in dmesg:
[ 2.016642] virtio_scsi: probe of virtio0 failed with error -2
Recommended action: turn off 64-bit support (long mode) in the cpu:
qemu -cpu host,lm=off
take care, Gerd
Hi Gerd
Thanks for the response,
that gets the VM booting - unfortunately we have many customers who may be running 32bit distro kernels - we won't know ahead of time before launching the VM whether they need this compatibility flag or not, I don't think we can use this as a suitable work-around.
Regards
Max