diff options
-rw-r--r-- | include/linux/kvm_host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index ba9fb4a9762d..3a2cea616283 100644 --- a/include/linux/kvm_host.h +++ b/include/linux/kvm_host.h | |||
@@ -68,7 +68,7 @@ struct kvm_io_range { | |||
68 | struct kvm_io_device *dev; | 68 | struct kvm_io_device *dev; |
69 | }; | 69 | }; |
70 | 70 | ||
71 | #define NR_IOBUS_DEVS 300 | 71 | #define NR_IOBUS_DEVS 1000 |
72 | 72 | ||
73 | struct kvm_io_bus { | 73 | struct kvm_io_bus { |
74 | int dev_count; | 74 | int dev_count; |