kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] KVM fixes for 3.2-rc7
@ 2011-12-26 14:02 Avi Kivity
  0 siblings, 0 replies; only message in thread
From: Avi Kivity @ 2011-12-26 14:02 UTC (permalink / raw)
  To: Linus Torvalds, KVM list, linux-kernel; +Cc: Marcelo Tosatti

Linus, please pull from:

  git://git.kernel.org/pub/scm/virt/kvm/kvm.git kvm-updates/3.2

to receive an unfortunately large bunch of fixes for Linux 3.2 KVM, some
fairly critical:

 - two DoS issues in the device assignment code
 - an oops in the emulated PIT code
 - the regression caused by incorrect exposure of the TSC deadline timer
feature to guests
 - a few powerpc build fixes

Alex Williamson (2):
      KVM: Remove ability to assign a device without iommu support
      KVM: Device assignment permission checks

Andreas Schwab (2):
      KVM: PPC: move compute_tlbie_rb to book3s_64 common header
      KVM: PPC: protect use of kvmppc_h_pr

Jan Kiszka (2):
      KVM: x86: Prevent starting PIT timers in the absence of irqchip
support
      KVM: Don't automatically expose the TSC deadline timer in cpuid

Michael Neuling (1):
      KVM: PPC: fix kvmppc_start_thread() for CONFIG_SMP=N

Scott Wood (1):
      KVM: PPC: e500: include linux/export.h

 Documentation/virtual/kvm/api.txt        |   16 +++++
 arch/powerpc/include/asm/kvm_book3s.h    |   33 -----------
 arch/powerpc/include/asm/kvm_book3s_64.h |   33 +++++++++++
 arch/powerpc/kvm/book3s_hv.c             |    2 +-
 arch/powerpc/kvm/book3s_pr.c             |    2 +
 arch/powerpc/kvm/e500.c                  |    1 +
 arch/x86/kvm/i8254.c                     |   10 ++-
 arch/x86/kvm/x86.c                       |   19 +++---
 include/linux/kvm.h                      |    1 +
 virt/kvm/assigned-dev.c                  |   93
+++++++++++++++++++++++++++---
 10 files changed, 154 insertions(+), 56 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-12-26 14:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-26 14:02 [GIT PULL] KVM fixes for 3.2-rc7 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).