I think the issue is that the qemu-system-sparc64 emulates a PC style
bus (IDE devices etc.) rather than a SUN style bus, so the system starts
up and then discovers the IO devices it's expecting don't exist.
The standard 32 bit SPARC seems to properly emulate the SUN ESP bus.
Trying to select th
Hi,
For nvme, it uses "drive=" property to connect to backend.
-drive file=/path/to/image,if=none,id=foo -device nvme,drive=foo,serial=1234
But megasas doesn't have "drive" property.
Could you share qemu commands to connect megasas device to its backend drive?
Thanks,
Ming