Re: [PATCH 0/3] KVM: ecessary simple pre-requisites for VMBus emulation

2015-09-16 Thread Paolo Bonzini


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
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 0/3] KVM: ecessary simple pre-requisites for VMBus emulation

2015-09-16 Thread Denis V. Lunev
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(-)

-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html