KVM: x86/xen: Add event channel interrupt vector upcall
[linux-2.6-microblaze.git] / arch / x86 / include / asm / kvm_host.h
index c6c84c4..b37afd8 100644 (file)
@@ -913,6 +913,7 @@ struct msr_bitmap_range {
 struct kvm_xen {
        bool long_mode;
        bool shinfo_set;
+       u8 upcall_vector;
        struct gfn_to_hva_cache shinfo_cache;
 };