Linux Kernel
3.7.1
|
#include <fsl_hypervisor.h>
Data Fields | |
__u32 | ret |
__u32 | partition |
__u32 | status |
struct fsl_hv_ioctl_status - get a partition's status : return error code from the hypervisor : the ID of the partition to query, or -1 for the calling partition : The returned status of the partition
Used by FSL_HV_IOCTL_PARTITION_GET_STATUS
Values of 'status': 0 = Stopped 1 = Running 2 = Starting 3 = Stopping
Definition at line 73 of file fsl_hypervisor.h.
Definition at line 75 of file fsl_hypervisor.h.
__u32 ret |
Definition at line 74 of file fsl_hypervisor.h.
Definition at line 76 of file fsl_hypervisor.h.