diff options
-rw-r--r-- | include/linux/kvm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/kvm.h b/include/linux/kvm.h index e6edca81ab84..b9a4b7c436f2 100644 --- a/include/linux/kvm.h +++ b/include/linux/kvm.h | |||
@@ -111,6 +111,8 @@ struct kvm_run { | |||
111 | __u32 longmode; | 111 | __u32 longmode; |
112 | __u32 pad; | 112 | __u32 pad; |
113 | } hypercall; | 113 | } hypercall; |
114 | /* Fix the size of the union. */ | ||
115 | char padding[256]; | ||
114 | }; | 116 | }; |
115 | }; | 117 | }; |
116 | 118 | ||