From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:38224) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qm19E-0007Jo-Jl for qemu-devel@nongnu.org; Wed, 27 Jul 2011 06:15:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qm19D-0002Nb-JY for qemu-devel@nongnu.org; Wed, 27 Jul 2011 06:15:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59610) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qm19D-0002NX-8G for qemu-devel@nongnu.org; Wed, 27 Jul 2011 06:15:27 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p6RAFQwF029325 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 27 Jul 2011 06:15:26 -0400 Date: Wed, 27 Jul 2011 15:45:21 +0530 From: Amit Shah Message-ID: <20110727101521.GB3053@amit-x200.redhat.com> References: <20110727090852.GB31946@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110727090852.GB31946@redhat.com> Subject: Re: [Qemu-devel] [PATCH 0/4] Fix virtio memleaks List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Kevin Wolf , qemu list , Markus Armbruster On (Wed) 27 Jul 2011 [12:08:52], Michael S. Tsirkin wrote: > On Wed, Jul 27, 2011 at 02:00:28PM +0530, Amit Shah wrote: > > The memory allocated in virtio_common_init() wasn't being freed > > anywhere. Fix that. > > > > The balloon handler wasn't unregistering its savevm section, > > adding an exit handler fixes that as well. > > > > This patchset is on top of the two balloon series I've sent out > > yesterday and today. > > This looks good to me. What do you say I put > patches 2-4 on my tree, and you put patch 1 on yours? Sure. Amit