Re: [Qemu-discuss] Sparc Solaris Virtualization

2015-04-02 Thread Jim Jarvie
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

[Qemu-discuss] How to connect megasas to its backend?

2015-04-02 Thread Ming Lin
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