From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Denis V. Lunev" Subject: Re: [PATCH v2 0/3] KVM-UNIT-TESTS: Hyper-V SynIC timers test Date: Fri, 18 Dec 2015 08:54:03 +0300 Message-ID: <56739F7B.1060507@openvz.org> References: <1449592610-10646-1-git-send-email-asmetanin@virtuozzo.com> <5671B298.6030802@openvz.org> <5672CCF4.7060708@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Cc: Marcelo Tosatti , Roman Kagan , To: Paolo Bonzini , Andrey Smetanin , Return-path: Received: from relay.parallels.com ([195.214.232.42]:59489 "EHLO relay.parallels.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751357AbbLRFyR (ORCPT ); Fri, 18 Dec 2015 00:54:17 -0500 In-Reply-To: <5672CCF4.7060708@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: 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 >>> Reviewed-by: Roman Kagan >>> CC: Paolo Bonzini >>> CC: Marcelo Tosatti >>> CC: Roman Kagan >>> CC: Denis V. Lunev >>> 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 :)