From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin O'Connor Subject: Re: [PATCH 2/2] AMD IOMMU support Date: Tue, 17 Aug 2010 20:05:49 -0400 Message-ID: <20100818000549.GA4119@morn.localdomain> References: <1281902247-5151-1-git-send-email-eduard.munteanu@linux360.ro> <1281902247-5151-2-git-send-email-eduard.munteanu@linux360.ro> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: joro@8bytes.org, paul@codesourcery.com, blauwirbel@gmail.com, anthony@codemonkey.ws, avi@redhat.com, kvm@vger.kernel.org, qemu-devel@nongnu.org, seabios@seabios.org To: Eduard - Gabriel Munteanu Return-path: Received: from mail-vw0-f46.google.com ([209.85.212.46]:43093 "EHLO mail-vw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751208Ab0HRAFx (ORCPT ); Tue, 17 Aug 2010 20:05:53 -0400 Received: by vws3 with SMTP id 3so5162844vws.19 for ; Tue, 17 Aug 2010 17:05:52 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1281902247-5151-2-git-send-email-eduard.munteanu@linux360.ro> Sender: kvm-owner@vger.kernel.org List-ID: On Sun, Aug 15, 2010 at 10:57:27PM +0300, Eduard - Gabriel Munteanu wrote: > This initializes the AMD IOMMU and creates ACPI tables for it. > > Signed-off-by: Eduard - Gabriel Munteanu There's some questions with how best to create ACPI tables in SeaBIOS/qemu. Can you separate the iommu init code from the acpi tables code? Thanks, -Kevin