Re: [PATCH 1/3] KVM: arm64: Record number of signal exits as a vCPU stat

2021-07-29 Thread Oliver Upton
On Thu, Jul 29, 2021 at 1:07 PM Jing Zhang wrote: > > On Thu, Jul 29, 2021 at 12:56 PM Oliver Upton wrote: > > > > Most other architectures that implement KVM record a statistic > > indicating the number of times a vCPU has exited due to a pending > > signal. Add support for that stat to arm64.

Re: [PATCH 1/3] KVM: arm64: Record number of signal exits as a vCPU stat

2021-07-29 Thread Jing Zhang
On Thu, Jul 29, 2021 at 12:56 PM Oliver Upton wrote: > > Most other architectures that implement KVM record a statistic > indicating the number of times a vCPU has exited due to a pending > signal. Add support for that stat to arm64. > > Cc: Jing Zhang > Signed-off-by: Oliver Upton > --- >

[PATCH 1/3] KVM: arm64: Record number of signal exits as a vCPU stat

2021-07-29 Thread Oliver Upton
Most other architectures that implement KVM record a statistic indicating the number of times a vCPU has exited due to a pending signal. Add support for that stat to arm64. Cc: Jing Zhang Signed-off-by: Oliver Upton --- arch/arm64/include/asm/kvm_host.h | 1 + arch/arm64/kvm/arm.c