]> Git Repo - qemu.git/commit
i386/kvm: add support for Hyper-V reenlightenment MSRs
authorVitaly Kuznetsov <[email protected]>
Wed, 11 Apr 2018 11:50:36 +0000 (13:50 +0200)
committerPaolo Bonzini <[email protected]>
Fri, 11 May 2018 12:33:39 +0000 (14:33 +0200)
commitba6a4fd95de1e0a85bfbe43330448f16486e2181
tree10150076aa08cd93b9fe36d959d9bf27b86411c6
parent45b47130f4b7b53eb1437e8301bfeb4e73490413
i386/kvm: add support for Hyper-V reenlightenment MSRs

KVM recently gained support for Hyper-V Reenlightenment MSRs which are
required to make KVM-on-Hyper-V enable TSC page clocksource to its guests
when INVTSC is not passed to it (and it is not passed by default in Qemu
as it effectively blocks migration).

Signed-off-by: Vitaly Kuznetsov <[email protected]>
Message-Id: <20180411115036[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
target/i386/cpu.c
target/i386/cpu.h
target/i386/hyperv-proto.h
target/i386/kvm.c
target/i386/machine.c
This page took 0.021349 seconds and 4 git commands to generate.