]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/kvm.h
KVM: Trivial: /dev/kvm interface is no longer experimental.
[linux-2.6-omap-h63xx.git] / include / linux / kvm.h
index e6edca81ab847f54ff920b2b4b346e3ec60400c1..68ecced40119026fc0741cc7cd214b51e0cae99e 100644 (file)
@@ -4,8 +4,7 @@
 /*
  * Userspace interface for /dev/kvm - kernel based virtual machine
  *
- * Note: this interface is considered experimental and may change without
- *       notice.
+ * Note: you must update KVM_API_VERSION if you change this interface.
  */
 
 #include <asm/types.h>
@@ -111,6 +110,8 @@ struct kvm_run {
                        __u32 longmode;
                        __u32 pad;
                } hypercall;
+               /* Fix the size of the union. */
+               char padding[256];
        };
 };