From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH RFC v3 0/2] Initial support for Microsoft Hyper-V. Date: Fri, 23 Dec 2011 08:19:12 -0200 Message-ID: <20111223101912.GA24308@amt.cnet> References: <1324241294-26089-1-git-send-email-vrozenfe@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, Avi Kivity , qemu-devel@nongnu.org, Jan Kiszka To: Vadim Rozenfeld Return-path: Received: from mx1.redhat.com ([209.132.183.28]:6858 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752643Ab1LWLim (ORCPT ); Fri, 23 Dec 2011 06:38:42 -0500 Content-Disposition: inline In-Reply-To: <1324241294-26089-1-git-send-email-vrozenfe@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Sun, Dec 18, 2011 at 10:48:12PM +0200, Vadim Rozenfeld wrote: > With the following series of patches we are starting to implement > some basic Microsoft Hyper-V Enlightenment functionality. This series > is mostly about adding support for relaxed timing, spinlock, > and virtual apic. > > For more Hyper-V related information please see: > "Hypervisor Functional Specification v2.0: For Windows Server 2008 R2" at > http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=18673 Looks fine to me and others reviewers, will wait for Anthony to apply last uq/master pull request before applying. From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:59962) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Re3SU-0004gV-Tf for qemu-devel@nongnu.org; Fri, 23 Dec 2011 06:38:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Re3ST-0005u3-6e for qemu-devel@nongnu.org; Fri, 23 Dec 2011 06:38:42 -0500 Received: from mx1.redhat.com ([209.132.183.28]:41437) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Re3SS-0005ty-V2 for qemu-devel@nongnu.org; Fri, 23 Dec 2011 06:38:41 -0500 Date: Fri, 23 Dec 2011 08:19:12 -0200 From: Marcelo Tosatti Message-ID: <20111223101912.GA24308@amt.cnet> References: <1324241294-26089-1-git-send-email-vrozenfe@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1324241294-26089-1-git-send-email-vrozenfe@redhat.com> Subject: Re: [Qemu-devel] [PATCH RFC v3 0/2] Initial support for Microsoft Hyper-V. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vadim Rozenfeld Cc: Jan Kiszka , Avi Kivity , kvm@vger.kernel.org, qemu-devel@nongnu.org On Sun, Dec 18, 2011 at 10:48:12PM +0200, Vadim Rozenfeld wrote: > With the following series of patches we are starting to implement > some basic Microsoft Hyper-V Enlightenment functionality. This series > is mostly about adding support for relaxed timing, spinlock, > and virtual apic. > > For more Hyper-V related information please see: > "Hypervisor Functional Specification v2.0: For Windows Server 2008 R2" at > http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=18673 Looks fine to me and others reviewers, will wait for Anthony to apply last uq/master pull request before applying.