vga: split vga_{load, save} into pci and common parts
authorJuan Quintela <quintela@redhat.com>
Mon, 31 Aug 2009 14:07:14 +0000 (16:07 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 9 Sep 2009 19:55:11 +0000 (14:55 -0500)
commite46610743d8382c8e96e3b71ac0584435cc53462
treee69db44ff8c1c17d8abb051f4a1d8ffda9e0abcf
parent4909ceb80001e8e975de34e6283e86d5d6743f22
vga: split vga_{load, save} into pci and common parts

Once there adjust VGAState <-> VGACommonState
Export vga_common_save/vga_common_load (nreeded by wmvare_vga
Remove vga.pci_dev field, it is not needed anymore

Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/vga.c
hw/vga_int.h
hw/vmware_vga.c