From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55894) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1ZtN-0005ch-VD for qemu-devel@nongnu.org; Mon, 30 Jun 2014 07:37:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X1ZtH-0006MX-Pg for qemu-devel@nongnu.org; Mon, 30 Jun 2014 07:37:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49451) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1ZtH-0006MT-Hh for qemu-devel@nongnu.org; Mon, 30 Jun 2014 07:36:55 -0400 Message-ID: <1404128201.28960.32.camel@localhost> From: Vadim Rozenfeld Date: Mon, 30 Jun 2014 21:36:41 +1000 In-Reply-To: References: <201406300939223611342@sangfor.com> <1404122529.28960.24.camel@localhost> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit 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: Jidong Xiao Cc: Zhang Haoyu , qemu-devel , kvm On Mon, 2014-06-30 at 06:19 -0400, Jidong Xiao wrote: > 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 Yes, but you don't have to support all the Hyper-V features at once. Hypervisor declares supported feature by specifying appropriate flags in Feature identification (0x40000003) and Implementation recommendations (0x40000004)CPUID leaves. Best regards, Vadim. > -- > To unsubscribe from this list: send the line "unsubscribe kvm" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html