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

2022-05-23 Thread Konstantin Kostiuk
Queued, thanks. On Fri, May 20, 2022 at 1:19 PM Konstantin Kostiuk wrote: > Reviewed-by: Konstantin Kostiuk > > On Fri, May 20, 2022 at 5:20 AM luzhipeng wrote: > >> Add a new 'guest-get-diskstats' command for report disk io statistics >> for Linux guests. This can be useful for getting io flo

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

2022-05-20 Thread Konstantin Kostiuk
Reviewed-by: Konstantin Kostiuk On Fri, May 20, 2022 at 5:20 AM 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 > Re

[PATCH v5] 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 Reviewed-by: Marc-André Lureau --- Changes v4->v5: fix Typo and adjust fileds order in qapi-sche