From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50497) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tfu3q-000557-W1 for qemu-devel@nongnu.org; Tue, 04 Dec 2012 10:05:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tfu3j-0000tG-KM for qemu-devel@nongnu.org; Tue, 04 Dec 2012 10:05:26 -0500 Received: from mx1.redhat.com ([209.132.183.28]:31289) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tfu3j-0000t0-D9 for qemu-devel@nongnu.org; Tue, 04 Dec 2012 10:05:19 -0500 From: Luiz Capitulino Date: Tue, 4 Dec 2012 13:04:45 -0200 Message-Id: <1354633488-24112-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [RFC 0/3] re-enable balloon stats List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com, mdroth@linux.vnet.ibm.com, agl@us.ibm.com This new try to re-enable the virtio-balloon driver stats uses QOM properties via a polling mechanism as suggested by Anthony here: http://lists.gnu.org/archive/html/qemu-devel/2012-02/msg02390.html The second patch contains the implementation, the last patch contains documentation and examples. Luiz Capitulino (3): virtio-balloon: drop old stats code virtio-balloon: re-enable balloon stats docs: document virtio-balloon stats docs/virtio-balloon-stats.txt | 73 +++++++++++++++++ hw/virtio-balloon.c | 178 ++++++++++++++++++++++++++++++++++++------ 2 files changed, 228 insertions(+), 23 deletions(-) create mode 100644 docs/virtio-balloon-stats.txt -- 1.8.0