From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: [PATCH 2 of 2] linux-xencommons: Load processor-passthru Date: Fri, 24 Feb 2012 01:43:54 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org 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 List-Id: xen-devel@lists.xenproject.org # HG changeset patch # User Konrad Rzeszutek Wilk # 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 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