From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH 0/2] Large page fixes Date: Mon, 8 Jun 2009 10:55:45 -0300 Message-ID: <20090608135545.GA5435@amt.cnet> References: <1244466010-24909-1-git-send-email-avi@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org To: Avi Kivity Return-path: Received: from mx2.redhat.com ([66.187.237.31]:54176 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756158AbZFHN4P (ORCPT ); Mon, 8 Jun 2009 09:56:15 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n58DuIgx021727 for ; Mon, 8 Jun 2009 09:56:18 -0400 Content-Disposition: inline In-Reply-To: <1244466010-24909-1-git-send-email-avi@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Mon, Jun 08, 2009 at 04:is_largepage_backed00:08PM +0300, Avi Kivity wrote: > Couple of random large page fixes for review. > > Avi Kivity (2): > KVM: Disable large pages on misaligned memory slots > KVM: Prevent overflow in largepages calculation > > virt/kvm/kvm_main.c | 13 ++++++++++--- > 1 files changed, 10 insertions(+), 3 deletions(-) Looks good, nice catches.