Sorry for this very basic question but I wanted to make sure I am doing this correct.
If I want to build QEMU’s latest stable version (instead of the latest
development version), am I supposed to follow the following command line
sequence?
git clone git://git.qemu-project.org/qemu.git
git checkout stable-2.6
mkdir build
cd build
../configure
make
Best regards
