From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=47864 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pl8Xe-0002wk-TP for qemu-devel@nongnu.org; Thu, 03 Feb 2011 18:24:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pl8XR-0006g8-VN for qemu-devel@nongnu.org; Thu, 03 Feb 2011 18:24:34 -0500 Received: from mail-fx0-f45.google.com ([209.85.161.45]:46451) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pl8XR-0006fw-Qu for qemu-devel@nongnu.org; Thu, 03 Feb 2011 18:24:33 -0500 Received: by fxm12 with SMTP id 12so1833048fxm.4 for ; Thu, 03 Feb 2011 15:24:32 -0800 (PST) Sender: Eduard - Gabriel Munteanu From: Eduard - Gabriel Munteanu Date: Fri, 4 Feb 2011 01:24:12 +0200 Message-Id: In-Reply-To: References: Subject: [Qemu-devel] [PATCH 0/3] SeaBIOS AMD IOMMU initialization patches List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: seabios@seabios.org Cc: kvm@vger.kernel.org, mst@redhat.com, joro@8bytes.org, qemu-devel@nongnu.org, blauwirbel@gmail.com, yamahata@valinux.co.jp, kevin@koconnor.net, avi@redhat.com, Eduard - Gabriel Munteanu , paul@codesourcery.com Hi, Here are the SeaBIOS parts that initialize the AMD IOMMU. I was told an ack from other QEMU/KVM developers would be nice, so please have a look. Thanks, Eduard Eduard - Gabriel Munteanu (3): pci: add pci_find_capability() helper AMD IOMMU support Clarify address space layout. src/acpi.c | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/config.h | 8 ++++- src/pci.c | 15 ++++++++++ src/pci.h | 1 + src/pci_ids.h | 1 + src/pci_regs.h | 1 + src/pciinit.c | 29 +++++++++++++++++++ 7 files changed, 137 insertions(+), 2 deletions(-) -- 1.7.3.4