]> git.proxmox.com Git - pve-qemu-kvm.git/commitdiff
fix q35 pci passthrough
authorAlexandre Derumier <aderumier@odiso.com>
Wed, 2 Sep 2015 04:49:33 +0000 (06:49 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Sat, 5 Sep 2015 08:02:35 +0000 (10:02 +0200)
revert commit b8eb5512fd8a115f164edbbe897cdf8884920ccb

bug report:
http://forum.proxmox.com/threads/23346-Proxmox-4b1-q35-machines-failing-to-reboot-problems-with-PCI-passthrough

https://lists.gnu.org/archive/html/qemu-devel/2015-08/msg03281.html
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
Makefile

index 10c11ad72f61e1ce21a34e18ed3e1962bb8450df..8cd1ba374b374a3857c855a4a16a4b5c1396181c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ download:
        rm -rf ${KVMDIR} ${KVMSRC}
        #git clone git://git.qemu-project.org/qemu.git -b stable-2.2 ${KVMDIR} 
        git clone git://git.qemu-project.org/qemu.git ${KVMDIR} 
-       cd ${KVMDIR}; git checkout v2.4.0
+       cd ${KVMDIR}; git checkout v2.4.0; git revert b8eb5512fd8a115f164edbbe897cdf8884920ccb
        tar czf ${KVMSRC} --exclude CVS --exclude .git --exclude .svn ${KVMDIR}
 
 ${DEBS} kvm: ${KVMSRC}