From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49666) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T11wo-00006h-FO for qemu-devel@nongnu.org; Mon, 13 Aug 2012 17:13:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T11wm-0007fK-87 for qemu-devel@nongnu.org; Mon, 13 Aug 2012 17:13:14 -0400 Received: from mail-ob0-f173.google.com ([209.85.214.173]:40957) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T11wm-0007fE-3D for qemu-devel@nongnu.org; Mon, 13 Aug 2012 17:13:12 -0400 Received: by obbta14 with SMTP id ta14so7051767obb.4 for ; Mon, 13 Aug 2012 14:13:11 -0700 (PDT) From: Anthony Liguori In-Reply-To: <5027A858.6060308@redhat.com> References: <5027A858.6060308@redhat.com> Date: Mon, 13 Aug 2012 16:13:08 -0500 Message-ID: <87mx1ya42j.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PULL] kvm updates List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: qemu-devel Avi Kivity writes: > Please pull from: > > git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master Pulled. Thanks. Regards, Anthony Liguori > > 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