From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] KVM: cleanup: limit the number of pages per memory slot Date: Wed, 14 Apr 2010 13:58:16 -0300 Message-ID: <20100414165816.GA5797@amt.cnet> References: <20100412193535.6c502695.yoshikawa.takuya@oss.ntt.co.jp> <20100413224724.a9fbf738.yoshikawa.takuya@oss.ntt.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: avi@redhat.com, kvm@vger.kernel.org To: Takuya Yoshikawa Return-path: Received: from mx1.redhat.com ([209.132.183.28]:4006 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756452Ab0DNRqk (ORCPT ); Wed, 14 Apr 2010 13:46:40 -0400 Content-Disposition: inline In-Reply-To: <20100413224724.a9fbf738.yoshikawa.takuya@oss.ntt.co.jp> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Apr 13, 2010 at 10:47:24PM +0900, Takuya Yoshikawa wrote: > This is based on my last patch: > "fix the handling of dirty bitmaps to avoid overflows" > > Sorry, this resulted in reverting part of that. > > === > > This patch limits the number of pages per memory slot to make > us free from extra care about type issues. > > Signed-off-by: Takuya Yoshikawa > --- > include/linux/kvm_host.h | 6 ++++++ > virt/kvm/kvm_main.c | 11 ++++++----- > 2 files changed, 12 insertions(+), 5 deletions(-) Applied, thanks.