diff options
author | Jan Kiszka <jan.kiszka@siemens.com> | 2011-08-22 19:12:13 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-08-22 14:37:03 -0500 |
commit | 78dd9ff6328eca1aa17fb1bc4d63f30b44ff0b6f (patch) | |
tree | e218132ed04268f0253f26369f5d97f88d02a693 /hw/vga_int.h | |
parent | 80763888bfcb89dddb2f4eeece8ffc2ed91bde40 (diff) |
vga: Drop some unused fields
Memory region refactorings obsoleted them.
CC: Avi Kivity <avi@redhat.com>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/vga_int.h')
-rw-r--r-- | hw/vga_int.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/vga_int.h b/hw/vga_int.h index 28b9287fb2..99287dde9b 100644 --- a/hw/vga_int.h +++ b/hw/vga_int.h @@ -110,7 +110,6 @@ typedef struct VGACommonState { MemoryRegion vram; uint32_t vram_size; uint32_t latch; - uint32_t lfb_vram_mapped; /* whether 0xa0000 is mapped as ram */ MemoryRegion *chain4_alias; uint8_t sr_index; uint8_t sr[256]; @@ -133,7 +132,6 @@ typedef struct VGACommonState { int dac_8bit; uint8_t palette[768]; int32_t bank_offset; - MemoryRegion *vga_io_memory; int (*get_bpp)(struct VGACommonState *s); void (*get_offsets)(struct VGACommonState *s, uint32_t *pline_offset, |