[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 2 of 2] linux-xencommons: Load processor-passthru
>>> On 24.02.12 at 07:43, Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx> wrote: > # HG changeset patch > # User Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx> > # 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. Hmm, I don't really like this (and prior) pvops-specific additions here, even if stderr gets directed into nowhere. I don't think this (and any other) script intended to target Linux in general should target just a specific implementation. Furthermore, given the purpose of the driver, I'm thinking that this is too late in the boot process anyway, and the driver should rather be loaded at the point where other CPUFreq drivers would normally be by a particular distro (which would still be later than when the respective code gets run on traditional Xenified Linux). Jan > Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx> > > 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 > > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@xxxxxxxxxxxxx > http://lists.xen.org/xen-devel _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |