Home
last modified time | relevance | path

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

/qemu/include/hw/pci/
H A Dpci_device.h103 bool has_vga; member
/qemu/hw/pci/
H A Dpci.c1523 if (!pci_dev->has_vga) { in pci_update_vga()
1542 assert(!pci_dev->has_vga); in pci_register_vga()
1558 pci_dev->has_vga = true; in pci_register_vga()
1567 if (!pci_dev->has_vga) { in pci_unregister_vga()
1577 pci_dev->has_vga = false; in pci_unregister_vga()
/qemu/hw/ppc/
H A Dspapr.c2814 bool has_vga; in spapr_machine_init() local
3032 has_vga = spapr_vga_init(phb->bus, &error_fatal); in spapr_machine_init()
3033 if (has_vga) { in spapr_machine_init()
3043 if (has_vga) { in spapr_machine_init()