]> git.proxmox.com Git - pve-qemu-kvm.git/blobdiff - Makefile
re-enable balloon stats
[pve-qemu-kvm.git] / Makefile
index 08aae3d78cf677a9262b5d20bba728f7ec1373dc..9d4fb408371eb05f3d2115ab9ff5eb00e9f175ee 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ RELEASE=2.2
 
 # also update debian/changelog
 KVMVER=1.3
-KVMPKGREL=1
+KVMPKGREL=8
 
 KVMPACKAGE=pve-qemu-kvm
 KVMDIR=qemu-kvm
@@ -18,6 +18,8 @@ all: ${KVM_DEB} ${KVMSRC}
 download:
        rm -rf ${KVMDIR} ${KVMSRC}
        git clone git://git.qemu-project.org/qemu.git -b master ${KVMDIR} 
+       cd ${KVMDIR}; git checkout -b local v1.3.0
+       cd ${KVMDIR}; git am ../seabios-update.patch
        tar czf ${KVMSRC} --exclude CVS --exclude .git --exclude .svn ${KVMDIR}
 
 ${KVM_DEB} kvm: ${KVMSRC}