Qemu-sparc, Not To Be Confused With Qemu-system-sparc

Home » CentOS » Qemu-sparc, Not To Be Confused With Qemu-system-sparc
CentOS No Comments

I installed CentOS 7.6 then installed all things QEMU on my machine. I have a SPARC image I need to bringing up in a VM. I’ve been using
*qemu-system-sparc *on a box on which I have Fedora-30 installed.

$ qemu-system-sparc -m 256 -hda solaris_v2-qemu_v2.2.0.disk -nographic
-bios ./openbios-sparc32

Can I use *qemu-sparc* to bring up my Solaris image:
*solaris_v2-qemu_v2.2.0.disk* ?

If so, how? It’s not apparent and there’s almost no info on it.

BTW, *qemu-sparc* come with (on CentOS 7.6) when you:

$ sudo yum install qemu*

*PS> I’ve tried to install qemu-system-sparc on my CentOS box but ended up in a never-ending whack-a-mole game of dependencies.*