Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
[linux-2.6-microblaze.git] / arch / powerpc / include / asm / kvm_host.h
index 9f52f28..080a7fe 100644 (file)
@@ -103,7 +103,6 @@ struct kvm_vcpu_stat {
        u64 emulated_inst_exits;
        u64 dec_exits;
        u64 ext_intr_exits;
-       u64 halt_wait_ns;
        u64 halt_successful_wait;
        u64 dbell_exits;
        u64 gdbell_exits;
@@ -811,6 +810,8 @@ struct kvm_vcpu_arch {
 
        u32 online;
 
+       u64 hfscr_permitted;    /* A mask of permitted HFSCR facilities */
+
        /* For support of nested guests */
        struct kvm_nested_guest *nested;
        u32 nested_vcpu_id;