aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kvm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/kvm.h')
-rw-r--r--include/linux/kvm.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/include/linux/kvm.h b/include/linux/kvm.h
index dad90816cad8..728b24cf5d77 100644
--- a/include/linux/kvm.h
+++ b/include/linux/kvm.h
@@ -86,16 +86,9 @@ struct kvm_run {
86#define KVM_EXIT_IO_OUT 1 86#define KVM_EXIT_IO_OUT 1
87 __u8 direction; 87 __u8 direction;
88 __u8 size; /* bytes */ 88 __u8 size; /* bytes */
89 __u8 string;
90 __u8 string_down;
91 __u8 rep;
92 __u8 pad;
93 __u16 port; 89 __u16 port;
94 __u64 count; 90 __u32 count;
95 union { 91 __u64 data_offset; /* relative to kvm_run start */
96 __u64 address;
97 __u32 value;
98 };
99 } io; 92 } io;
100 struct { 93 struct {
101 } debug; 94 } debug;