From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Battersby Subject: Re: [PATCH] [DMAR] Fix endless "Unknown DMAR structure type" loop Date: Mon, 05 Jan 2009 09:31:25 -0500 Message-ID: <496219BD.1080905@cybernetics.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Avi Kivity , kvm@vger.kernel.org, linux-kernel@vger.kernel.org, David Woodhouse , "iommu@lists.linux-foundation.org" To: 7eggert@gmx.de Return-path: Received: from host64.cybernetics.com ([98.174.209.230]:2257 "EHLO mail.cybernetics.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754227AbZAEOcJ (ORCPT ); Mon, 5 Jan 2009 09:32:09 -0500 In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: Bodo Eggert wrote: > Avi Kivity wrote: > > >> (copying relevant people) >> >> Tony Battersby wrote: >> > > >>> + "Invalid 0-length structure\n"); >>> > > This line is everything the reader of your message will see, (unless it happens > not to be the first ACPI error). I would not be able to tell the cause without > grepping the kernel source. > > > Well, there is a PREFIX of "DMAR:" in the message too. And I do not think it is any less informative than any of the other error messages in the same function, e.g. "Invalid DMAR haw", or "Unknown DMAR structure type". Tony