Home
last modified time | relevance | path

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

/openbmc/qemu/qga/
H A Dmain.c132 static const char *ga_freeze_allowlist[] = { variable
463 while (ga_freeze_allowlist[i] != NULL) { in ga_command_is_allowed()
464 if (strcmp(name, ga_freeze_allowlist[i]) == 0) { in ga_command_is_allowed()