summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/timer.c
diff options
context:
space:
mode:
authorAvi Kivity <avi@redhat.com>2010-05-23 18:37:00 +0300
committerAvi Kivity <avi@redhat.com>2010-08-01 10:35:51 +0300
commit221d059d15f1c8bd070a63fd45cd8d2598af5f99 (patch)
treed3f58d21aa9cd5a28a29f5187ae9f03bd4f9e089 /arch/x86/kvm/timer.c
parent9fb2d2b4ff292a01ae30da003d1dc097917b0988 (diff)
downloadlinux-3.10-221d059d15f1c8bd070a63fd45cd8d2598af5f99.tar.gz
linux-3.10-221d059d15f1c8bd070a63fd45cd8d2598af5f99.tar.bz2
linux-3.10-221d059d15f1c8bd070a63fd45cd8d2598af5f99.zip
KVM: Update Red Hat copyrights
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'arch/x86/kvm/timer.c')
-rw-r--r--arch/x86/kvm/timer.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/x86/kvm/timer.c b/arch/x86/kvm/timer.c
index 4ddadb1a5ff..564548fbb3d 100644
--- a/arch/x86/kvm/timer.c
+++ b/arch/x86/kvm/timer.c
@@ -1,3 +1,17 @@
+/*
+ * Kernel-based Virtual Machine driver for Linux
+ *
+ * This module enables machines with Intel VT-x extensions to run virtual
+ * machines without emulation or binary translation.
+ *
+ * timer support
+ *
+ * Copyright 2010 Red Hat, Inc. and/or its affilates.
+ *
+ * This work is licensed under the terms of the GNU GPL, version 2. See
+ * the COPYING file in the top-level directory.
+ */
+
#include <linux/kvm_host.h>
#include <linux/kvm.h>
#include <linux/hrtimer.h>