Searched defs:QOSGraphNode (Results 1 – 2 of 2) sorted by relevance
54 struct QOSGraphNode { struct55 QOSNodeType type;56 bool available; /* set by QEMU via QMP, used during graph walk */57 bool visited; /* used during graph walk */58 char *name; /* used to identify the node */59 char *qemu_name; /* optional: see qos_node_create_driver_named() */60 char *command_line; /* used to start QEMU at test execution */61 union {87 * Returns: on success: the %QOSGraphNode argument
30 typedef struct QOSGraphNode QOSGraphNode; typedef