mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
vga: pass owner to vga_init
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
3cf63ff25c
commit
712f0cc777
5 changed files with 7 additions and 5 deletions
|
@ -178,7 +178,7 @@ static inline int c6_to_8(int v)
|
|||
}
|
||||
|
||||
void vga_common_init(VGACommonState *s);
|
||||
void vga_init(VGACommonState *s, MemoryRegion *address_space,
|
||||
void vga_init(VGACommonState *s, Object *obj, MemoryRegion *address_space,
|
||||
MemoryRegion *address_space_io, bool init_vga_ports);
|
||||
MemoryRegion *vga_init_io(VGACommonState *s,
|
||||
const MemoryRegionPortio **vga_ports,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue