Re: [kvm-unit-tests PATCH] x86: pmu: Test WRMSR on a running counter

From: Paolo Bonzini
Date: Wed Feb 05 2020 - 09:57:02 EST


On 04/02/20 02:25, Eric Hankland wrote:
> Ensure that the value of the counter was successfully set to 0 after
> writing it while the counter was running.
>
> Signed-off-by: Eric Hankland <ehankland@xxxxxxxxxx>
> ---
> x86/pmu.c | 16 ++++++++++++++++
> 1 file changed, 16 insertions(+)
>
> diff --git a/x86/pmu.c b/x86/pmu.c
> index cb8c9e3..8a77993 100644
> --- a/x86/pmu.c
> +++ b/x86/pmu.c
> @@ -419,6 +419,21 @@ static void check_rdpmc(void)
> report_prefix_pop();

Queued, thanks.

Paolo