From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:47776) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QmK5D-0004l8-Sv for qemu-devel@nongnu.org; Thu, 28 Jul 2011 02:28:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QmK5D-0007qS-3g for qemu-devel@nongnu.org; Thu, 28 Jul 2011 02:28:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58541) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QmK5C-0007qO-Lg for qemu-devel@nongnu.org; Thu, 28 Jul 2011 02:28:35 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p6S6SXRV028853 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 28 Jul 2011 02:28:33 -0400 Date: Thu, 28 Jul 2011 11:58:30 +0530 From: Amit Shah Message-ID: <20110728062829.GA7106@amit-x200.redhat.com> References: <5daa3ce7cc77ed1bbec75f96361362e3e627cd6d.1311833521.git.amit.shah@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5daa3ce7cc77ed1bbec75f96361362e3e627cd6d.1311833521.git.amit.shah@redhat.com> 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: qemu list Cc: Markus Armbruster , "Michael S. Tsirkin" 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. Amit