Linux Kernel
3.7.1
|
#include <vfio.h>
Data Fields | |
__u32 | argsz |
__u32 | flags |
VFIO_GROUP_GET_STATUS - _IOR(VFIO_TYPE, VFIO_BASE + 3, struct vfio_group_status)
Retrieve information about the group. Fills in provided struct vfio_group_info. Caller sets argsz. Return: 0 on succes, -errno on failure. Availability: Always