qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH uq/master 0/5] Hyper-V improvements and migratabilit


From: Paolo Bonzini
Subject: [Qemu-devel] [PATCH uq/master 0/5] Hyper-V improvements and migratability
Date: Fri, 24 Jan 2014 17:17:51 +0100

The first patch fixes the KVM leaves at 0x40000100.  Before, there
is no leaf at 0x40000101 (and the data of the highest Intel leaf
is returned, e.g. 0xd on a Sandy Bridge).  After this patch there is
one.

The second patch is extracted from Vadim's migration patches, which
are patches 3-5.

Review of the first two patches is particularly welcome.

Paolo Bonzini (2):
  KVM: fix coexistence of KVM and Hyper-V leaves
  kvm: make availability of Hyper-V enlightenments dependent on
    KVM_CAP_HYPERV

Vadim Rozenfeld (3):
  kvm: make hyperv hypercall and guest os id MSRs migratable.
  kvm: make hyperv vapic assist page migratable
  kvm: 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              | 109 +++++++++++++++++++++++++++++------------
 target-i386/machine.c          |  67 +++++++++++++++++++++++++
 7 files changed, 155 insertions(+), 31 deletions(-)

-- 
1.8.3.1




reply via email to

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