aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kvm_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/kvm_host.h')
-rw-r--r--include/linux/kvm_host.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h
index d9a3c30eab2e..e3aae6db276f 100644
--- a/include/linux/kvm_host.h
+++ b/include/linux/kvm_host.h
@@ -145,7 +145,8 @@ struct kvm_io_range {
145#define NR_IOBUS_DEVS 1000 145#define NR_IOBUS_DEVS 1000
146 146
147struct kvm_io_bus { 147struct kvm_io_bus {
148 int dev_count; 148 int dev_count;
149 int ioeventfd_count;
149 struct kvm_io_range range[]; 150 struct kvm_io_range range[];
150}; 151};
151 152