From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:55035) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QmN27-0001U5-Tf for qemu-devel@nongnu.org; Thu, 28 Jul 2011 05:37:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QmN26-0002s6-UN for qemu-devel@nongnu.org; Thu, 28 Jul 2011 05:37:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:25291) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QmN26-0002s0-Em for qemu-devel@nongnu.org; Thu, 28 Jul 2011 05:37:34 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p6S9bXEI028335 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 28 Jul 2011 05:37:33 -0400 Date: Thu, 28 Jul 2011 15:07:30 +0530 From: Amit Shah Message-ID: <20110728093730.GD7106@amit-x200.redhat.com> References: <5daa3ce7cc77ed1bbec75f96361362e3e627cd6d.1311833521.git.amit.shah@redhat.com> <20110728062829.GA7106@amit-x200.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH v2 4/5] virtio-balloon: Add exit handler, fix memleaks List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: qemu list , "Michael S. Tsirkin" On (Thu) 28 Jul 2011 [09:39:40], Markus Armbruster wrote: > Amit Shah writes: > > > On (Thu) 28 Jul 2011 [11:47:15], Amit Shah wrote: > >> Add an exit handler that will free up RAM and unregister the savevm > >> section after a virtio-balloon device is unplugged. > > > > This commit message should be changed; I'll do that in the pull > > request I send out. > > You mean drop "unregister the savevm", because it has become PATCH 5/5? Right. Amit