← Documents Documentation/ABI/testing/sysfs-class-iommu GitHub 원문 ↗

Linux 6.18.37 · ABI / testing

IOMMU device association sysfs ABI

IOMMU에서 managed device로, device에서 managing IOMMU로 이어지는 양방향 sysfs association을 설명합니다.

Source pathDocumentation/ABI/testing/sysfs-class-iommu
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.

1. 요약·해설

원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.

2. 영어 원문 전체

번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.

원문 전체 펼치기
1 What: /sys/class/iommu/<iommu>/devices/
2 Date: June 2014
3 KernelVersion: 3.17
4 Contact: Alex Williamson <alex.williamson@redhat.com>
5 Description:
6 IOMMU drivers are able to link devices managed by a
7 given IOMMU here to allow association of IOMMU to
8 device.
9
10 What: /sys/devices/.../iommu
11 Date: June 2014
12 KernelVersion: 3.17
13 Contact: Alex Williamson <alex.williamson@redhat.com>
14 Description:
15 IOMMU drivers are able to link the IOMMU for a
16 given device here to allow association of device to
17 IOMMU.
18

3. 한국어 전문 번역

영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.

IOMMU에서 managed device로 연결

1-8
항목한국어 전문 번역
What/sys/class/iommu/<iommu>/devices/
Date2014년 6월
KernelVersion3.17
ContactAlex Williamson <alex.williamson@redhat.com>
DescriptionIOMMU driver는 지정한 IOMMU가 관리하는 device를 여기에 link해 IOMMU에서 device로의 연관 관계를 나타낼 수 있습니다.
IOMMU와 device의 양방향 sysfs association
/sys/class/iommu/<iommu>/devices/Managed device
/sys/devices/.../iommuManaging IOMMU

IOMMU class의 devices link와 device의 iommu link가 반대 방향 관계를 제공합니다.

Device에서 managing IOMMU로 연결

10-17
항목한국어 전문 번역
What/sys/devices/.../iommu
Date2014년 6월
KernelVersion3.17
ContactAlex Williamson <alex.williamson@redhat.com>
DescriptionIOMMU driver는 지정한 device의 IOMMU를 여기에 link해 device에서 IOMMU로의 연관 관계를 나타낼 수 있습니다.