-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Conflicts: drivers/iommu/intel-iommu.c
- Loading branch information
Showing
25 changed files
with
786 additions
and
478 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
What: /sys/class/iommu/<iommu>/devices/ | ||
Date: June 2014 | ||
KernelVersion: 3.17 | ||
Contact: Alex Williamson <alex.williamson@redhat.com> | ||
Description: | ||
IOMMU drivers are able to link devices managed by a | ||
given IOMMU here to allow association of IOMMU to | ||
device. | ||
|
||
What: /sys/devices/.../iommu | ||
Date: June 2014 | ||
KernelVersion: 3.17 | ||
Contact: Alex Williamson <alex.williamson@redhat.com> | ||
Description: | ||
IOMMU drivers are able to link the IOMMU for a | ||
given device here to allow association of device to | ||
IOMMU. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
What: /sys/class/iommu/<iommu>/amd-iommu/cap | ||
Date: June 2014 | ||
KernelVersion: 3.17 | ||
Contact: Alex Williamson <alex.williamson@redhat.com> | ||
Description: | ||
IOMMU capability header as documented in the AMD IOMMU | ||
specification. Format: %x | ||
|
||
What: /sys/class/iommu/<iommu>/amd-iommu/features | ||
Date: June 2014 | ||
KernelVersion: 3.17 | ||
Contact: Alex Williamson <alex.williamson@redhat.com> | ||
Description: | ||
Extended features of the IOMMU. Format: %llx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
What: /sys/class/iommu/<iommu>/intel-iommu/address | ||
Date: June 2014 | ||
KernelVersion: 3.17 | ||
Contact: Alex Williamson <alex.williamson@redhat.com> | ||
Description: | ||
Physical address of the VT-d DRHD for this IOMMU. | ||
Format: %llx. This allows association of a sysfs | ||
intel-iommu with a DMAR DRHD table entry. | ||
|
||
What: /sys/class/iommu/<iommu>/intel-iommu/cap | ||
Date: June 2014 | ||
KernelVersion: 3.17 | ||
Contact: Alex Williamson <alex.williamson@redhat.com> | ||
Description: | ||
The cached hardware capability register value | ||
of this DRHD unit. Format: %llx. | ||
|
||
What: /sys/class/iommu/<iommu>/intel-iommu/ecap | ||
Date: June 2014 | ||
KernelVersion: 3.17 | ||
Contact: Alex Williamson <alex.williamson@redhat.com> | ||
Description: | ||
The cached hardware extended capability register | ||
value of this DRHD unit. Format: %llx. | ||
|
||
What: /sys/class/iommu/<iommu>/intel-iommu/version | ||
Date: June 2014 | ||
KernelVersion: 3.17 | ||
Contact: Alex Williamson <alex.williamson@redhat.com> | ||
Description: | ||
The architecture version as reported from the | ||
VT-d VER_REG. Format: %d:%d, major:minor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.