qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-trivial] [PATCH v1 1/2] block: fix description of @stats


From: Changlong Xie
Subject: [Qemu-trivial] [PATCH v1 1/2] block: fix description of @stats
Date: Fri, 15 Apr 2016 13:46:12 +0800

Qemu does not support "info blockstats" now.

Signed-off-by: Changlong Xie <address@hidden>
---
 block/block-backend.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/block/block-backend.c b/block/block-backend.c
index d74f670..05d5d09 100644
--- a/block/block-backend.c
+++ b/block/block-backend.c
@@ -49,7 +49,7 @@ struct BlockBackend {
 
     bool enable_write_cache;
 
-    /* I/O stats (display with "info blockstats"). */
+    /* I/O stats (display with { "execute": "query-blockstats" }). */
     BlockAcctStats stats;
 
     BlockdevOnError on_read_error, on_write_error;
-- 
1.9.3






reply via email to

[Prev in Thread] Current Thread [Next in Thread]