From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34358) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1Ygk-0006c4-1C for qemu-devel@nongnu.org; Mon, 30 Jun 2014 06:19:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X1Ygj-00053d-7z for qemu-devel@nongnu.org; Mon, 30 Jun 2014 06:19:53 -0400 Received: from mail-ob0-x235.google.com ([2607:f8b0:4003:c01::235]:56583) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1Ygj-00052m-2h for qemu-devel@nongnu.org; Mon, 30 Jun 2014 06:19:53 -0400 Received: by mail-ob0-f181.google.com with SMTP id wp4so8326457obc.26 for ; Mon, 30 Jun 2014 03:19:52 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1404122529.28960.24.camel@localhost> References: <201406300939223611342@sangfor.com> <1404122529.28960.24.camel@localhost> Date: Mon, 30 Jun 2014 06:19:51 -0400 Message-ID: From: Jidong Xiao Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [questions] about KVM as a Microsoft-compatible hypervisor List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vadim Rozenfeld Cc: Zhang Haoyu , qemu-devel , kvm On Mon, Jun 30, 2014 at 6:02 AM, Vadim Rozenfeld wrote: > On Mon, 2014-06-30 at 09:39 +0800, Zhang Haoyu wrote: >> Hi, Vadim >> I read the kvm-2012-forum paper < KVM as a Microsoft-compatible hypervisor>, >> Any update and other references, please? >> >> Thanks, >> Zhang Haoyu >> >> > > Unfortunately, not too much. > From the the most recent, we have lazy eoi implemented by > MST and reference time counter. > > Best regards, > Vadim. > It looks like that Mircosoft has defined a large number of synthetic registers in their Hyper-v spec, so ultimately KVM should virtualize most of these registers, so as to support the Mircosoft Enlightment, right? -Jidong