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.c84 cpus[0]->env.trap_arg2 = smp_cpus | (!machine->enable_graphics << 6); in clipper_init()
/openbmc/qemu/hw/hppa/
H A Dmachine.c357 if (machine->enable_graphics && vga_interface_type != VGA_NONE) { in machine_HP_common_init_tail()
399 if (!lasi_dev && machine->enable_graphics && defaults_enabled()) { in machine_HP_common_init_tail()
/openbmc/qemu/hw/core/
H A Dmachine.c459 return ms->enable_graphics; in machine_get_graphics()
466 ms->enable_graphics = value; in machine_set_graphics()
1214 ms->enable_graphics = true; in machine_initfn()
/openbmc/qemu/include/hw/
H A Dboards.h410 bool enable_graphics; member
/openbmc/qemu/hw/nvram/
H A Dfw_cfg.c1124 fw_cfg_add_i16(s, FW_CFG_NOGRAPHIC, (uint16_t)!machine->enable_graphics); in fw_cfg_common_realize()
/openbmc/qemu/hw/sparc/
H A Dsun4m.c970 qdev_prop_set_uint32(dev, "disabled", !machine->enable_graphics); in sun4m_hw_init()
/openbmc/qemu/hw/ppc/
H A Dspapr.c3001 spapr->want_stdout_path = !machine->enable_graphics; in spapr_machine_init()