KVM: PIT: provide an option to disable interrupt reinjection
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / x86 / include / asm / kvm.h
index 32eb96c7ca2780d9d8407e9b94cc1256491930e3..54bcf2281526f508162cb17211ec5332359100b3 100644 (file)
@@ -233,4 +233,9 @@ struct kvm_guest_debug_arch {
 struct kvm_pit_state {
        struct kvm_pit_channel_state channels[3];
 };
+
+struct kvm_reinject_control {
+       __u8 pit_reinject;
+       __u8 reserved[31];
+};
 #endif /* _ASM_X86_KVM_H */