mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
move vga_io_address to VGA State (Glauber Costa)
It'll be reused later by the vga optimization. Signed-off-by: Glauber Costa <glommer@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5791 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
4efe27556d
commit
b4fbd8798a
2 changed files with 4 additions and 3 deletions
|
@ -129,6 +129,7 @@ typedef void (* vga_update_retrace_info_fn)(struct VGAState *s);
|
|||
int dac_8bit; \
|
||||
uint8_t palette[768]; \
|
||||
int32_t bank_offset; \
|
||||
int vga_io_memory; \
|
||||
int (*get_bpp)(struct VGAState *s); \
|
||||
void (*get_offsets)(struct VGAState *s, \
|
||||
uint32_t *pline_offset, \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue