From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] KVM: Fix kvm_coalesced_mmio_ring duplicate allocation Date: Thu, 21 Jan 2010 15:31:36 -0200 Message-ID: <20100121173136.GE3750@amt.cnet> References: <1264062004-24682-1-git-send-email-sheng@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , kvm@vger.kernel.org To: Sheng Yang Return-path: Received: from mx1.redhat.com ([209.132.183.28]:29553 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754543Ab0AUSEI (ORCPT ); Thu, 21 Jan 2010 13:04:08 -0500 Content-Disposition: inline In-Reply-To: <1264062004-24682-1-git-send-email-sheng@linux.intel.com> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Jan 21, 2010 at 04:20:04PM +0800, Sheng Yang wrote: > The commit 0953ca73 "KVM: Simplify coalesced mmio initialization" > allocate kvm_coalesced_mmio_ring in the kvm_coalesced_mmio_init(), but > didn't discard the original allocation... > > Signed-off-by: Sheng Yang Applied, thanks.