From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: Fix Mes in emulate.c Date: Wed, 19 Nov 2014 10:29:52 +0100 Message-ID: <546C6310.305@redhat.com> References: <546C0BB6.5010109@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: mingo@redhat.com, hpa@zytor.com, x86@kernel.org, kvm@vger.kernel.org, linux-kernel@vger.kernel.org To: nick , gleb@kernel.org Return-path: In-Reply-To: <546C0BB6.5010109@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On 19/11/2014 04:17, nick wrote: > Greeting Gleb and other maintainers, I known this may not be that > easy to fix but if someone is willing to send me the fault addresses > or a hardware manual in order to fix and add the correct return > correct addresses for the fix mes in the emulate.c for the x86 > architecture. Hi Nick, I need to check more closely, but I think the FIXMEs have already been fixed. The address is already stored by arch/x86/kvm/paging_tmpl.h's FNAME(walk_addr_generic) in walker->fault.address, and propagated by FNAME(gva_to_gpa). You can send a patch to remove them. Paolo