diff --git a/[refs] b/[refs] index fb7e8942eebc..5f95d7637d98 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 87bf6e7de1134f48681fd2ce4b7c1ec45458cb6d +refs/heads/master: e80e2a60ff7914dae691345a976c80bbbff3ec74 diff --git a/trunk/include/linux/kvm_host.h b/trunk/include/linux/kvm_host.h index 9ad825e1c79b..169d07758ee5 100644 --- a/trunk/include/linux/kvm_host.h +++ b/trunk/include/linux/kvm_host.h @@ -54,7 +54,7 @@ extern struct kmem_cache *kvm_vcpu_cache; */ struct kvm_io_bus { int dev_count; -#define NR_IOBUS_DEVS 6 +#define NR_IOBUS_DEVS 200 struct kvm_io_device *devs[NR_IOBUS_DEVS]; };