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)
commit0d65ddc3847ff3676f91907f2d6de6585d4d42fd
treee69db44ff8c1c17d8abb051f4a1d8ffda9e0abcf
parent43bf782b1aebf40e79a48062eccd8ada9e211ee9
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