From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takuya Yoshikawa Subject: [PATCH 0/3] KVM: MMU: Clean up walk_addr_generic() v4 Date: Fri, 1 Jul 2011 01:33:20 +0900 Message-ID: <20110701013320.977cdfea.takuya.yoshikawa@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, yoshikawa.takuya@oss.ntt.co.jp, mingo@elte.hu To: avi@redhat.com, mtosatti@redhat.com Return-path: Received: from mail-pv0-f174.google.com ([74.125.83.174]:44261 "EHLO mail-pv0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752705Ab1F3Qd0 (ORCPT ); Thu, 30 Jun 2011 12:33:26 -0400 Received: by pvg12 with SMTP id 12so1753695pvg.19 for ; Thu, 30 Jun 2011 09:33:25 -0700 (PDT) Sender: kvm-owner@vger.kernel.org List-ID: 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. npt=0 --- enabling apic starting test run 1572866 tests, 0 failures --- npt=1 --- enabling apic starting test run 1572866 tests, 0 failures --- Thanks, Takuya