From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O79dF-0006oL-Qh for qemu-devel@nongnu.org; Wed, 28 Apr 2010 11:57:01 -0400 Received: from [140.186.70.92] (port=36527 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O79dE-0006nL-9V for qemu-devel@nongnu.org; Wed, 28 Apr 2010 11:57:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O79dA-0005Iy-Rw for qemu-devel@nongnu.org; Wed, 28 Apr 2010 11:57:00 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45385) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O79dA-0005Ii-KD for qemu-devel@nongnu.org; Wed, 28 Apr 2010 11:56:56 -0400 From: Kevin Wolf Date: Wed, 28 Apr 2010 17:56:19 +0200 Message-Id: <1272470181-15846-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] block: wr_highest_sector blockstat List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, dlaor@redhat.com, lcapitulino@redhat.com, avi@redhat.com, danken@redhat.com This is the minimal high watermark implementation that is needed to allow clients to poll the value. I hope everyone can live with this solution now. The second patch of this series is optional. It breaks clients that consider the user monitor a stable API. They should be using QMP, but I'm not sure if we want to break compatibility on the user monitor today. Kevin Wolf (2): block: Add wr_highest_sector blockstat block: Extend info blockstats monitor command block.c | 103 ++++++++++++++++++++++++++++++++++++++++++++-------------- block_int.h | 1 + qdict.c | 2 +- 3 files changed, 80 insertions(+), 26 deletions(-)