Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dvga-isa.c102 dc->vmsd = &vmstate_vga_common; in vga_isa_class_initfn()
H A Dvga-mmio.c126 dc->vmsd = &vmstate_vga_common; in vga_mmio_class_initfn()
H A Dvga_int.h170 extern const VMStateDescription vmstate_vga_common;
H A Dvirtio-vga.c94 vmstate_vga_common, VGACommonState),
H A Dvga-pci.c66 VMSTATE_STRUCT(vga, PCIVGAState, 0, vmstate_vga_common, VGACommonState),
H A Dvmware_vga.c1267 vmstate_register_any(NULL, &vmstate_vga_common, &s->vga); in vmsvga_init()
H A Dvga.c2115 const VMStateDescription vmstate_vga_common = { variable
H A Dqxl.c2437 VMSTATE_STRUCT(vga, PCIQXLDevice, 0, vmstate_vga_common, VGACommonState),