diff options
author | Carsten Otte <cotte@de.ibm.com> | 2007-10-10 17:16:19 +0200 |
---|---|---|
committer | Avi Kivity <avi@qumranet.com> | 2008-01-30 17:52:51 +0200 |
commit | 043405e10001fe7aae60c46a57189515f13a6468 (patch) | |
tree | a2f2e56117b200aeed70a853489b8e669a48fe15 /drivers/kvm/x86.h | |
parent | 6fc138d2278078990f597cb1f62fde9e5b458f96 (diff) |
KVM: Move x86 msr handling to new files x86.[ch]
Signed-off-by: Carsten Otte <cotte@de.ibm.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'drivers/kvm/x86.h')
-rw-r--r-- | drivers/kvm/x86.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/kvm/x86.h b/drivers/kvm/x86.h new file mode 100644 index 000000000000..1e2f71bd805d --- /dev/null +++ b/drivers/kvm/x86.h @@ -0,0 +1,16 @@ +#/* + * Kernel-based Virtual Machine driver for Linux + * + * This header defines architecture specific interfaces, x86 version + * + * This work is licensed under the terms of the GNU GPL, version 2. See + * the COPYING file in the top-level directory. + * + */ + +#ifndef KVM_X86_H +#define KVM_X86_H + +#include "kvm.h" + +#endif |