KVM: s390: fix access register usage in ioctls
[sfrench/cifs-2.6.git] / arch / s390 / include / asm / kvm_host.h
index 56c2efb41cf25e571d0d7b7b32dfed3b764b1117..95990461888fcaee7759af29874071207797ad74 100644 (file)
@@ -764,6 +764,8 @@ struct kvm_vcpu_arch {
        __u64 cputm_start;
        bool gs_enabled;
        bool skey_enabled;
+       /* Indicator if the access registers have been loaded from guest */
+       bool acrs_loaded;
        struct kvm_s390_pv_vcpu pv;
        union diag318_info diag318_info;
 };