From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takuya Yoshikawa Subject: [PATCH 0/4] KVM: MMU: Clean up walk_addr_generic() Date: Thu, 9 Jun 2011 22:59:49 +0900 Message-ID: <20110609225949.91cce4a0.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-pw0-f46.google.com ([209.85.160.46]:58876 "EHLO mail-pw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757242Ab1FIN74 (ORCPT ); Thu, 9 Jun 2011 09:59:56 -0400 Received: by pwi15 with SMTP id 15so751157pwi.19 for ; Thu, 09 Jun 2011 06:59:55 -0700 (PDT) Sender: kvm-owner@vger.kernel.org List-ID: This patch set tries to do some of the cleanups suggested by Ingo. http://www.spinics.net/lists/kvm/msg55458.html The end result may include a bit of my taste. So any comments will be appreciated. Thanks, Takuya