forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
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