mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
more stdvga cleanups.
video.x is gone now. It was the only user of the vga bios_offset + bios_size logic. Zap it. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
4eccfec494
commit
788954270d
10 changed files with 15 additions and 46 deletions
|
@ -112,8 +112,6 @@ typedef struct VGACommonState {
|
|||
uint32_t map_addr;
|
||||
uint32_t map_end;
|
||||
uint32_t lfb_vram_mapped; /* whether 0xa0000 is mapped as ram */
|
||||
uint32_t bios_offset;
|
||||
uint32_t bios_size;
|
||||
uint32_t latch;
|
||||
uint8_t sr_index;
|
||||
uint8_t sr[256];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue