From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52740) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zc9Qt-00023l-3W for qemu-devel@nongnu.org; Wed, 16 Sep 2015 05:55:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zc9Qp-00074M-Ro for qemu-devel@nongnu.org; Wed, 16 Sep 2015 05:55:18 -0400 Received: from mail-wi0-x233.google.com ([2a00:1450:400c:c05::233]:34068) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zc9Qp-00073u-Kj for qemu-devel@nongnu.org; Wed, 16 Sep 2015 05:55:15 -0400 Received: by wicfx3 with SMTP id fx3so64821204wic.1 for ; Wed, 16 Sep 2015 02:55:14 -0700 (PDT) Sender: Paolo Bonzini References: <1442395790-32732-1-git-send-email-den@openvz.org> From: Paolo Bonzini Message-ID: <55F93C7F.4040405@redhat.com> Date: Wed, 16 Sep 2015 11:55:11 +0200 MIME-Version: 1.0 In-Reply-To: <1442395790-32732-1-git-send-email-den@openvz.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/3] KVM: ecessary simple pre-requisites for VMBus emulation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Denis V. Lunev" Cc: Gleb Natapov , Andrey Smetanin , qemu-devel@nongnu.org, kvm@vger.kernel.org On 16/09/2015 11:29, Denis V. Lunev wrote: > Hyper-V reset, vp index, vp runtime support is required to > support loading Windows guest driver Winhv.sys. Winhv.sys in guest > is required to support Windows VMBus. > > These changes are simple and straightforward. Let's them go first. > > Signed-off-by: Andrey Smetanin > Reviewed-by: Roman Kagan > Signed-off-by: Denis V. Lunev > CC: Paolo Bonzini > CC: Gleb Natapov > > Andrey Smetanin (3): > kvm/x86: Hyper-V HV_X64_MSR_RESET msr > kvm/x86: Hyper-V HV_X64_MSR_VP_INDEX export for QEMU. > kvm/x86: Hyper-V HV_X64_MSR_VP_RUNTIME support > > arch/x86/include/asm/kvm_host.h | 1 + > arch/x86/include/uapi/asm/hyperv.h | 6 ++++++ > arch/x86/kvm/hyperv.c | 31 +++++++++++++++++++++++++++++-- > arch/x86/kvm/x86.c | 9 +++++++++ > include/linux/kvm_host.h | 1 + > kernel/sched/cputime.c | 2 ++ > 6 files changed, 48 insertions(+), 2 deletions(-) > Thanks, applying this to kvm/queue. I had to change the request number to 29 in the first patch. Paolo