diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-08-17 10:44:00 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-08-17 10:44:00 +0000 |
commit | d2269f6f64e1b707fc8ea5d43102589c03dd090e (patch) | |
tree | 3fffa8215aabd3edba3d2ba82446fdeee93aa4e3 /hw/vga_int.h | |
parent | dfd92d3a46c31b17fcdbd735c6f88de54bc6bd3f (diff) |
save VGA PCI state
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2113 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/vga_int.h')
-rw-r--r-- | hw/vga_int.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/vga_int.h b/hw/vga_int.h index b33ab575da..e4a4a46cd4 100644 --- a/hw/vga_int.h +++ b/hw/vga_int.h @@ -83,6 +83,7 @@ unsigned int vram_size; \ unsigned long bios_offset; \ unsigned int bios_size; \ + PCIDevice *pci_dev; \ uint32_t latch; \ uint8_t sr_index; \ uint8_t sr[256]; \ |