forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/Documentation/ABI/testing/sysfs-bus-vfio-mdev
....@@ -28,8 +28,9 @@
2828 Writing UUID to this file will create mediated device of
2929 type <type-id> for parent device <device>. This is a
3030 write-only file.
31
- For example:
32
- # echo "83b8f4f2-509f-382f-3c1e-e6bfe0fa1001" > \
31
+ For example::
32
+
33
+ # echo "83b8f4f2-509f-382f-3c1e-e6bfe0fa1001" > \
3334 /sys/devices/foo/mdev_supported_types/foo-1/create
3435
3536 What: /sys/.../mdev_supported_types/<type-id>/devices/
....@@ -107,5 +108,6 @@
107108 Writing '1' to this file destroys the mediated device. The
108109 vendor driver can fail the remove() callback if that device
109110 is active and the vendor driver doesn't support hot unplug.
110
- Example:
111
- # echo 1 > /sys/bus/mdev/devices/<UUID>/remove
111
+ Example::
112
+
113
+ # echo 1 > /sys/bus/mdev/devices/<UUID>/remove