From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Kiszka Subject: Re: [PULL] KVM updates Date: Mon, 10 Sep 2012 17:32:39 +0200 Message-ID: <504E0817.5030908@siemens.com> References: <504E0677.9020702@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Anthony Liguori , qemu-devel , KVM list , Marcelo Tosatti To: Avi Kivity Return-path: Received: from goliath.siemens.de ([192.35.17.28]:19370 "EHLO goliath.siemens.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757564Ab2IJPcr (ORCPT ); Mon, 10 Sep 2012 11:32:47 -0400 In-Reply-To: <504E0677.9020702@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On 2012-09-10 17:25, Avi Kivity wrote: > 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 uq/master used to contain two patches from Peter regarding the kernel headers and my coalesced MMIO decoupling series - dropped intentionally? Jan > > 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 > -- Siemens AG, Corporate Technology, CT RTC ITP SDP-DE Corporate Competence Center Embedded Linux From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58470) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TB5yh-0001Ji-Je for qemu-devel@nongnu.org; Mon, 10 Sep 2012 11:32:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TB5yd-0001kz-Ic for qemu-devel@nongnu.org; Mon, 10 Sep 2012 11:32:47 -0400 Received: from goliath.siemens.de ([192.35.17.28]:22760) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TB5yd-0001km-9Q for qemu-devel@nongnu.org; Mon, 10 Sep 2012 11:32:43 -0400 Message-ID: <504E0817.5030908@siemens.com> Date: Mon, 10 Sep 2012 17:32:39 +0200 From: Jan Kiszka MIME-Version: 1.0 References: <504E0677.9020702@redhat.com> In-Reply-To: <504E0677.9020702@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL] KVM updates List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: Marcelo Tosatti , qemu-devel , Anthony Liguori , KVM list On 2012-09-10 17:25, Avi Kivity wrote: > 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 uq/master used to contain two patches from Peter regarding the kernel headers and my coalesced MMIO decoupling series - dropped intentionally? Jan > > 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 > -- Siemens AG, Corporate Technology, CT RTC ITP SDP-DE Corporate Competence Center Embedded Linux