From: "Denis V. Lunev" <den@openvz.org>
To: Paolo Bonzini <pbonzini@redhat.com>,
Andrey Smetanin <asmetanin@virtuozzo.com>, <kvm@vger.kernel.org>
Cc: Marcelo Tosatti <mtosatti@redhat.com>,
Roman Kagan <rkagan@virtuozzo.com>, <qemu-devel@nongnu.org>
Subject: Re: [PATCH v2 0/3] KVM-UNIT-TESTS: Hyper-V SynIC timers test
Date: Fri, 18 Dec 2015 08:54:03 +0300 [thread overview]
Message-ID: <56739F7B.1060507@openvz.org> (raw)
In-Reply-To: <5672CCF4.7060708@redhat.com>
On 12/17/2015 05:55 PM, Paolo Bonzini wrote:
>
> On 16/12/2015 19:51, Denis V. Lunev wrote:
>> On 12/08/2015 07:36 PM, 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.
>>>
>>> Changes v2:
>>> * Share generic Hyper-V tests code
>>> * Hyper-V SynIC timers test fixes to improve
>>> readability and output
>>>
>>> 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 (3):
>>> lib/x86: Make free_page() available to call
>>> x86/hyperv: Move Hyper-V generic code into hyperv.h/hyperv.c
>>> x86: Hyper-V SynIC timers test
>>>
>>> config/config-x86-common.mak | 8 +-
>>> lib/x86/msr.h | 23 ---
>>> lib/x86/vm.h | 1 +
>>> x86/hyperv.c | 24 +++
>>> x86/hyperv.h | 183 +++++++++++++++++++++
>>> x86/hyperv_stimer.c | 376
>>> +++++++++++++++++++++++++++++++++++++++++++
>>> x86/hyperv_synic.c | 42 +----
>>> x86/unittests.cfg | 5 +
>>> 8 files changed, 603 insertions(+), 59 deletions(-)
>>> create mode 100644 x86/hyperv.c
>>> create mode 100644 x86/hyperv.h
>>> create mode 100644 x86/hyperv_stimer.c
>>>
>> ping :)
> I was waiting for the QEMU 2.5 release so that I can merge the support
> patches first.
>
> Paolo
great. Thank you :)
WARNING: multiple messages have this Message-ID (diff)
From: "Denis V. Lunev" <den@openvz.org>
To: Paolo Bonzini <pbonzini@redhat.com>,
Andrey Smetanin <asmetanin@virtuozzo.com>,
kvm@vger.kernel.org
Cc: Marcelo Tosatti <mtosatti@redhat.com>,
Roman Kagan <rkagan@virtuozzo.com>,
qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH v2 0/3] KVM-UNIT-TESTS: Hyper-V SynIC timers test
Date: Fri, 18 Dec 2015 08:54:03 +0300 [thread overview]
Message-ID: <56739F7B.1060507@openvz.org> (raw)
In-Reply-To: <5672CCF4.7060708@redhat.com>
On 12/17/2015 05:55 PM, Paolo Bonzini wrote:
>
> On 16/12/2015 19:51, Denis V. Lunev wrote:
>> On 12/08/2015 07:36 PM, 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.
>>>
>>> Changes v2:
>>> * Share generic Hyper-V tests code
>>> * Hyper-V SynIC timers test fixes to improve
>>> readability and output
>>>
>>> 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 (3):
>>> lib/x86: Make free_page() available to call
>>> x86/hyperv: Move Hyper-V generic code into hyperv.h/hyperv.c
>>> x86: Hyper-V SynIC timers test
>>>
>>> config/config-x86-common.mak | 8 +-
>>> lib/x86/msr.h | 23 ---
>>> lib/x86/vm.h | 1 +
>>> x86/hyperv.c | 24 +++
>>> x86/hyperv.h | 183 +++++++++++++++++++++
>>> x86/hyperv_stimer.c | 376
>>> +++++++++++++++++++++++++++++++++++++++++++
>>> x86/hyperv_synic.c | 42 +----
>>> x86/unittests.cfg | 5 +
>>> 8 files changed, 603 insertions(+), 59 deletions(-)
>>> create mode 100644 x86/hyperv.c
>>> create mode 100644 x86/hyperv.h
>>> create mode 100644 x86/hyperv_stimer.c
>>>
>> ping :)
> I was waiting for the QEMU 2.5 release so that I can merge the support
> patches first.
>
> Paolo
great. Thank you :)
next prev parent reply other threads:[~2015-12-18 5:54 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-08 16:36 [PATCH v2 0/3] KVM-UNIT-TESTS: Hyper-V SynIC timers test Andrey Smetanin
2015-12-08 16:36 ` [Qemu-devel] " Andrey Smetanin
2015-12-08 16:36 ` [PATCH v2 1/3] lib/x86: Make free_page() available to call Andrey Smetanin
2015-12-08 16:36 ` [Qemu-devel] " Andrey Smetanin
2015-12-08 16:36 ` [PATCH v2 2/3] x86/hyperv: Move Hyper-V generic code into hyperv.h/hyperv.c Andrey Smetanin
2015-12-08 16:36 ` [Qemu-devel] " Andrey Smetanin
2015-12-08 16:36 ` [PATCH v2 3/3] x86: Hyper-V SynIC timers test Andrey Smetanin
2015-12-08 16:36 ` [Qemu-devel] " Andrey Smetanin
2015-12-16 18:51 ` [PATCH v2 0/3] KVM-UNIT-TESTS: " Denis V. Lunev
2015-12-16 18:51 ` [Qemu-devel] " Denis V. Lunev
2015-12-17 14:55 ` Paolo Bonzini
2015-12-17 14:55 ` [Qemu-devel] " Paolo Bonzini
2015-12-18 5:54 ` Denis V. Lunev [this message]
2015-12-18 5:54 ` Denis V. Lunev
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=56739F7B.1060507@openvz.org \
--to=den@openvz.org \
--cc=asmetanin@virtuozzo.com \
--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.