All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrey Smetanin <asmetanin@virtuozzo.com>
To: Paolo Bonzini <pbonzini@redhat.com>, <kvm@vger.kernel.org>
Cc: "Denis V. Lunev" <den@openvz.org>,
	Marcelo Tosatti <mtosatti@redhat.com>,
	Roman Kagan <rkagan@virtuozzo.com>,
	qemu-devel@nongnu.org
Subject: Re: [PATCH v1 0/5] KVM-UNIT-TESTS: Hyper-V SynIC timers test
Date: Fri, 27 Nov 2015 14:31:33 +0300	[thread overview]
Message-ID: <56583F15.8030900@virtuozzo.com> (raw)
In-Reply-To: <56583BC4.9070108@redhat.com>



On 11/27/2015 02:17 PM, Paolo Bonzini wrote:
>
>
> On 26/11/2015 17:29, Andrey Smetanin wrote:
>> The test checks Hyper-V SynIC timers functionality.
>> The test runs on every vCPU and performs start/stop
>> of periodic/one-shot timers (with period=1ms) and checks
>> validity of received expiration messages in appropriate
>> ISR's.
>>
>> Signed-off-by: Andrey Smetanin <asmetanin@virtuozzo.com>
>> Reviewed-by: Roman Kagan <rkagan@virtuozzo.com>
>> CC: Paolo Bonzini <pbonzini@redhat.com>
>> CC: Marcelo Tosatti <mtosatti@redhat.com>
>> CC: Roman Kagan <rkagan@virtuozzo.com>
>> CC: Denis V. Lunev <den@openvz.org>
>> CC: qemu-devel@nongnu.org
>>
>> Andrey Smetanin (5):
>>    lib/x86: Added Hyper-V MSR's availability bits into msr.h
>>    lib/x86: Added HV_X64_MSR_TIME_REF_COUNT value into msr.h
>>    lib/x86: Added Hyper-V SynIC timers MSR's values
>>    lib/x86: Make free_page() available to call
>>    x86: Hyper-V SynIC timers test
>
> In addition to my comments on 5/5, can you make instead a hyperv.h file
> with all that you need in the two testcases?
Yes, I'll do it. Thanks!
>
> Paolo
>
>>   config/config-x86-common.mak |   4 +-
>>   lib/x86/msr.h                |  19 ++
>>   lib/x86/vm.h                 |   1 +
>>   x86/hyperv_stimer.c          | 500 +++++++++++++++++++++++++++++++++++++++++++
>>   x86/hyperv_synic.c           |   2 +-
>>   x86/unittests.cfg            |   5 +
>>   6 files changed, 529 insertions(+), 2 deletions(-)
>>   create mode 100644 x86/hyperv_stimer.c
>>

WARNING: multiple messages have this Message-ID (diff)
From: Andrey Smetanin <asmetanin@virtuozzo.com>
To: Paolo Bonzini <pbonzini@redhat.com>, kvm@vger.kernel.org
Cc: "Denis V. Lunev" <den@openvz.org>,
	Marcelo Tosatti <mtosatti@redhat.com>,
	Roman Kagan <rkagan@virtuozzo.com>,
	qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH v1 0/5] KVM-UNIT-TESTS: Hyper-V SynIC timers test
Date: Fri, 27 Nov 2015 14:31:33 +0300	[thread overview]
Message-ID: <56583F15.8030900@virtuozzo.com> (raw)
In-Reply-To: <56583BC4.9070108@redhat.com>



