Searched refs:vmstate_vga_common (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/hw/display/ |
H A D | vga-isa.c | 102 dc->vmsd = &vmstate_vga_common; in vga_isa_class_initfn()
|
H A D | vga-mmio.c | 126 dc->vmsd = &vmstate_vga_common; in vga_mmio_class_initfn()
|
H A D | vga_int.h | 175 extern const VMStateDescription vmstate_vga_common;
|
H A D | virtio-vga.c | 94 vmstate_vga_common, VGACommonState),
|
H A D | vga-pci.c | 66 VMSTATE_STRUCT(vga, PCIVGAState, 0, vmstate_vga_common, VGACommonState),
|
H A D | vmware_vga.c | 1265 vmstate_register_any(NULL, &vmstate_vga_common, &s->vga); in vmsvga_init()
|
H A D | vga.c | 2133 const VMStateDescription vmstate_vga_common = { variable
|
H A D | qxl.c | 2437 VMSTATE_STRUCT(vga, PCIQXLDevice, 0, vmstate_vga_common, VGACommonState),
|