From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH 0/3] KVM: MMU: Clean up walk_addr_generic() v4 Date: Thu, 7 Jul 2011 06:16:16 -0300 Message-ID: <20110707091615.GA2596@amt.cnet> References: <20110701013320.977cdfea.takuya.yoshikawa@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: avi@redhat.com, kvm@vger.kernel.org, yoshikawa.takuya@oss.ntt.co.jp, mingo@elte.hu To: Takuya Yoshikawa Return-path: Received: from mx1.redhat.com ([209.132.183.28]:26284 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755681Ab1GGK7P (ORCPT ); Thu, 7 Jul 2011 06:59:15 -0400 Content-Disposition: inline In-Reply-To: <20110701013320.977cdfea.takuya.yoshikawa@gmail.com> Sender: kvm-owner@vger.kernel.org List-ID: On Fri, Jul 01, 2011 at 01:33:20AM +0900, Takuya Yoshikawa wrote: > This is the v4 of my walk_addr_generic() cleanup. > > Changelog v3-v4: fixed v3's reversed present mask. > > This time, I have tested the patch set with kvm-unit-tests/x86/access.flat. Applied, thanks.