kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Avi Kivity <avi@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel <linux-kernel@vger.kernel.org>,
	KVM list <kvm@vger.kernel.org>,
	Marcelo Tosatti <mtosatti@redhat.com>
Subject: KVM updates for 3.2-rc2
Date: Sun, 20 Nov 2011 11:19:37 +0200	[thread overview]
Message-ID: <4EC8C629.40705@redhat.com> (raw)

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


                 reply	other threads:[~2011-11-20  9:19 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4EC8C629.40705@redhat.com \
    --to=avi@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mtosatti@redhat.com \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).