From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50295) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z84M0-0001GW-1t for qemu-devel@nongnu.org; Thu, 25 Jun 2015 06:25:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z84Lu-0000AW-Fr for qemu-devel@nongnu.org; Thu, 25 Jun 2015 06:25:55 -0400 Received: from relay.parallels.com ([195.214.232.42]:38633) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z84Lt-00008T-Ve for qemu-devel@nongnu.org; Thu, 25 Jun 2015 06:25:50 -0400 Message-ID: <558BD718.5040905@openvz.org> Date: Thu, 25 Jun 2015 13:25:28 +0300 From: "Denis V. Lunev" MIME-Version: 1.0 References: <1434989108-20924-1-git-send-email-den@openvz.org> <1434989108-20924-2-git-send-email-den@openvz.org> In-Reply-To: <1434989108-20924-2-git-send-email-den@openvz.org> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 01/11] kvm/x86: move Hyper-V MSR's/hypercall code into hyperv.c file List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Andrey Smetanin , Gleb Natapov , qemu-devel@nongnu.org, kvm@vger.kernel.org On 22/06/15 19:04, Denis V. Lunev wrote: > From: Andrey Smetanin > > This patch introduces Hyper-V related source code file - hyperv.c and > per vm and per vcpu hyperv context structures. > All Hyper-V MSR's and hypercall code moved into hyperv.c. > All hyper-v kvm/vcpu fields moved into appropriate hyperv context > structures. > Copyrights and authors information copied from x86.c to hyperv.c. > > Signed-off-by: Andrey Smetanin > Signed-off-by: Denis V. Lunev > CC: Paolo Bonzini > CC: Gleb Natapov Paolo, Gleb, we are very sensitive on the first patch. Could you suggest which tree we should be based on? For now I think that we should use https://git.kernel.org/cgit/virt/kvm/kvm.git/ but the branch here could also matters. Den