qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 0/7] Hyper-V parameters update


From: Vadim Rozenfeld
Subject: [Qemu-devel] [PATCH v2 0/7] Hyper-V parameters update
Date: Fri, 24 Jan 2014 00:40:42 +1100

This series consists of several clean-ups,
hyper-v MSRs migration fixes, and adding
support for new "hv-time" parameter, which 
designed for activating hyper-v timers feature.  

v2 -> v1
  Split the previous series into small pieces.

Vadim Rozenfeld (7):
  Don't report "Microsoft" as the vendor ID signature.
  Don't specify hypervisor system identity
  Don't specify implementation limits
  Don't report the KVM signature twice, since it's already reported    
    in KVM_CPUID_SIGNATURE CPUID leaf.
  make hyperv hypercall and guest os id MSRs migratable.
  make hyperv vapic assist page migratable
  add support for hyper-v timers    

 linux-headers/asm-x86/hyperv.h |  3 ++
 linux-headers/linux/kvm.h      |  1 +
 target-i386/cpu-qom.h          |  1 +
 target-i386/cpu.c              |  1 +
 target-i386/cpu.h              |  4 ++
 target-i386/kvm.c              | 85 +++++++++++++++++++++++++++---------------
 target-i386/machine.c          | 66 ++++++++++++++++++++++++++++++++
 7 files changed, 130 insertions(+), 31 deletions(-)

-- 
1.8.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]