]> git.proxmox.com Git - pve-qemu-kvm.git/commitdiff
add reference to bug report
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 9 Nov 2015 15:38:55 +0000 (16:38 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 9 Nov 2015 15:38:55 +0000 (16:38 +0100)
Makefile

index 0c3b59ba8ebef143435e19104fa5482d5bf795d0..568b45840c3105d798ef9e993cde6b6d8b8c648c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,8 @@ all: ${DEBS}
 download:
        rm -rf ${KVMDIR} ${KVMSRC}
        #git clone git://git.qemu-project.org/qemu.git -b stable-2.4 ${KVMDIR} 
-       git clone git://git.qemu-project.org/qemu.git ${KVMDIR} 
+       git clone git://git.qemu-project.org/qemu.git ${KVMDIR}
+       # see https://bugs.launchpad.net/qemu/+bug/1488363?comments=all
        cd ${KVMDIR}; git checkout v2.4.1; git revert --no-edit b8eb5512fd8a115f164edbbe897cdf8884920ccb
        tar czf ${KVMSRC} --exclude CVS --exclude .git --exclude .svn ${KVMDIR}