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