mjuned47 / qemu-termux

Termux QEMU package with SPICE support , includes qemu-system-aarch64, qemu-system-i386, qemu-system-x86_64
33 stars 6 forks source link

More QEMU architecture? #1

Closed leap0x7b closed 3 years ago

leap0x7b commented 3 years ago

I want to emulate other architecture such as RISC-V, PowerPC and SPARC. Can you compile it with that support?

mjuned47 commented 3 years ago

Yes i can , but right now i dont want to spend time on it I tell you how to do it 1) Download qemu source 2) Install liborc and libspice-server 3) go to qemu source and configure : ./configure --target-list={Architecture that you want} --enable-spice If you don't know how to set target-list then do : ./configure --help and see options available in --target-list

mjuned47 commented 3 years ago

PPC, RISCV and SPARC architecture added ! Checkout releases