qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [V8 0/4] AMD IOMMU


From: David Kiarie
Subject: [Qemu-devel] [V8 0/4] AMD IOMMU
Date: Fri, 1 Apr 2016 21:39:50 +0300

Hello all, 

Long time no see, at usual ;)

AMD IOMMU patches fixing a few issues mentioned in previous version, formatting
errors and commit messages

David Kiarie (4):
  hw/i386: Introduce AMD IOMMU
  hw/i386: ACPI table for AMD IOMMU
  hw/core: Add AMD IOMMU to machine properties
  hw/pci-host: Emulate AMD IOMMU

 hw/core/machine.c             |   32 +-
 hw/i386/Makefile.objs         |    1 +
 hw/i386/acpi-build.c          |   98 ++-
 hw/i386/amd_iommu.c           | 1426 +++++++++++++++++++++++++++++++++++++++++
 hw/i386/amd_iommu.h           |  398 ++++++++++++
 hw/pci-host/q35.c             |   21 +-
 include/hw/acpi/acpi-defs.h   |   55 ++
 include/hw/boards.h           |    1 +
 include/hw/i386/intel_iommu.h |    2 +
 include/hw/pci/pci.h          |    2 +
 qemu-options.hx               |    7 +-
 util/qemu-config.c            |    8 +-
 12 files changed, 2031 insertions(+), 20 deletions(-)
 create mode 100644 hw/i386/amd_iommu.c
 create mode 100644 hw/i386/amd_iommu.h

-- 
2.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]