projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c326466
)
vmware_vga: Pass pci_vmsga_state_t arg no VGACommonState
author
Juan Quintela
<quintela@redhat.com>
Wed, 14 Oct 2009 15:42:32 +0000
(17:42 +0200)
committer
Anthony Liguori
<aliguori@us.ibm.com>
Tue, 27 Oct 2009 17:28:55 +0000
(12:28 -0500)
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/vmware_vga.c
patch
|
blob
|
history
diff --git
a/hw/vmware_vga.c
b/hw/vmware_vga.c
index 101d8aeac729f510e43eb301c65350a55b19afeb..15609dd29aba802dc69155e43b433fac96a37481 100644
(file)
--- a/
hw/vmware_vga.c
+++ b/
hw/vmware_vga.c
@@
-1141,7
+1141,7
@@
static void vmsvga_init(struct vmsvga_state_s *s, int vga_ram_size)
s->vga.ds = graphic_console_init(vmsvga_update_display,
vmsvga_invalidate_display,
vmsvga_screen_dump,
- vmsvga_text_update,
&s->vga
);
+ vmsvga_text_update,
s
);
#ifdef CONFIG_BOCHS_VBE
/* XXX: use optimized standard vga accesses */