On 05/08/2013 03:53 PM, Valerio Pachera wrote: > 2013/5/8 Liu Yuan <namei.unix at gmail.com> >> Sure, all the fixes (include discard support) are already merged in the >> official repo. The latest release is 1.5-rc0. > > > By 'git clone git://git.qemu.org/qemu.git' I get qemu 1.4.90. > To get the 1.5-rc0 do I have to use 'git clone > git://git.qemu-project.org/qemu.git' ? > I'm not so familiar with git and sources :-) > I think the right command for official QEMU is: git clone git://git.qemu.org/qemu.git git checkout -b 1.5.0-rc0 v1.5.0-rc0 # checkout it git tag -l # see more tags Thanks, Yuan |