From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: [PULL] KVM updates Date: Mon, 10 Sep 2012 18:25:43 +0300 Message-ID: <504E0677.9020702@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: qemu-devel , KVM list , Marcelo Tosatti , Jan Kiszka To: Anthony Liguori Return-path: Received: from mx1.redhat.com ([209.132.183.28]:6109 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751543Ab2IJPZw (ORCPT ); Mon, 10 Sep 2012 11:25:52 -0400 Sender: kvm-owner@vger.kernel.org List-ID: 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). ---------------------------------------------------------------- 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52291) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TB5s3-0006Gt-Te for qemu-devel@nongnu.org; Mon, 10 Sep 2012 11:26:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TB5ry-0007el-Se for qemu-devel@nongnu.org; Mon, 10 Sep 2012 11:25:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:61381) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TB5ry-0007eS-KM for qemu-devel@nongnu.org; Mon, 10 Sep 2012 11:25:50 -0400 Message-ID: <504E0677.9020702@redhat.com> Date: Mon, 10 Sep 2012 18:25:43 +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: Jan Kiszka , Marcelo Tosatti , qemu-devel , KVM list 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). ---------------------------------------------------------------- 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