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: Mon, 9 Jan 2012 10:08:03 -0200 Message-ID: <20120109120803.GD5255@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]:3830 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754188Ab2AIMPK (ORCPT ); Mon, 9 Jan 2012 07:15:10 -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 Applied to uq/master, thanks. From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:34411) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkE8A-0002Gt-KP for qemu-devel@nongnu.org; Mon, 09 Jan 2012 07:15:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RkE84-0006NK-W4 for qemu-devel@nongnu.org; Mon, 09 Jan 2012 07:15:14 -0500 Received: from mx1.redhat.com ([209.132.183.28]:37009) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkE84-0006Mt-PN for qemu-devel@nongnu.org; Mon, 09 Jan 2012 07:15:08 -0500 Date: Mon, 9 Jan 2012 10:08:03 -0200 From: Marcelo Tosatti Message-ID: <20120109120803.GD5255@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 Applied to uq/master, thanks.