Home
last modified time | relevance | path

Searched defs:QOSGraphNode (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/tests/qtest/libqos/
H A Dqgraph_internal.h54 struct QOSGraphNode { struct
55 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
H A Dqgraph.h30 typedef struct QOSGraphNode QOSGraphNode; typedef