| File | Comment |
|---|---|
| qemu-1.0.1.tar.gz (signature) | Source code (ChangeLog) |
| qemu-0.15.1.tar.gz (signature) | Source code (ChangeLog) |
QEMU is developed using git. The main tree is located at http://git.qemu.org/qemu.git. The latest development happens on the master branch. The stable tree is located in a stable-0.XX' branch where '0.XX' is the minor release version.
To download the latest development tree, use the following command:
git clone git://git.qemu.org/qemu.git
There is also a mirror on GitHub at http://github.com/qemu/QEMU. To use it, run
git clone git://github.com/qemu/QEMU.git
and also see instructions on that page for other ways to access the source.