From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: (XEN) traps.c:3071: GPF (0000): ffff82d0801d76b2 -> ffff82d080222806 Date: Mon, 3 Nov 2014 10:51:30 +0000 Message-ID: <54575E32.6040603@citrix.com> References: <54574EA0.5070101@canonical.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <54574EA0.5070101@canonical.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Stefan Bader , Xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On 03/11/14 09:45, Stefan Bader wrote: > I see the message from the subject on my Intel box whenever a guest (iirc even > dom0) starts up. It is not fatal and everything seems ok. I am just curious > about what might trigger this. The addresses look to be inside the hypervisor > code. I was wondering whether there is a simple way to figure out what this > relates to (likely need to look at the objdump of the unstripped hv module). > > Or has someone already looked into this and knows what likely is the cause? > > -Stefan Specifically, the message indicates : faulting address -> fixup address It is probably a wrmsr, and a higher logging level will indicate this. My gut feeling is that it is dom0 attempting to load microcode using the native method. ~Andrew