Home
last modified time | relevance | path

Searched refs:vg_cmd_str (Results 1 – 1 of 1) sorted by relevance

/qemu/contrib/vhost-user-gpu/
H A Dvhost-user-gpu.c59 static const char *vg_cmd_str[] = { in vg_cmd_to_string() local
90 if (cmd >= 0 && cmd < G_N_ELEMENTS(vg_cmd_str)) { in vg_cmd_to_string()
91 return vg_cmd_str[cmd]; in vg_cmd_to_string()