中文版本：
本软件是安卓绿色版QEMU虚拟机。
主要针对安卓，但不限于安卓，使用Linux内核、CPU为arm、支持硬件浮点的机器理论上应该都可以运行。
此版本0.3.1支持使用sdl和vnc图形界面，包含sdl、oss、alsa声音驱动，虚拟机网络支持user和tap。

一、 安装要求
1. 具有root权限
2. cpu支持arm硬件浮点运算，即armhf。


二、安装步骤
1. 本软件为绿色版，可以直接使用。
解压后把整个APQ目录放在SD卡目录下，把测试用xp.qcow2镜像也放在此目录下。
终端应用中输入以下命令，或者将其作为终端的初始命令：
su -c 'cd /sdcard/APQ; sh runvm xp.conf'
就可以启动windows xp。

2. 为了获得更快的速度、稳定性和避免一些意想不到问题（理论上，未测试）
终端应用中输入：
su -c 'cd /sdcard/APQ; sh INSTALL‘
按提示操作即可。


3. 自定义虚拟机
xp.conf是例子文件，中间有很详细的中文说明。依照xp.conf，你可以容易地写制自己的虚拟机配置文件。
比如：放一个名叫95.conf的文件到APQ目录下，复制xp.conf为95.conf，然后修改-hda /sdcard/win95.img。


四、许可证：
只用于个人使用和研究用途，不得用于商业用途。
总体来说，本软件基于QEMU官方源码2.1.1版本构建，遵守QEMU的GPL协议，lib目录下的库文件都是从Ubuntu 14.04 armhf版官方构建的版本中复制过来的，也基于GPL协议。

Email: felonwan@gmail.com


English Version:
QEMU build for armhf machines with linux kernel, such as Android or other Linux distributions.

This version 0.3.1 is build with:
Graphic support of sdl and vnc;
Audio drive of sdl, oss, alsa.

1. Requirements
a. root previlege
b. Hard float computing is required, i.e. armhf is required.

2. Installation
Install and Open a terminal application, input
su -c 'path/INSTALL‘
and follow the instructions, 'path' is the decompressed files exist.

3. Usage
Input following commands or set it to be the inital command of terminal applications:
su -c 'cd /sdcard/qemu-lp; sh runvm minipe.conf'

LICENCE:
No commercial use, personal use and reasearch use only.
In general, the software is build with official QEMU source codes of version 2.1.1， follow GPL v2 licence of QEMU, except directory 'lib' contains libraries which are copied from official Ubuntu 14.04 armhf  with GPL licence.

Email: felonwan@gmail.com
