[pve-devel] [PATCH 2/2] fix q35 pci passthrough
Alexandre Derumier
aderumier at odiso.com
Wed Sep 2 06:49:33 CEST 2015
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 at odiso.com>
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 10c11ad..8cd1ba3 100644
--- 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}
--
2.1.4
More information about the pve-devel
mailing list