From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51880) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SfQyX-0001p9-Uw for qemu-devel@nongnu.org; Fri, 15 Jun 2012 03:29:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SfQyV-0003qi-6c for qemu-devel@nongnu.org; Fri, 15 Jun 2012 03:29:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53388) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SfQyU-0003qY-V2 for qemu-devel@nongnu.org; Fri, 15 Jun 2012 03:29:43 -0400 Date: Fri, 15 Jun 2012 12:59:20 +0530 From: Amit Shah Message-ID: <20120615072919.GA13321@amit.redhat.com> References: <1339693977-7397-1-git-send-email-berrange@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1339693977-7397-1-git-send-email-berrange@redhat.com> Subject: Re: [Qemu-devel] [PATCH v3 0/2] Balloon event change notifications List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" Cc: Markus Armbruster , qemu-devel@nongnu.org, Anthony Liguori , Luiz Capitulino On (Thu) 14 Jun 2012 [18:12:55], Daniel P. Berrange wrote: > This is a followup to: > > https://lists.gnu.org/archive/html/qemu-devel/2012-05/msg02833.html > > > Changes since v2: > > - Drop 'query-events' patch which is already merged > - Rename balloon_change() function to balloon_changed per > Amit's request > - Misc typos fixed > - Remove monitor_global_init(), folding code into the > one-time initialization block in monitor_init() > > This series is being tested with a corresponding patch to libvirt > for handling balloon events > > https://www.redhat.com/archives/libvir-list/2012-May/msg00868.html Acked-by: Amit Shah Amit