From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47584) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SfDbX-0008Hh-0f for qemu-devel@nongnu.org; Thu, 14 Jun 2012 13:13:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SfDbV-0005RM-2U for qemu-devel@nongnu.org; Thu, 14 Jun 2012 13:13:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52768) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SfDbU-0005R7-Pu for qemu-devel@nongnu.org; Thu, 14 Jun 2012 13:13:04 -0400 From: "Daniel P. Berrange" Date: Thu, 14 Jun 2012 18:12:55 +0100 Message-Id: <1339693977-7397-1-git-send-email-berrange@redhat.com> Subject: [Qemu-devel] [PATCH v3 0/2] Balloon event change notifications List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Amit Shah , Markus Armbruster , Anthony Liguori , Luiz Capitulino 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