Skip to content

Modified QEMU for Android x86_64 - inspired from @royalgraphx

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
GPL-2.0
COPYING
LGPL-2.1
COPYING.LIB
Notifications You must be signed in to change notification settings

enamulhasanabid/qemu_a8664

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Build Instructions:

Note: The following dependency install command is only for users of Arch Linux or Arch Linux-based distributions. For other Linux distributions, the command and package names will be change.

Install Build Dependencies:

sudo pacman -S glib2 dtc pixman \
zlib ninja libaio \
bluez-libs capstone brltty \
bzip2 libcap-ng libcurl-gnutls \
gtk3 libjpeg-turbo ncurses \
numactl libsasl sdl2 \
libseccomp snappy libssh \
libusb vte3 lzo \
valgrind libnfs libiscsi \
binwalk p7zip qemu-tools \
android-tools base-devel libepoxy \
libdrm mesa libx11 \
virglrenderer libpulse qemu-full \
spice spice-gtk spice-vdagent

Build Commands:

git clone https://github.com/enamulhasanabid/qemu_a8664.git

cd qemu_a8664 && mkdir build && cd build

../configure \
--enable-sdl \
--enable-opengl \
--enable-virglrenderer \
--enable-system \
--enable-modules \
--audio-drv-list=pa \
--target-list=x86_64-softmmu \
--enable-kvm \
--enable-gtk \
--enable-tools \
--enable-libusb \
--enable-usb-redir \
--enable-spice \
--enable-spice-protocol \
--enable-guest-agent \
--prefix=<FULL_PATH_OF_YOUR_DESIRED_DIRECTORY>

make install -j$(nproc)

See Also:

Credits:

  • Special thanks to @knxwille for beta testing and support

About

Modified QEMU for Android x86_64 - inspired from @royalgraphx

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
GPL-2.0
COPYING
LGPL-2.1
COPYING.LIB

Stars

Watchers

Forks

Languages

  • C 80.7%
  • C++ 11.7%
  • Python 3.9%
  • Shell 1.6%
  • Assembly 0.5%
  • Meson 0.5%
  • Other 1.1%