Commit 4c4cbbaa authored by Cornelia Huck's avatar Cornelia Huck

Documentation: fix vfio-ccw doc

*Really* mark the literal block as such.

Fixes: 127e6217 ("vfio-ccw: Update documentation for csch/hsch")
Signed-off-by: default avatarCornelia Huck <cohuck@redhat.com>
parent 127e6217
...@@ -218,14 +218,14 @@ vfio-ccw cmd region ...@@ -218,14 +218,14 @@ vfio-ccw cmd region
------------------- -------------------
The vfio-ccw cmd region is used to accept asynchronous instructions The vfio-ccw cmd region is used to accept asynchronous instructions
from userspace. from userspace::
#define VFIO_CCW_ASYNC_CMD_HSCH (1 << 0) #define VFIO_CCW_ASYNC_CMD_HSCH (1 << 0)
#define VFIO_CCW_ASYNC_CMD_CSCH (1 << 1) #define VFIO_CCW_ASYNC_CMD_CSCH (1 << 1)
struct ccw_cmd_region { struct ccw_cmd_region {
__u32 command; __u32 command;
__u32 ret_code; __u32 ret_code;
} __packed; } __packed;
This region is exposed via region type VFIO_REGION_SUBTYPE_CCW_ASYNC_CMD. This region is exposed via region type VFIO_REGION_SUBTYPE_CCW_ASYNC_CMD.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment