From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: xen-devel@lists.xensource.com, Ian.Jackson@eu.citrix.com,
stefano.stabellini@eu.citrix.com, Ian.Campbell@citrix.com
Cc: konrad.wilk@oracle.com
Subject: [PATCH 2 of 2] linux-xencommons: Load processor-passthru
Date: Fri, 24 Feb 2012 01:43:54 -0500 [thread overview]
Message-ID: <aa3a294327ed075bafbe.1330065834@phenom.dumpdata.com> (raw)
In-Reply-To: <patchbomb.1330065832@phenom.dumpdata.com>
# HG changeset patch
# User Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
# Date 1330065828 18000
# Node ID aa3a294327ed075bafbe3c070b39e3dbacbc49cd
# Parent a34b652afb0ca484b7416008c95fd36ffbbea334
linux-xencommons: Load processor-passthru
The processor-passthru module is used in the upstream kernels
to upload power management information to the hypervisor. We
need to load it to work first.
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
diff -r a34b652afb0c -r aa3a294327ed tools/hotplug/Linux/init.d/xencommons
--- a/tools/hotplug/Linux/init.d/xencommons Fri Feb 24 01:43:48 2012 -0500
+++ b/tools/hotplug/Linux/init.d/xencommons Fri Feb 24 01:43:48 2012 -0500
@@ -58,6 +58,7 @@ do_start () {
modprobe xen-gntdev 2>/dev/null
modprobe evtchn 2>/dev/null
modprobe gntdev 2>/dev/null
+ modprobe processor-passthru 2>/dev/null
if ! `xenstore-read -s / >/dev/null 2>&1`
then
next prev parent reply other threads:[~2012-02-24 6:43 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-24 6:43 [PATCH 0 of 2] [RFC] Patches to work with processor-passthru driver (v1) Konrad Rzeszutek Wilk
2012-02-24 6:43 ` [PATCH 1 of 2] traps: AMD PM RDMSRs (MSR_K8_PSTATE_CTRL, etc) Konrad Rzeszutek Wilk
2012-02-24 10:38 ` Jan Beulich
2012-03-01 16:33 ` Keir Fraser
2012-03-12 18:11 ` Konrad Rzeszutek Wilk
2012-02-24 6:43 ` Konrad Rzeszutek Wilk [this message]
2012-02-24 10:44 ` [PATCH 2 of 2] linux-xencommons: Load processor-passthru Jan Beulich
2012-02-27 1:46 ` Konrad Rzeszutek Wilk
2012-02-27 8:31 ` Jan Beulich
2012-03-05 2:49 ` Konrad Rzeszutek Wilk
2012-03-05 11:43 ` Jan Beulich
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=aa3a294327ed075bafbe.1330065834@phenom.dumpdata.com \
--to=konrad.wilk@oracle.com \
--cc=Ian.Campbell@citrix.com \
--cc=Ian.Jackson@eu.citrix.com \
--cc=stefano.stabellini@eu.citrix.com \
--cc=xen-devel@lists.xensource.com \
/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.