From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: AMD IOMMU related boot failure due to page coalescing c/s 23767 Date: Fri, 19 Aug 2011 17:29:20 +0100 Message-ID: References: <20046.35926.517204.166312@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20046.35926.517204.166312@mariner.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ian Jackson , Wei Wang2 Cc: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On 19/08/2011 17:16, "Ian Jackson" wrote: > Wei Wang2 writes ("Re: AMD IOMMU related boot failure due to page coalescing > c/s 23767"): >> Oh, that is another issue that I haven't got time to look at... >> you could use iommu=no-perdev-vector-map to workaround this. > > Err. Right. Is there perhaps some other recent changeset that needs > fixing or reverting ? That would make five ... You could try nobbling c/s 23754. E.g., change the static initialiser for iommu_amd_perdev_vector_map (defined in drivers/passthrough/iommu.c, somewhat oddly) to 0. -- Keir > Ian.