KVM: SVM: Add support for KVM_SEV_LAUNCH_START command
[linux-2.6-microblaze.git] / arch / x86 / include / asm / kvm_host.h
index 384dcfd..0ea8903 100644 (file)
@@ -750,6 +750,8 @@ enum kvm_irqchip_mode {
 struct kvm_sev_info {
        bool active;            /* SEV enabled guest */
        unsigned int asid;      /* ASID used for this guest */
+       unsigned int handle;    /* SEV firmware handle */
+       int fd;                 /* SEV device fd */
 };
 
 struct kvm_arch {