]> Git Repo - qemu.git/blobdiff - hw/display/vmware_vga.c
vga: allow non-global vmstate
[qemu.git] / hw / display / vmware_vga.c
index 6ae3348deb057ca229d7fdb4d55f585fa633d53e..9ba47e6c63706c7e390d745a76eb4d12452dce2a 100644 (file)
@@ -1207,7 +1207,7 @@ static void vmsvga_init(DeviceState *dev, struct vmsvga_state_s *s,
     vmstate_register_ram_global(&s->fifo_ram);
     s->fifo_ptr = memory_region_get_ram_ptr(&s->fifo_ram);
 
-    vga_common_init(&s->vga, OBJECT(dev));
+    vga_common_init(&s->vga, OBJECT(dev), true);
     vga_init(&s->vga, OBJECT(dev), address_space, io, true);
     vmstate_register(NULL, 0, &vmstate_vga_common, &s->vga);
     s->new_depth = 32;
This page took 0.020786 seconds and 4 git commands to generate.