Re: [PATCH v6 2/4] KVM: stats: Add fd-based API to read binary stats data

2021-05-27 Thread Krish Sadhukhan
On 5/24/21 8:18 AM, Jing Zhang wrote: Provides a file descriptor per VM to read VM stats info/data. Provides a file descriptor per vCPU to read vCPU stats info/data. Reviewed-by: David Matlack Reviewed-by: Ricardo Koller Signed-off-by: Jing Zhang --- arch/arm64/kvm/guest.c| 26 ++ a

Re: [PATCH v6 2/4] KVM: stats: Add fd-based API to read binary stats data

2021-05-26 Thread Jing Zhang
Hi Krish, On Wed, May 26, 2021 at 1:53 PM Krish Sadhukhan wrote: > > > On 5/24/21 8:18 AM, Jing Zhang wrote: > > Provides a file descriptor per VM to read VM stats info/data. > > Provides a file descriptor per vCPU to read vCPU stats info/data. > > > > Reviewed-by: David Matlack > > Reviewed-by:

Re: [PATCH v6 2/4] KVM: stats: Add fd-based API to read binary stats data

2021-05-26 Thread David Matlack
On Mon, May 24, 2021 at 8:18 AM Jing Zhang wrote: > > Provides a file descriptor per VM to read VM stats info/data. > Provides a file descriptor per vCPU to read vCPU stats info/data. > > Reviewed-by: David Matlack > Reviewed-by: Ricardo Koller > Signed-off-by: Jing Zhang Looks good. Just some

[PATCH v6 2/4] KVM: stats: Add fd-based API to read binary stats data

2021-05-24 Thread Jing Zhang
Provides a file descriptor per VM to read VM stats info/data. Provides a file descriptor per vCPU to read vCPU stats info/data. Reviewed-by: David Matlack Reviewed-by: Ricardo Koller Signed-off-by: Jing Zhang --- arch/arm64/kvm/guest.c| 26 ++ arch/mips/kvm/mips.c | 52 +