kvm.vger.kernel.org archive mirror
 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

* Re: [PATCH] kvm-kmod
  2010-09-17 21:38 [PATCH] kvm-kmod Zachary Amsden
@ 2010-09-18 22:24 ` Jan Kiszka
  0 siblings, 0 replies; 2+ messages in thread
From: Jan Kiszka @ 2010-09-18 22:24 UTC (permalink / raw)
  To: Zachary Amsden; +Cc: kvm

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

Am 17.09.2010 23:38, Zachary Amsden wrote:
> Working on an older Fedora, I hit the need for this..

Thanks - was already in next.

Jan


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 259 bytes --]

^ permalink raw reply	[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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).