Re: [PATCH v4] qga: add guest-get-diskstats command for Linux guests

2022-05-19 Thread Markus Armbruster
luzhipeng writes: > Add a new 'guest-get-diskstats' command for report disk io statistics > for Linux guests. This can be useful for getting io flow or handling > IO fault, no need to enter guests. > > Signed-off-by: luzhipeng [...] > diff --git a/qga/qapi-schema.json b/qga/qapi-schema.json >

Re: [PATCH v4] qga: add guest-get-diskstats command for Linux guests

2022-05-19 Thread Marc-André Lureau
On Thu, May 19, 2022 at 3:28 PM luzhipeng wrote: > > Add a new 'guest-get-diskstats' command for report disk io statistics > for Linux guests. This can be useful for getting io flow or handling > IO fault, no need to enter guests. > > Signed-off-by: luzhipeng Reviewed-by: Marc-André Lureau > -

[PATCH v4] qga: add guest-get-diskstats command for Linux guests

2022-05-19 Thread luzhipeng
Add a new 'guest-get-diskstats' command for report disk io statistics for Linux guests. This can be useful for getting io flow or handling IO fault, no need to enter guests. Signed-off-by: luzhipeng --- Changes v3->v4: https://patchew.org/QEMU/20220515095437.1291-1-luzhip...@cestc.cn/ Changes