Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Qemu user mode emulation #1329

Closed
wants to merge 6 commits into from
Closed

Qemu user mode emulation #1329

wants to merge 6 commits into from

Conversation

phcoder
Copy link
Contributor

@phcoder phcoder commented Aug 29, 2017

This is on top of my system mode emulation pull request to also add user-mode emulation

@joakim-noah
Copy link
Contributor

Could this be used with proot to run a linux/x86 distro userland on Termux for ARM? If so, that would be a killer use that could really help move normal linux users to Termux.

@phcoder
Copy link
Contributor Author

phcoder commented Oct 12, 2017

@joakim-noah: I didn't try it but theoretically it could work except possibly some software that requires syscalls absent on Android

pkg-config default is to search in both share and lib and
some packages rely on this, so make our config more similar to
default.
SPICE is an efficient protocol for qemu and kvm remote. It's very useful for
qemu in termux.
We need --enable-local-libopts to avoid libopt-related failure.
This is QEMU emulator. Some features are disabled mostly because of
missing packages.

SDL graphics don't work but VNC and SPICE do and you can use separate app
to connect to this qemu. Additionally nographic mode is available.
@ghost
Copy link

ghost commented Sep 17, 2018

qemu usermode emulation (and system too) is available in unstable-packages.

@ghost ghost closed this Feb 18, 2019
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants