From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eduard - Gabriel Munteanu Subject: [PATCH 0/3] SeaBIOS AMD IOMMU initialization patches Date: Fri, 4 Feb 2011 01:24:12 +0200 Message-ID: References: Cc: kevin@koconnor.net, mst@redhat.com, joro@8bytes.org, blauwirbel@gmail.com, paul@codesourcery.com, avi@redhat.com, anthony@codemonkey.ws, av1474@comtv.ru, yamahata@valinux.co.jp, kvm@vger.kernel.org, qemu-devel@nongnu.org, Eduard - Gabriel Munteanu To: seabios@seabios.org Return-path: Received: from mail-fx0-f46.google.com ([209.85.161.46]:43469 "EHLO mail-fx0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752244Ab1BCXYe (ORCPT ); Thu, 3 Feb 2011 18:24:34 -0500 Received: by fxm20 with SMTP id 20so1796535fxm.19 for ; Thu, 03 Feb 2011 15:24:32 -0800 (PST) In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: 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