From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: cpuidle and un-eoid interrupts at the local apic Date: Wed, 18 Sep 2013 13:06:25 +0100 Message-ID: <52399741.9020208@citrix.com> References: <51A908CA.7050604@citrix.com><51F8CB15.1070608@digithi.de><51F8DD40.2090207@citrix.com><51FC37A9.9090809@digithi.de><51FC418D.8020708@citrix.com><51FFBA8502000078000E9462@nat28.tlf.novell.com><51FFBC08.6070804@citrix.com><52055EC9.8030207@digithi.de><520561E1.8020809@citrix.com><520562C8.8080703@citrix.com><5207CE0C.1000502@digithi.de><5208CC8A.7070703@digithi.de><5208CF6B.7030505@citrix.com><5212365E.7010803@digithi.de><52130202.5020909@digithi.de><521347A702000078000ED015@nat28.tlf.novell.com><52170DC4.30507@digithi.de><52277CDA.8010401@digithi.de><52380738.5080703@digithi.de> <5238C3F9.4090408@digithi.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <5238C3F9.4090408@digithi.de> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: "Thimo E." Cc: Keir Fraser , Jan Beulich , "Dong, Eddie" , Xen-develList , "Nakajima, Jun" , "Zhang, Yang Z" , "Zhang, Xiantao" List-Id: xen-devel@lists.xenproject.org On 17/09/2013 22:04, Thimo E. wrote: > Hello, > > unfortunately the Xenserver kernel seems to not support reading the > microcode, at least it is not populated in /proc/cpuinfo. > Andrew, are there any special tricks to get the version out of the > Xenserver kernel ? > > Best regards > Thimo Sadly not. In Xen 4.1, the microcode detail printing was unconditionally compiled out in all cases. This behaviour changed in 4.2 (or possibly 4.3). Your best chance is probably to boot a recent Linux LiveCD. ~Andrew