From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40087) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9nzn-0000wA-Ai for qemu-devel@nongnu.org; Fri, 18 Dec 2015 00:54:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a9nzk-00070q-3a for qemu-devel@nongnu.org; Fri, 18 Dec 2015 00:54:27 -0500 Received: from relay.parallels.com ([195.214.232.42]:55207) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9nzj-0006zJ-SZ for qemu-devel@nongnu.org; Fri, 18 Dec 2015 00:54:24 -0500 References: <1449592610-10646-1-git-send-email-asmetanin@virtuozzo.com> <5671B298.6030802@openvz.org> <5672CCF4.7060708@redhat.com> From: "Denis V. Lunev" Message-ID: <56739F7B.1060507@openvz.org> Date: Fri, 18 Dec 2015 08:54:03 +0300 MIME-Version: 1.0 In-Reply-To: <5672CCF4.7060708@redhat.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/3] KVM-UNIT-TESTS: Hyper-V SynIC timers test List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , Andrey Smetanin , kvm@vger.kernel.org Cc: Marcelo Tosatti , Roman Kagan , qemu-devel@nongnu.org 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 :)