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 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html