]> Git Repo - qemu.git/commit - hw/i386/intel_iommu.c
x86-iommu: introduce parent class
authorPeter Xu <[email protected]>
Thu, 14 Jul 2016 05:56:10 +0000 (13:56 +0800)
committerMichael S. Tsirkin <[email protected]>
Wed, 20 Jul 2016 16:30:27 +0000 (19:30 +0300)
commit1c7955c4503211f45a83e6480bd876f079ba5cd8
treeae84c09c78af0b270955bcba5789445fe79bf8ea
parentb1af7959a66610669e1a019b9a84f6ed3a7936c6
x86-iommu: introduce parent class

Introducing parent class for intel-iommu devices named "x86-iommu". This
is preparation work to abstract shared functionalities out from Intel
and AMD IOMMUs. Currently, only the parent class is introduced. It does
nothing yet.

Signed-off-by: Peter Xu <[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
hw/i386/Makefile.objs
hw/i386/intel_iommu.c
hw/i386/x86-iommu.c [new file with mode: 0644]
include/hw/i386/intel_iommu.h
include/hw/i386/x86-iommu.h [new file with mode: 0644]
This page took 0.028336 seconds and 4 git commands to generate.