mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
vga: split vga-isa-mm.o
It is only used in mips softmmu, compile only there. it_shift field was only used for vga_isa_mm, move it from VGACommonState to ISAVGAMMstate. Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
f97e36b9d6
commit
79b97bf2e7
4 changed files with 131 additions and 98 deletions
|
@ -109,7 +109,6 @@ typedef struct VGACommonState {
|
|||
uint32_t lfb_vram_mapped; /* whether 0xa0000 is mapped as ram */
|
||||
uint32_t bios_offset;
|
||||
uint32_t bios_size;
|
||||
int it_shift;
|
||||
uint32_t latch;
|
||||
uint8_t sr_index;
|
||||
uint8_t sr[256];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue