From mboxrd@z Thu Jan 1 00:00:00 1970 From: Razvan Cojocaru Subject: Re: RIP register value in p2m_mem_access_check() Date: Thu, 07 Mar 2013 19:31:44 +0200 Message-ID: <5138CF00.6050508@gmail.com> References: <5137208F.7000901@gmail.com> <5137335602000078000C3815@nat28.tlf.novell.com> <513729E8.2060007@gmail.com> <5137512C02000078000C394B@nat28.tlf.novell.com> <5137494D.7010901@gmail.com> <513761AF02000078000C39F0@nat28.tlf.novell.com> <20130307164928.GF30110@ocelot.phlegethon.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20130307164928.GF30110@ocelot.phlegethon.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Tim Deegan Cc: Jan Beulich , "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org > I don't think so -- v->arch.user_regs is only brought up to date during > context switches. For the currently running vcpu you should be looking > at guest_cpu_user_regs(). Yes, that's what did it - I discovered that a few hours earlier and wanted to post the solution but you beat me to it :) Thanks, Razvan Cojocaru