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

2022-05-17 Thread Michal Prívozník
On 5/15/22 11:54, luzhipeng wrote: > Add a new 'guest-get-diskstats' command for report disk io statistics > for Linux guests. This can be usefull for getting io flow or handling > IO fault, no need to enter guests. > > Signed-off-by: luzhipeng > --- > Changes v2->v3: > bugfix for memory leak >

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

2022-05-17 Thread Marc-André Lureau
Hi On Sun, May 15, 2022 at 11:55 AM luzhipeng wrote: > > Add a new 'guest-get-diskstats' command for report disk io statistics > for Linux guests. This can be usefull for getting io flow or handling useful > IO fault, no need to enter guests. > > Signed-off-by: luzhipeng > --- > Changes v2->v3

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

2022-05-15 Thread luzhipeng
Add a new 'guest-get-diskstats' command for report disk io statistics for Linux guests. This can be usefull for getting io flow or handling IO fault, no need to enter guests. Signed-off-by: luzhipeng --- Changes v2->v3: bugfix for memory leak Changes v1->v2: v1:https://patchew.org/QEMU/20220512