Home
last modified time | relevance | path

Searched refs:global_vmstate (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/hw/display/
H A Dcirrus_vga_isa.c59 s->global_vmstate = true; in isa_cirrus_vga_realizefn()
H A Dvga-isa.c65 s->global_vmstate = true; in vga_isa_realizefn()
H A Dvga-mmio.c105 s->vga.global_vmstate = true; in vga_mmio_realizefn()
H A Dvga_int.h134 bool global_vmstate; member
H A Dvga-pci.c341 DEFINE_PROP_BOOL("global-vmstate", PCIVGAState, vga.global_vmstate, false),
H A Dvga.c2214 if (s->global_vmstate && qemu_ram_block_by_name("vga.vram")) { in vga_common_init()
2225 vmstate_register_ram(&s->vram, s->global_vmstate ? NULL : DEVICE(obj)); in vga_common_init()
H A Dvmware_vga.c1341 chip.vga.global_vmstate, false),
H A Dcirrus_vga.c2991 cirrus_vga.vga.global_vmstate, false),
H A Dqxl.c2477 DEFINE_PROP_BOOL("global-vmstate", PCIQXLDevice, vga.global_vmstate, false),