* KVM updates for 3.2-rc2
@ 2011-11-20 9:19 Avi Kivity
0 siblings, 0 replies; only message in thread
From: Avi Kivity @ 2011-11-20 9:19 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel, KVM list, Marcelo Tosatti
Linus, please pull from:
git://git.kernel.org/pub/scm/virt/kvm/kvm.git kvm-updates/3.2
This includes a ppc ABI breakage fix, s390 fixes, a tracing/kvmclock
conflict fix, and the implementation of guest-only/host-only profiling
for Intel. The latter is not strictly a fix, and missed the merge
window due to a combination of a dependency on tip.git, kernel.org being
offline, and me forgetting all about it. However it would be good to
have the feature implemented fully instead of just on AMD as it is at
present.
Alexander Graf (1):
Revert "KVM: PPC: Add support for explicit HIOR setting"
Avi Kivity (1):
KVM guest: prevent tracing recursion with kvmclock
Christian Borntraeger (2):
KVM: s390: Fix tprot locking
KVM: s390: announce SYNC_MMU
Cornelia Huck (2):
KVM: s390: Fix RUNNING flag misinterpretation
KVM: s390: handle SIGP sense running intercepts
Gleb Natapov (3):
KVM: VMX: add support for switching of PERF_GLOBAL_CTRL
KVM: VMX: Add support for guest/host-only profiling
KVM: VMX: Check for automatic switch msr table overflow
arch/powerpc/include/asm/kvm.h | 8 --
arch/powerpc/include/asm/kvm_book3s.h | 2 -
arch/powerpc/kvm/book3s_pr.c | 14 +---
arch/powerpc/kvm/powerpc.c | 1 -
arch/s390/include/asm/kvm_host.h | 3 +-
arch/s390/kvm/diag.c | 2 +-
arch/s390/kvm/intercept.c | 3 +-
arch/s390/kvm/interrupt.c | 1 +
arch/s390/kvm/kvm-s390.c | 12 ++-
arch/s390/kvm/priv.c | 10 ++-
arch/s390/kvm/sigp.c | 45 +++++++++++-
arch/x86/kernel/kvmclock.c | 5 +-
arch/x86/kvm/vmx.c | 131
++++++++++++++++++++++++++++++---
include/linux/kvm.h | 1 -
14 files changed, 189 insertions(+), 49 deletions(-)
--
error compiling committee.c: too many arguments to function
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-11-20 9:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-20 9:19 KVM updates for 3.2-rc2 Avi Kivity
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).