diff options
author | Marcelo Tosatti <mtosatti@redhat.com> | 2012-11-27 23:28:56 -0200 |
---|---|---|
committer | Marcelo Tosatti <mtosatti@redhat.com> | 2012-11-27 23:29:10 -0200 |
commit | 3dc4f7cfb7441e5e0fed3a02fc81cdaabd28300a (patch) | |
tree | aa4061837bded4fdb3bb4d879f5ef7797675f570 /arch/x86/include/asm/kvm_guest.h | |
parent | 71056ae22d43f58d7e0f793af18ace2eaf5b74eb (diff) | |
download | linux-3dc4f7cfb7441e5e0fed3a02fc81cdaabd28300a.tar.gz linux-3dc4f7cfb7441e5e0fed3a02fc81cdaabd28300a.tar.bz2 linux-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.h | 6 |
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 */ |