Home
last modified time | relevance | path

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

/openbmc/qemu/system/
H A Dvl.c181 static bool preconfig_requested;
2530 if (loadvm && preconfig_requested) { in qemu_validate_options()
2535 if (incoming && preconfig_requested && strcmp(incoming, "defer") != 0) { in qemu_validate_options()
3400 preconfig_requested = true; in qemu_init()
3849 if (!preconfig_requested) {
180 static bool preconfig_requested; global() variable