From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55363) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TBD0k-0007Xr-JW for qemu-devel@nongnu.org; Mon, 10 Sep 2012 19:03:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TBD0j-0000KW-Kn for qemu-devel@nongnu.org; Mon, 10 Sep 2012 19:03:22 -0400 Received: from mail-ob0-f173.google.com ([209.85.214.173]:37338) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TBD0j-0000KS-Fl for qemu-devel@nongnu.org; Mon, 10 Sep 2012 19:03:21 -0400 Received: by obbta14 with SMTP id ta14so3594170obb.4 for ; Mon, 10 Sep 2012 16:03:21 -0700 (PDT) From: Anthony Liguori In-Reply-To: <504E0677.9020702@redhat.com> References: <504E0677.9020702@redhat.com> Date: Mon, 10 Sep 2012 18:03:17 -0500 Message-ID: <87fw6pbhvu.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: Jan Kiszka , Marcelo Tosatti , qemu-devel , KVM list Avi Kivity writes: > Please pull from: > > git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master > > to merge some kvm updates, most notably a port of qemu-kvm's pre-vfio device > assignment. With this there are no significant changes left between qemu and > qemu-kvm (though some work remains). Pulled. Thanks. I took a look at the difference, appears to be some deprecated options and CPU hotplug. What's the plan there? Is CPU hotplug functional in qemu-kvm? Regards, Anthony Liguori > > ---------------------------------------------------------------- > Christian Borntraeger (1): > qemu: Use valgrind annotations to mark kvm guest memory as defined > > Jan Kiszka (5): > kvm: Clean up irqfd API > kvm: Introduce kvm_irqchip_update_msi_route > kvm: Introduce kvm_has_intx_set_mask > kvm: i386: Add services required for PCI device assignment > kvm: i386: Add classic PCI device assignment > > configure | 3 +- > hw/kvm/Makefile.objs | 2 +- > hw/kvm/pci-assign.c | 1915 ++++++++++++++++++++++++++++++++++++++++++++++++ > hw/qdev-monitor.c | 1 + > hw/virtio-pci.c | 4 +- > kvm-all.c | 75 +- > kvm-stub.c | 14 +- > kvm.h | 8 +- > target-i386/kvm.c | 141 ++++ > target-i386/kvm_i386.h | 22 + > 10 files changed, 2151 insertions(+), 34 deletions(-) > create mode 100644 hw/kvm/pci-assign.c > > -- > error compiling committee.c: too many arguments to function