From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45325) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T0Xk7-0006cO-HQ for qemu-devel@nongnu.org; Sun, 12 Aug 2012 08:58:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T0Xk4-0005Uv-N0 for qemu-devel@nongnu.org; Sun, 12 Aug 2012 08:58:07 -0400 Received: from mx1.redhat.com ([209.132.183.28]:3671) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T0Xk4-0005Ur-FN for qemu-devel@nongnu.org; Sun, 12 Aug 2012 08:58:04 -0400 Message-ID: <5027A858.6060308@redhat.com> Date: Sun, 12 Aug 2012 15:58:00 +0300 From: Avi Kivity MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PULL] kvm updates List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel Please pull from: git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master This is mostly Peter's kvm_irqchip_in_kernel() decoupling work. ---------------------------------------------------------------- Dunrong Huang (1): kvm: Check if smp_cpus exceeds max cpus supported by kvm Peter Maydell (8): configure: Don't implicitly hardcode list of KVM architectures kvm: Decouple 'async interrupt delivery' from 'kernel irqchip' kvm: Rename kvm_irqchip_set_irq() to kvm_set_irq() kvm: Move kvm_allows_irq0_override() to target-i386, fix return type kvm: Decouple 'irqfds usable' from 'kernel irqchip' kvm: Decouple 'MSI routing via irqfds' from 'kernel irqchip' kvm: Decouple 'GSI routing' from 'kernel irqchip' kvm: Add documentation comment for kvm_irqchip_in_kernel() configure | 14 +++++++++++--- cpus.c | 3 ++- hw/kvm/i8259.c | 2 +- hw/kvm/ioapic.c | 2 +- hw/pc.c | 1 + hw/virtio-pci.c | 4 ++-- kvm-all.c | 54 +++++++++++++++++++++++++++++++++++++++++++----------- kvm-stub.c | 9 ++++----- kvm.h | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++--- target-i386/Makefile.objs | 1 + target-i386/kvm-stub.c | 18 ++++++++++++++++++ target-i386/kvm.c | 13 +++++++++++++ target-i386/kvm_i386.h | 16 ++++++++++++++++ 13 files changed, 170 insertions(+), 27 deletions(-) create mode 100644 target-i386/kvm-stub.c create mode 100644 target-i386/kvm_i386.h -- error compiling committee.c: too many arguments to function