aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/kvm_guest.h
diff options
context:
space:
mode:
authorMarcelo Tosatti <mtosatti@redhat.com>2012-11-27 23:28:56 -0200
committerMarcelo Tosatti <mtosatti@redhat.com>2012-11-27 23:29:10 -0200
commit3dc4f7cfb7441e5e0fed3a02fc81cdaabd28300a (patch)
treeaa4061837bded4fdb3bb4d879f5ef7797675f570 /arch/x86/include/asm/kvm_guest.h
parentx86: pvclock: generic pvclock vsyscall initialization (diff)
downloadlinux-dev-3dc4f7cfb7441e5e0fed3a02fc81cdaabd28300a.tar.xz
linux-dev-3dc4f7cfb7441e5e0fed3a02fc81cdaabd28300a.zip
x86: kvm guest: pvclock vsyscall support
Hook into generic pvclock vsyscall code, with the aim to allow userspace to have visibility into pvclock data. Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'arch/x86/include/asm/kvm_guest.h')
-rw-r--r--arch/x86/include/asm/kvm_guest.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/x86/include/asm/kvm_guest.h b/arch/x86/include/asm/kvm_guest.h
new file mode 100644
index 000000000000..a92b1763c419
--- /dev/null
+++ b/arch/x86/include/asm/kvm_guest.h
@@ -0,0 +1,6 @@
+#ifndef _ASM_X86_KVM_GUEST_H
+#define _ASM_X86_KVM_GUEST_H
+
+int kvm_setup_vsyscall_timeinfo(void);
+
+#endif /* _ASM_X86_KVM_GUEST_H */