]> git.proxmox.com Git - pve-qemu-kvm.git/commitdiff
remove set-max-nics.patch
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 23 Nov 2012 11:31:10 +0000 (12:31 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 23 Nov 2012 11:31:10 +0000 (12:31 +0100)
It's not needed with -device syntax

see this post: http://www.spinics.net/lists/kvm/msg38244.html

debian/changelog
debian/patches/series
debian/patches/set-max-nics.patch [deleted file]

index e028e05ca5b7b4907b139cb4f30baa3a054c8dc0..2cf347ccbc9afbf979e4f279e8fdcc91b0cdd1c5 100644 (file)
@@ -10,6 +10,8 @@ pve-qemu-kvm (1.3-1) unstable; urgency=low
   
   * remove sheepdog-fix-savevm-loadvm.patch (upstream)
   
+  * remove set-max-nics.patch (no longer needed with -device syntax)
+
  -- Proxmox Support Team <support@proxmox.com>  Wed, 21 Nov 2012 12:48:56 +0100
 
 pve-qemu-kvm (1.2-7) unstable; urgency=low
index 2e3deb092f0c44243e2e943966f056927d1ba479..00370a79aef4baf6953fae000673fd0cec8dfc13 100644 (file)
@@ -2,7 +2,6 @@ fr-ca-keymap-corrections.diff
 adjust-path.diff
 fairsched.diff
 keymap.diff
-set-max-nics.patch
 pve-auth.patch
 vencrypt-auth-plain.patch
 ahci-add_migration-support.patch
diff --git a/debian/patches/set-max-nics.patch b/debian/patches/set-max-nics.patch
deleted file mode 100644 (file)
index 99a2869..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: new/net.h
-===================================================================
---- new.orig/net.h     2012-09-24 07:15:16.000000000 +0200
-+++ new/net.h  2012-09-24 07:15:23.000000000 +0200
-@@ -116,7 +116,7 @@
- /* NIC info */
--#define MAX_NICS 8
-+#define MAX_NICS 32
- struct NICInfo {
-     MACAddr macaddr;