Zenfone 2 Qemu-KVM kernel running Windows, rendered with aSpice

Asus Zenfone 2 running Windows 7 from qemu-kvm under Arch x86_64 using aSpice to render the video & audio. Video captured using Asus PC Link software over usb. Needless to say, this phone is simply amazing! :) FHD kernel with KVM support compiled on the phone itself under Arch x86_64 chroot. At the beginning, I log into the Arch x86_64 chroot using VXConnect. Then I start up the script: . The script starts up qemu-kvm using this command line: qemu-system-x86_64 -full-screen -m 1G -enable-kvm -cpu host \ -drive file=/mnt/0/,format=raw -boot menu=on \ --usbdevice tablet -smp 4 -vga qxl -monitor stdio -balloon virtio \ -soundhw hda -net nic,model=virtio \ -net user,smb=/mnt/MicroSD \ -spice port=5900,addr=,disable-ticketing $@ the $@ at the end just means: Pass any further arguments to qemu-kvm. ie, ./ -cdrom /mnt/MicroSD/Vcd/ would start up the virtual
Back to Top