]> git.proxmox.com Git - pve-qemu-kvm.git/blame - debian/patches/set-max-nics.patch
update to qemu-kvm-1.1-rc2
[pve-qemu-kvm.git] / debian / patches / set-max-nics.patch
CommitLineData
4676c0af
DM
1Index: new/net.h
2===================================================================
b4818867
DM
3--- new.orig/net.h 2012-03-13 07:25:07.000000000 +0100
4+++ new/net.h 2012-03-13 07:25:40.000000000 +0100
5@@ -127,7 +127,7 @@
4676c0af
DM
6
7 /* NIC info */
8
9-#define MAX_NICS 8
10+#define MAX_NICS 32
11
12 struct NICInfo {
13 MACAddr macaddr;