]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/arm/include/asm/kvm_host.h
Merge remote-tracking branch 'y2038/y2038'
[karo-tx-linux.git] / arch / arm / include / asm / kvm_host.h
index c4072d9f32c7718c9be3a92626f01d80ff74b3c1..6692982c9b575db476bc12a37e2d69b27c00d9fb 100644 (file)
@@ -126,7 +126,10 @@ struct kvm_vcpu_arch {
         * here.
         */
 
-       /* Don't run the guest on this vcpu */
+       /* vcpu power-off state */
+       bool power_off;
+
+        /* Don't run the guest (internal implementation need) */
        bool pause;
 
        /* IO related fields */