From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52569) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TjXWL-0007W3-KH for qemu-devel@nongnu.org; Fri, 14 Dec 2012 10:49:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TjXWF-0005MT-Vk for qemu-devel@nongnu.org; Fri, 14 Dec 2012 10:49:53 -0500 Received: from mx1.redhat.com ([209.132.183.28]:6066) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TjXWF-0005M4-NI for qemu-devel@nongnu.org; Fri, 14 Dec 2012 10:49:47 -0500 From: Luiz Capitulino Date: Fri, 14 Dec 2012 13:49:39 -0200 Message-Id: <1355500182-12743-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PATCH v2 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, dietmar@proxmox.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 o v2 - drop qmp & hmp interface of old stats code - allow polling callback to run even if the guest hasn't negotiated stats feature bit - update doc Luiz Capitulino (3): balloon: drop old stats code & API balloon: re-enable balloon stats docs: document virtio-balloon stats docs/virtio-balloon-stats.txt | 91 +++++++++++++++++++ hmp.c | 24 +---- hw/virtio-balloon.c | 200 +++++++++++++++++++++++++++++++++++++----- qapi-schema.json | 20 +---- qmp-commands.hx | 13 --- 5 files changed, 269 insertions(+), 79 deletions(-) create mode 100644 docs/virtio-balloon-stats.txt -- 1.8.0