Home
last modified time | relevance | path

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

/openbmc/qemu/hw/alpha/
H A Ddp264.c85 cpus[0]->env.trap_arg2 = smp_cpus | (!machine->enable_graphics << 6); in clipper_init()
/openbmc/qemu/hw/hppa/
H A Dmachine.c365 if (machine->enable_graphics && vga_interface_type != VGA_NONE) { in machine_HP_common_init_tail()
396 if (!lasi_dev && machine->enable_graphics && defaults_enabled()) { in machine_HP_common_init_tail()
/openbmc/qemu/include/hw/
H A Dboards.h415 bool enable_graphics;
412 bool enable_graphics; global() member
/openbmc/qemu/hw/core/
H A Dmachine.c503 return ms->enable_graphics; in machine_get_firmware()
510 ms->enable_graphics = value; in machine_set_firmware()
1282 ms->enable_graphics = true; in machine_initfn()
/openbmc/qemu/hw/sparc/
H A Dsun4m.c962 qdev_prop_set_uint32(dev, "disabled", !machine->enable_graphics); in sun4m_hw_init()
/openbmc/qemu/hw/nvram/
H A Dfw_cfg.c1007 fw_cfg_add_i16(s, FW_CFG_NOGRAPHIC, (uint16_t)!machine->enable_graphics); in fw_cfg_common_realize()
/openbmc/qemu/hw/ppc/
H A Dspapr.c3060 spapr->want_stdout_path = !machine->enable_graphics; in spapr_machine_init()