From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: Linux 3.4 dom0 kernel error loading xen-acpi-processor: Input/output error Date: Mon, 18 Mar 2013 16:20:51 -0400 Message-ID: <20130318202051.GA30029@phenom.dumpdata.com> References: <20130308221820.GE8912@reaktio.net> <20130312205118.GN8912@reaktio.net> <20130315150527.GA16632@phenom.dumpdata.com> <20130315151934.GZ8912@reaktio.net> <20130315193706.GA8912@reaktio.net> <20130315211518.GA32252@phenom.dumpdata.com> <20130315213227.GB8912@reaktio.net> <20130317170047.GA13486@konrad-lan.dumpdata.com> <20130318130659.GA24560@phenom.dumpdata.com> <20130318170242.GF11427@reaktio.net> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline In-Reply-To: <20130318170242.GF11427@reaktio.net> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Pasi =?iso-8859-1?Q?K=E4rkk=E4inen?= Cc: David Vrabel , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Mon, Mar 18, 2013 at 07:02:42PM +0200, Pasi K=E4rkk=E4inen wrote: > On Mon, Mar 18, 2013 at 09:06:59AM -0400, Konrad Rzeszutek Wilk wrote: > > > On my box, I took the SSDT but it did not give any insight, except th= at > > > the _PDC and _OSC end up calling in the \_PR.OSC method pasted above: > > > = > > > Scope (\_PR) = = > > > { = = > > > Processor (P000, 0x01, 0x00000410, 0x06) = = > > > { = > > > .. snip.. = > > > Method (_OSC, 4, NotSerialized) = = > > > { = = > > > Return (\_PR.OSC) = = > > > Arg0 = = > > > Arg1 = = > > > Arg2 = = > > > Arg3 = = > > > } = = > > > } = = > > > = > > > } > > > = > > > It looks like the magic incantations are in: > > > = > > > OperationRegion (CSDT, SystemMemory, 0xBAE0BE18, 0x0084) > > > = > > > so physical address 0xBAE0BE18. The machine is offline so it will have > > > to wait until I can get the contents of that physical address. > > = > > = > > And if I dug deep enough and looked in: /sys/firmware/acpi/tables/dynam= ic/ > > I would have found SSDT2 and SSDT3 and SSDT2 sure enough has: > > = > > Scope (\_PR.P000) > > { > > Name (_PCT, Package (0x02) > > { > > = > > . .. snip.. > > = > > and also the _PSS, _PPC, etc. > > > = > Hmm, on the R510 server where xen-acpi-processor doesn't work = > /sys/firmware/acpi/tables/dynamic/ is empty.. = Pfff.. And 'cpuinfo' or 'cpufreq-info' when you boot baremetal gives you different P-states? If so, is the DSDT different that when running under Xen? And lasty, does it create any SSDT in the dynamic directory?