X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=9d4fb408371eb05f3d2115ab9ff5eb00e9f175ee;hb=904a90ccf761b43af8b6cae21be3a643cb228ae3;hp=c9eded10c11aa433aae2f2496eebcf1b9f9f2f19;hpb=bb917b61466b02f3b6fbc83a625024a7b436b2a7;p=pve-qemu-kvm.git diff --git a/Makefile b/Makefile index c9eded1..9d4fb40 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ -RELEASE=2.0 +RELEASE=2.2 # also update debian/changelog -KVMVER=1.0 +KVMVER=1.3 KVMPKGREL=8 KVMPACKAGE=pve-qemu-kvm @@ -17,9 +17,9 @@ all: ${KVM_DEB} ${KVMSRC} .PHONY: download download: rm -rf ${KVMDIR} ${KVMSRC} - git clone git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git ${KVMDIR} - # fixme checkout correct version - # cd ${KVMDIR}; git checkout -b local qemu-kvm-${KVMVER} + 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}