qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH uq/master 0/5] Hyper-V improvements and migratability
@ 2014-01-24 16:17 Paolo Bonzini
  2014-01-24 16:17 ` [Qemu-devel] [PATCH 1/5] KVM: fix coexistence of KVM and Hyper-V leaves Paolo Bonzini
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Paolo Bonzini @ 2014-01-24 16:17 UTC (permalink / raw)
  To: qemu-devel; +Cc: mtosatti, vrozenfe, kvm

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-01-24 19:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-24 16:17 [Qemu-devel] [PATCH uq/master 0/5] Hyper-V improvements and migratability Paolo Bonzini
2014-01-24 16:17 ` [Qemu-devel] [PATCH 1/5] KVM: fix coexistence of KVM and Hyper-V leaves Paolo Bonzini
2014-01-24 19:08   ` Marcelo Tosatti
2014-01-24 19:40     ` Paolo Bonzini
2014-01-24 16:17 ` [Qemu-devel] [PATCH 2/5] kvm: make availability of Hyper-V enlightenments dependent on KVM_CAP_HYPERV Paolo Bonzini
2014-01-24 16:17 ` [Qemu-devel] [PATCH 3/5] kvm: make hyperv hypercall and guest os id MSRs migratable Paolo Bonzini
2014-01-24 16:17 ` [Qemu-devel] [PATCH 4/5] kvm: make hyperv vapic assist page migratable Paolo Bonzini
2014-01-24 16:17 ` [Qemu-devel] [PATCH 5/5] kvm: add support for hyper-v timers Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).