All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kvm-kmod
@ 2010-09-17 21:38 Zachary Amsden
  2010-09-18 22:24 ` Jan Kiszka
  0 siblings, 1 reply; 2+ messages in thread
From: Zachary Amsden @ 2010-09-17 21:38 UTC (permalink / raw)
  To: Jan Kiszka, kvm

[-- Attachment #1: Type: text/plain, Size: 54 bytes --]

Working on an older Fedora, I hit the need for this..

[-- Attachment #2: kmod-msr-ebc.patch --]
[-- Type: text/plain, Size: 482 bytes --]

Add missing MSR definition

Signed-off-by: Zachary Amsden <zamsden@redhat.com>

diff --git a/x86/external-module-compat.h b/x86/external-module-compat.h
index cc51b0f..8cb936d 100644
--- a/x86/external-module-compat.h
+++ b/x86/external-module-compat.h
@@ -1091,3 +1091,8 @@ static inline u64 pvclock_scale_delta(u64 delta, u32 mul_frac, int shift)
 #else
 #define kvm_set_64bit		set_64bit
 #endif
+
+
+#ifndef MSR_EBC_FREQUENCY_ID
+#define MSR_EBC_FREQUENCY_ID		0x0000002c
+#endif

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-09-18 22:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-17 21:38 [PATCH] kvm-kmod Zachary Amsden
2010-09-18 22:24 ` Jan Kiszka

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.