From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH 08/12] KVM: MMU: move zap/flush to kvm_mmu_get_page Date: Thu, 25 Feb 2016 09:48:12 +0100 Message-ID: <56CEBFCC.2070009@redhat.com> References: <1456319873-34182-1-git-send-email-pbonzini@redhat.com> <1456319873-34182-9-git-send-email-pbonzini@redhat.com> <56CEAE21.90601@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: yoshikawa_takuya_b1@lab.ntt.co.jp, mtosatti@redhat.com To: Xiao Guangrong , linux-kernel@vger.kernel.org, kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:42574 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758745AbcBYIsQ (ORCPT ); Thu, 25 Feb 2016 03:48:16 -0500 In-Reply-To: <56CEAE21.90601@linux.intel.com> Sender: kvm-owner@vger.kernel.org List-ID: On 25/02/2016 08:32, Xiao Guangrong wrote: > > As you have already merged this patchset to the kvm tree, i will post > a patch to comment these cases to make the code be more understandable. I've only merged it to kvm/queue so that it gets into all my testing (and the buildbot's). I won't move it to kvm/next until I get reviews. Paolo