[pve-devel] r5227 - in pve-qemu-kvm/trunk: . debian debian/patches

svn-commits at proxmox.com svn-commits at proxmox.com
Wed Oct 6 08:24:13 CEST 2010


Author: dietmar
Date: 2010-10-06 06:24:13 +0000 (Wed, 06 Oct 2010)
New Revision: 5227

Added:
   pve-qemu-kvm/trunk/debian/patches/set-max-nics.patch
Modified:
   pve-qemu-kvm/trunk/Makefile
   pve-qemu-kvm/trunk/debian/changelog
   pve-qemu-kvm/trunk/debian/patches/series
Log:


Modified: pve-qemu-kvm/trunk/Makefile
===================================================================
--- pve-qemu-kvm/trunk/Makefile	2010-10-06 06:09:12 UTC (rev 5226)
+++ pve-qemu-kvm/trunk/Makefile	2010-10-06 06:24:13 UTC (rev 5227)
@@ -2,7 +2,7 @@
 
 # also update debian/changelog
 KVMVER=0.12.5
-KVMPKGREL=1
+KVMPKGREL=2
 
 KVMPACKAGE=pve-qemu-kvm
 KVMDIR=qemu-kvm

Modified: pve-qemu-kvm/trunk/debian/changelog
===================================================================
--- pve-qemu-kvm/trunk/debian/changelog	2010-10-06 06:09:12 UTC (rev 5226)
+++ pve-qemu-kvm/trunk/debian/changelog	2010-10-06 06:24:13 UTC (rev 5227)
@@ -1,3 +1,9 @@
+pve-qemu-kvm (0.12.5-2) unstable; urgency=low
+
+  * enable up to 32 NICs (as suggested in the forum)
+
+ -- Proxmox Support Team <support at proxmox.com>  Wed, 06 Oct 2010 08:23:07 +0200
+
 pve-qemu-kvm (0.12.5-1) unstable; urgency=low
 
   * update to qemu-kvm-0.12.5

Modified: pve-qemu-kvm/trunk/debian/patches/series
===================================================================
--- pve-qemu-kvm/trunk/debian/patches/series	2010-10-06 06:09:12 UTC (rev 5226)
+++ pve-qemu-kvm/trunk/debian/patches/series	2010-10-06 06:24:13 UTC (rev 5227)
@@ -4,3 +4,4 @@
 keymap.diff
 live-migration-fixes.diff
 enable-ksm.diff
+set-max-nics.patch

Added: pve-qemu-kvm/trunk/debian/patches/set-max-nics.patch
===================================================================
--- pve-qemu-kvm/trunk/debian/patches/set-max-nics.patch	                        (rev 0)
+++ pve-qemu-kvm/trunk/debian/patches/set-max-nics.patch	2010-10-06 06:24:13 UTC (rev 5227)
@@ -0,0 +1,13 @@
+Index: qemu-kvm/net.h
+===================================================================
+--- qemu-kvm.orig/net.h	2010-10-06 08:20:46.000000000 +0200
++++ qemu-kvm/net.h	2010-10-06 08:21:08.000000000 +0200
+@@ -119,7 +119,7 @@
+ 
+ /* NIC info */
+ 
+-#define MAX_NICS 8
++#define MAX_NICS 32
+ enum {
+ 	NIC_NVECTORS_UNSPECIFIED = -1
+ };




More information about the pve-devel mailing list