From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55015) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a3iB2-0000sH-Us for qemu-devel@nongnu.org; Tue, 01 Dec 2015 05:28:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a3iAy-0005Od-Ij for qemu-devel@nongnu.org; Tue, 01 Dec 2015 05:28:52 -0500 Received: from relay.parallels.com ([195.214.232.42]:60035) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a3iAy-0005OX-BO for qemu-devel@nongnu.org; Tue, 01 Dec 2015 05:28:48 -0500 References: <1448464821-8199-1-git-send-email-asmetanin@virtuozzo.com> <5656C42E.9090502@virtuozzo.com> From: "Denis V. Lunev" Message-ID: <565D764C.103@openvz.org> Date: Tue, 1 Dec 2015 13:28:28 +0300 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v1 0/7] KVM: Hyper-V SynIC timers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Wanpeng Li , Andrey Smetanin Cc: kvm , Gleb Natapov , Haiyang Zhang , "qemu-devel@nongnu.org Developers" , Roman Kagan , Paolo Bonzini , Vitaly Kuznetsov , "K. Y. Srinivasan" On 12/01/2015 01:12 PM, Wanpeng Li wrote: > 2015-11-26 16:34 GMT+08:00 Andrey Smetanin : >> >> On 11/26/2015 08:28 AM, Wanpeng Li wrote: >>> 2015-11-25 23:20 GMT+08:00 Andrey Smetanin : >>>> Per Hyper-V specification (and as required by Hyper-V-aware guests), >>>> SynIC provides 4 per-vCPU timers. Each timer is programmed via a pair >>>> of MSRs, and signals expiration by delivering a special format message >>>> to the configured SynIC message slot and triggering the corresponding >>>> synthetic interrupt. >>> >>> Could you post a link for this specification? >> >> Official link: >> >> http://download.microsoft.com/download/A/B/4/AB43A34E-BDD0-4FA6-BDEF-79EEF16E880B/Hypervisor%20Top%20Level%20Functional%20Specification%20v4.0.docx >> >> and there is a pdf variant(my own docx -> pdf conversion): >> >> https://www.dropbox.com/s/ehxictr5wgnedq7/Hypervisor%20Top%20Level%20Functional%20Specification%20v4.0.pdf?dl=0 > Btw, is there performance data for such feature? > > Regards, > Wanpeng Li not yet. This is a requirement for any Hyper-V device emulation to be activated by Windows. We are going to have basic infrastructure merged and run performance tests with all that stuff done. Den