]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - arch/x86/include/asm/kvm_host.h
KVM: x86 shared msr infrastructure
[net-next-2.6.git] / arch / x86 / include / asm / kvm_host.h
index 0558ff8c32ae14cd2a1a78fbbc1e890cf70f2802..26a74b7bb6bc5d194d327f7afc16fce4e6a0dc25 100644 (file)
@@ -809,4 +809,7 @@ int kvm_cpu_has_interrupt(struct kvm_vcpu *vcpu);
 int kvm_arch_interrupt_allowed(struct kvm_vcpu *vcpu);
 int kvm_cpu_get_interrupt(struct kvm_vcpu *v);
 
+void kvm_define_shared_msr(unsigned index, u32 msr);
+void kvm_set_shared_msr(unsigned index, u64 val);
+
 #endif /* _ASM_X86_KVM_HOST_H */