From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Date: Wed, 08 Oct 2008 08:58:37 +0000 Subject: Re: [PATCH 00/08] Patchset to enable vt-d suport for kvm/ia64 V2. Message-Id: <48EC763D.6090405@redhat.com> List-Id: References: <42DFA526FC41B1429CE7279EF83C6BDC01ABCA31@pdsmsx415.ccr.corp.intel.com> In-Reply-To: <42DFA526FC41B1429CE7279EF83C6BDC01ABCA31@pdsmsx415.ccr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kvm-ia64@vger.kernel.org Zhang, Xiantao wrote: > Hi, Avi > I have rebased the patchset according to your comments, it can > be applied to current tip of kvm.git. Please review again and apply if > no other concerns. Thanks! > Xiantao > [PATCH 1/8] kvm/vt-d: Moving vtd.c from arch/x86/kvm/ to virt/kvm/ > [PATCH 2/8] kvm: Moving device_assignment logic to kvm_main.c > [PATCH 3/8] kvm: Changing is_mmio_pfn to kvm_is_mmio_pfn, and make it > common > [PATCH 4/8] kvm: Split arch/x86/kvm/irq.c to two parts. > [PATCH 5/8] kvm: Moving irqchip_in_kernel from ioapic.h to irq.h > [PATCH 6/8] kvm/ia64: Make pmt table be able to hold physical mmio > entries. > [PATCH 7/8] kvm/ia64: Add directed mmio range support for kvm guests. > [PATCH 8/8] kvm/ia64: Add intel iommu support for guests > Applied all, thanks. Since it's relatively simple, and since follow-on vt-d fixes will depend on it, I will likely push it for 2.6.28. -- Do not meddle in the internals of kernels, for they are subtle and quick to panic. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH 00/08] Patchset to enable vt-d suport for kvm/ia64 V2. Date: Wed, 08 Oct 2008 10:58:37 +0200 Message-ID: <48EC763D.6090405@redhat.com> References: <42DFA526FC41B1429CE7279EF83C6BDC01ABCA31@pdsmsx415.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: kvm-ia64@vger.kernel.org, kvm@vger.kernel.org To: "Zhang, Xiantao" Return-path: Received: from mx2.redhat.com ([66.187.237.31]:45868 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754173AbYJHI6o (ORCPT ); Wed, 8 Oct 2008 04:58:44 -0400 In-Reply-To: <42DFA526FC41B1429CE7279EF83C6BDC01ABCA31@pdsmsx415.ccr.corp.intel.com> Sender: kvm-owner@vger.kernel.org List-ID: Zhang, Xiantao wrote: > Hi, Avi > I have rebased the patchset according to your comments, it can > be applied to current tip of kvm.git. Please review again and apply if > no other concerns. Thanks! > Xiantao > [PATCH 1/8] kvm/vt-d: Moving vtd.c from arch/x86/kvm/ to virt/kvm/ > [PATCH 2/8] kvm: Moving device_assignment logic to kvm_main.c > [PATCH 3/8] kvm: Changing is_mmio_pfn to kvm_is_mmio_pfn, and make it > common > [PATCH 4/8] kvm: Split arch/x86/kvm/irq.c to two parts. > [PATCH 5/8] kvm: Moving irqchip_in_kernel from ioapic.h to irq.h > [PATCH 6/8] kvm/ia64: Make pmt table be able to hold physical mmio > entries. > [PATCH 7/8] kvm/ia64: Add directed mmio range support for kvm guests. > [PATCH 8/8] kvm/ia64: Add intel iommu support for guests > Applied all, thanks. Since it's relatively simple, and since follow-on vt-d fixes will depend on it, I will likely push it for 2.6.28. -- Do not meddle in the internals of kernels, for they are subtle and quick to panic.