get_config_bool_default
if (get_config_bool_default("x86.vmexit_on_hlt", false)) {
tmp = (int)get_config_bool_default("x86.vmexit_on_hlt", true);
if (get_config_bool_default("x86.vmexit_on_pause", false)) {
if (get_config_bool_default("x86.x2apic", false))
if (get_config_bool_default("e820.debug", false))
if (get_config_bool_default("x86.mptable", true)) {
get_config_bool_default("x86.strictio", false))
if (get_config_bool_default(node_name, false)) {
if (get_config_bool_default("rtc.use_localtime", true)) {
if (get_config_bool_default("rtc.use_localtime", true)) {
if (get_config_bool_default("destroy_on_poweroff", false))
load_into_memory = get_config_bool_default("acpi_tables_in_memory",
if (get_config_bool_default("basl.debug", false))
if (get_config_bool_default("basl.debug", false))
return (get_config_bool_default("virtio.msix", true) &&
get_config_bool_default("virtio_msix", true));
if (get_config_bool_default("memory.use_reservoir", false)) {
if (get_config_bool_default("config.dump", false)) {
if (get_config_bool_default("memory.wired", false))
if (get_config_bool_default("memory.guest_in_core", false))
get_config_bool_default("suspend_at_boot", false);
bool get_config_bool_default(const char *path, bool def);
wait = get_config_bool_default("gdb.wait", false);
wait = get_config_bool_default("gdb.wait", false);
if (get_config_bool_default("pci.enable_bars", !bootrom_boot()))
if (get_config_bool_default("pci.enable_bars", true))
if (!get_config_bool_default("pci.enable_bars", !bootrom_boot()))
if (!get_config_bool_default("pci.enable_bars", true))
if (get_config_bool_default("virtio.blk.debug", false))
if (get_config_bool_default("virtio.net.debug", false))
if (get_config_bool_default("viona.debug", false))
if (get_config_bool_default("xhci.debug", false))
priv_debug = get_config_bool_default("privileges.debug", false);
if (get_config_bool_default("rfb.debug", false))
if (!get_config_bool_default("virtio.legacy", true))
else if (!get_config_bool_default("virtio.modern", true))