From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] KVM: x86: mmu: fix counting of rmap entries in rmap_add() Date: Mon, 20 Sep 2010 20:13:04 -0300 Message-ID: <20100920231304.GA13303@amt.cnet> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Yaniv Kamay , Avi Kivity , kvm@vger.kernel.org To: Hillf Danton Return-path: Received: from mx1.redhat.com ([209.132.183.28]:25629 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757523Ab0IUP7P (ORCPT ); Tue, 21 Sep 2010 11:59:15 -0400 Content-Disposition: inline In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On Sat, Sep 18, 2010 at 08:41:02AM +0800, Hillf Danton wrote: > It seems that rmap entries are under counted. > > Signed-off-by: Hillf Danton > --- Applied, thanks.