]> git.proxmox.com Git - pve-qemu-kvm.git/blobdiff - Makefile
rbd: add an asynchronous flush
[pve-qemu-kvm.git] / Makefile
index ac518eb167b17a8ecd04c95da589efe69d9e5eb0..1ec9d545141f4af6ec7a362fa2c5f171ebf49c03 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
-RELEASE=2.3
+RELEASE=3.0
 
 # also update debian/changelog
-KVMVER=1.3
-KVMPKGREL=13
+KVMVER=1.4
+KVMPKGREL=11
 
 KVMPACKAGE=pve-qemu-kvm
 KVMDIR=qemu-kvm
@@ -18,9 +18,6 @@ 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
-       cd ${KVMDIR}; git am ../seabios-update2.patch
        tar czf ${KVMSRC} --exclude CVS --exclude .git --exclude .svn ${KVMDIR}
 
 ${KVM_DEB} kvm: ${KVMSRC}