vga: allow non-global vmstate
commite2bbfc8ee2aa82519da7de281305c3bea5431cf1
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 11 Oct 2013 17:56:59 +0000 (11 19:56 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 28 Apr 2014 08:21:55 +0000 (28 10:21 +0200)
treeeff43085ec85a0b45228134ce0d6dd90be36bf35
parent411f491e0af173cf8f39347574941bd26fbae381
vga: allow non-global vmstate

Need a way to opt-out from vga.vram being global vmstate, for
secondary vga cards.  Add a bool parameter to vga_common_init
to support this.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/display/cirrus_vga.c
hw/display/qxl.c
hw/display/vga-isa-mm.c
hw/display/vga-isa.c
hw/display/vga-pci.c
hw/display/vga.c
hw/display/vga_int.h
hw/display/vmware_vga.c