All of lore.kernel.org
 help / color / mirror / Atom feed
From: Zachary Amsden <zamsden@redhat.com>
To: Jan Kiszka <jan.kiszka@web.de>, kvm <kvm@vger.kernel.org>
Subject: [PATCH] kvm-kmod
Date: Fri, 17 Sep 2010 11:38:08 -1000	[thread overview]
Message-ID: <4C93DFC0.10407@redhat.com> (raw)

[-- 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

             reply	other threads:[~2010-09-17 21:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-17 21:38 Zachary Amsden [this message]
2010-09-18 22:24 ` [PATCH] kvm-kmod Jan Kiszka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4C93DFC0.10407@redhat.com \
    --to=zamsden@redhat.com \
    --cc=jan.kiszka@web.de \
    --cc=kvm@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.