← Documents Documentation/ABI/testing/sysfs-devices-vfio-dev GitHub 원문 ↗

Linux 6.18.37 · ABI / testing

VFIO device-instance sysfs ABI

VFIO driver에 bind된 device에 생성되는 standard struct device layout의 uniquely indexed vfioX directory를 설명합니다.

Source pathDocumentation/ABI/testing/sysfs-devices-vfio-dev
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

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

1. 요약·해설

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

VFIO-bound device directory

sysfs-devices-vfio-dev:1-8

vfioX는 VFIO 안에서 device를 식별하는 unique index이며 subtree는 일반 struct device와 같은 layout을 사용합니다.

2. 영어 원문 전체

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

원문 전체 펼치기
1 What: /sys/.../<device>/vfio-dev/vfioX/
2 Date: September 2022
3 Contact: Yi Liu <yi.l.liu@intel.com>
4 Description:
5 This directory is created when the device is bound to a
6 vfio driver. The layout under this directory matches what
7 exists for a standard 'struct device'. 'X' is a unique
8 index marking this device in vfio.
9

3. 한국어 전문 번역

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

VFIO-bound device instance

1-8
항목한국어 전문 번역
What/sys/.../<device>/vfio-dev/vfioX/
Date2022년 9월
ContactYi Liu <yi.l.liu@intel.com>
DescriptionDevice가 VFIO driver에 bind되면 이 directory가 생성됩니다. Directory 아래 layout은 standard struct device의 layout과 같습니다. X는 VFIO에서 이 device를 표시하는 unique index입니다.
VFIO device-instance creation
Device binds to a VFIO driverCreate vfio-dev/vfioX/X uniquely identifies device in VFIOExpose standard struct device layout

VFIO binding이 uniquely indexed standard-device subtree를 만듭니다.