[Qemu-devel] Re: [PATCH 1/2] block: Add wr_highest_sector blockstat

2010-04-29 Thread Kevin Wolf
Am 28.04.2010 19:31, schrieb Luiz Capitulino: On Wed, 28 Apr 2010 17:56:20 +0200 Kevin Wolf kw...@redhat.com wrote: This adds the wr_highest_sector blockstat which implements what is generally known as the high watermark. It is the highest offset of a sector written to the respective

[Qemu-devel] Re: [PATCH 1/2] block: Add wr_highest_sector blockstat

2010-04-29 Thread Kevin Wolf
Am 28.04.2010 18:01, schrieb Anthony Liguori: On 04/28/2010 10:56 AM, Kevin Wolf wrote: This adds the wr_highest_sector blockstat which implements what is generally known as the high watermark. It is the highest offset of a sector written to the respective BlockDriverState since it has been

[Qemu-devel] Re: [PATCH 1/2] block: Add wr_highest_sector blockstat

2010-04-29 Thread Daniel P. Berrange
On Wed, Apr 28, 2010 at 12:47:49PM -0500, Anthony Liguori wrote: On 04/28/2010 12:04 PM, Luiz Capitulino wrote: On Wed, 28 Apr 2010 11:01:12 -0500 Anthony Liguorianth...@codemonkey.ws wrote: On 04/28/2010 10:56 AM, Kevin Wolf wrote: This adds the wr_highest_sector blockstat

[Qemu-devel] Re: [PATCH 1/2] block: Add wr_highest_sector blockstat

2010-04-29 Thread Luiz Capitulino
On Thu, 29 Apr 2010 12:00:45 +0200 Kevin Wolf kw...@redhat.com wrote: /** * bdrv_info_stats(): show block device statistics * @@ -1544,19 +1580,34 @@ void bdrv_stats_print(Monitor *mon, const QObject *data) * - wr_bytes: bytes written * - rd_operations: read

[Qemu-devel] Re: [PATCH 1/2] block: Add wr_highest_sector blockstat

2010-04-28 Thread Anthony Liguori
On 04/28/2010 10:56 AM, Kevin Wolf wrote: This adds the wr_highest_sector blockstat which implements what is generally known as the high watermark. It is the highest offset of a sector written to the respective BlockDriverState since it has been opened. The query-blockstat QMP command is

[Qemu-devel] Re: [PATCH 1/2] block: Add wr_highest_sector blockstat

2010-04-28 Thread Anthony Liguori
On 04/28/2010 10:56 AM, Kevin Wolf wrote: This adds the wr_highest_sector blockstat which implements what is generally known as the high watermark. It is the highest offset of a sector written to the respective BlockDriverState since it has been opened. The query-blockstat QMP command is

[Qemu-devel] Re: [PATCH 1/2] block: Add wr_highest_sector blockstat

2010-04-28 Thread Luiz Capitulino
On Wed, 28 Apr 2010 11:01:12 -0500 Anthony Liguori anth...@codemonkey.ws wrote: On 04/28/2010 10:56 AM, Kevin Wolf wrote: This adds the wr_highest_sector blockstat which implements what is generally known as the high watermark. It is the highest offset of a sector written to the respective

[Qemu-devel] Re: [PATCH 1/2] block: Add wr_highest_sector blockstat

2010-04-28 Thread Luiz Capitulino
On Wed, 28 Apr 2010 17:56:20 +0200 Kevin Wolf kw...@redhat.com wrote: This adds the wr_highest_sector blockstat which implements what is generally known as the high watermark. It is the highest offset of a sector written to the respective BlockDriverState since it has been opened. The

[Qemu-devel] Re: [PATCH 1/2] block: Add wr_highest_sector blockstat

2010-04-28 Thread Anthony Liguori
On 04/28/2010 12:04 PM, Luiz Capitulino wrote: On Wed, 28 Apr 2010 11:01:12 -0500 Anthony Liguorianth...@codemonkey.ws wrote: On 04/28/2010 10:56 AM, Kevin Wolf wrote: This adds the wr_highest_sector blockstat which implements what is generally known as the high watermark. It is

[Qemu-devel] Re: [PATCH 1/2] block: Add wr_highest_sector blockstat

2010-04-28 Thread Luiz Capitulino
On Wed, 28 Apr 2010 12:47:49 -0500 Anthony Liguori anth...@codemonkey.ws wrote: On 04/28/2010 12:04 PM, Luiz Capitulino wrote: On Wed, 28 Apr 2010 11:01:12 -0500 Anthony Liguorianth...@codemonkey.ws wrote: On 04/28/2010 10:56 AM, Kevin Wolf wrote: This adds the