From: Sridhar Samudrala Date: Tue, 30 Mar 2010 23:48:25 +0000 (-0700) Subject: KVM: Increase NR_IOBUS_DEVS limit to 200 X-Git-Tag: v2.6.34-rc6~78^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e80e2a60ff7914dae691345a976c80bbbff3ec74;p=pandora-kernel.git KVM: Increase NR_IOBUS_DEVS limit to 200 This patch increases the current hardcoded limit of NR_IOBUS_DEVS from 6 to 200. We are hitting this limit when creating a guest with more than 1 virtio-net device using vhost-net backend. Each virtio-net device requires 2 such devices to service notifications from rx/tx queues. Signed-off-by: Sridhar Samudrala Signed-off-by: Avi Kivity --- Reading git-diff-tree failed