QEMU is a generic and open source machine emulator and virtualizer.
When used as a machine emulator, QEMU can run OSes and programs made for one machine (e.g. an i386) on a different machine (e.g. your Jolla ARM device).
For usage, install mandb and use "man qemu" , or see http://qemu.weilnetz.de/qemu-doc.html#QEMU-PC-System-emulator
Attachment | Size | Date |
---|---|---|
qemu-2.0.0-0.armv7hl.rpm | 4.22 MB | 09/05/2014 - 19:08 |
- Initial build
Comments
glitchapp
Fri, 2022/12/02 - 16:06
Permalink
Any chance we can see a 64bits build for this app?
TinLethax
Mon, 2019/02/25 - 08:14
Permalink
Hello.Is it possible to add the qemu-system-x86_64? .I already seen some emulator from android apps are capable of x64 emulation based on qemu (running on arm device).
rcolistete
Mon, 2014/05/26 - 00:27
Permalink
What display is available ? Only VNC ?
How can I enable SDL display ?
NielDK
Mon, 2014/05/26 - 00:44
Permalink
yes, you need to use VNC by adding -vnc :0 to the commandline and then access the VM on port 5900.
Since it is not running in a graphical environment KVM wont work.
TinLethax
Tue, 2019/02/26 - 19:05
Permalink
I use VNC veiwer on aliendalvik and use the localhost and 5900 port.It's actually works.