qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 6/6] vga: Drop some unused fields


From: Jan Kiszka
Subject: [Qemu-devel] [PATCH v2 6/6] vga: Drop some unused fields
Date: Wed, 17 Aug 2011 15:41:03 -0700

From: Jan Kiszka <address@hidden>

Memory region refactorings obsoleted them.

CC: Avi Kivity <address@hidden>
Signed-off-by: Jan Kiszka <address@hidden>
---
 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 2b13b9d..2b9fa7e 100644
--- a/hw/vga_int.h
+++ b/hw/vga_int.h
@@ -109,7 +109,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];
@@ -132,7 +131,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,
-- 
1.7.3.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]