On 11/27/2015 02:17 PM, Paolo Bonzini wrote:
>
>
> On 26/11/2015 17:29, Andrey Smetanin wrote:
>> The test checks Hyper-V SynIC timers functionality.
>> The test runs on every vCPU and performs start/stop
>> of periodic/one-shot timers (with period=1ms) and checks
>> validity of received expiration messages in appropriate
>> ISR's.
>>
>> Signed-off-by: Andrey Smetanin <asmetanin@virtuozzo.com>
>> Reviewed-by: Roman Kagan <rkagan@virtuozzo.com>
>> CC: Paolo Bonzini <pbonzini@redhat.com>
>> CC: Marcelo Tosatti <mtosatti@redhat.com>
>> CC: Roman Kagan <rkagan@virtuozzo.com>
>> CC: Denis V. Lunev <den@openvz.org>
>> CC: qemu-devel@nongnu.org
>>
>> Andrey Smetanin (5):
>>    lib/x86: Added Hyper-V MSR's availability bits into msr.h
>>    lib/x86: Added HV_X64_MSR_TIME_REF_COUNT value into msr.h
>>    lib/x86: Added Hyper-V SynIC timers MSR's values
>>    lib/x86: Make free_page() available to call
>>    x86: Hyper-V SynIC timers test
>
> In addition to my comments on 5/5, can you make instead a hyperv.h file
> with all that you need in the two testcases?
Yes, I'll do it. Thanks!
>
> Paolo
>
>>   config/config-x86-common.mak |   4 +-
>>   lib/x86/msr.h                |  19 ++
>>   lib/x86/vm.h                 |   1 +
>>   x86/hyperv_stimer.c          | 500 +++++++++++++++++++++++++++++++++++++++++++
>>   x86/hyperv_synic.c           |   2 +-
>>   x86/unittests.cfg            |   5 +
>>   6 files changed, 529 insertions(+), 2 deletions(-)
>>   create mode 100644 x86/hyperv_stimer.c
>>

  reply	other threads:[~2015-11-27 11:31 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-26 16:29 [PATCH v1 0/5] KVM-UNIT-TESTS: Hyper-V SynIC timers test Andrey Smetanin
2015-11-26 16:29 ` [Qemu-devel] " Andrey Smetanin
2015-11-26 16:29 ` [PATCH v1 1/5] lib/x86: Added Hyper-V MSR's availability bits into msr.h Andrey Smetanin
2015-11-26 16:29   ` [Qemu-devel] " Andrey Smetanin
2015-11-26 16:29 ` [PATCH v1 2/5] lib/x86: Added HV_X64_MSR_TIME_REF_COUNT value " Andrey Smetanin
2015-11-26 16:29   ` [Qemu-devel] " Andrey Smetanin
2015-11-26 16:29 ` [PATCH v1 3/5] lib/x86: Added Hyper-V SynIC timers MSR's values Andrey Smetanin
2015-11-26 16:29   ` [Qemu-devel] " Andrey Smetanin
2015-11-26 16:29 ` [PATCH v1 4/5] lib/x86: Make free_page() available to call Andrey Smetanin
2015-11-26 16:29   ` [Qemu-devel] " Andrey Smetanin
2015-11-26 16:29 ` [PATCH v1 5/5] x86: Hyper-V SynIC timers test Andrey Smetanin
2015-11-26 16:29   ` [Qemu-devel] " Andrey Smetanin
2015-11-27 11:17   ` Paolo Bonzini
2015-11-27 11:30     ` Andrey Smetanin
2015-11-27 11:30       ` [Qemu-devel] " Andrey Smetanin
2015-11-27 12:12       ` Paolo Bonzini
2015-11-27 12:12         ` [Qemu-devel] " Paolo Bonzini
2015-11-27 11:17 ` [PATCH v1 0/5] KVM-UNIT-TESTS: " Paolo Bonzini
2015-11-27 11:17   ` [Qemu-devel] " Paolo Bonzini
2015-11-27 11:31   ` Andrey Smetanin [this message]
2015-11-27 11:31     ` Andrey Smetanin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56583F15.8030900@virtuozzo.com \
    --to=asmetanin@virtuozzo.com \
    --cc=den@openvz.org \
    --cc=kvm@vger.kernel.org \
    --cc=mtosatti@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=rkagan@virtuozzo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.