* [Qemu-devel] [4871] Initialize the VMware VGA console after vga_init (Alexander Graf).
@ 2008-07-16 4:31 Andrzej Zaborowski
0 siblings, 0 replies; only message in thread
From: Andrzej Zaborowski @ 2008-07-16 4:31 UTC (permalink / raw)
To: qemu-devel
Revision: 4871
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4871
Author: balrog
Date: 2008-07-16 04:31:20 +0000 (Wed, 16 Jul 2008)
Log Message:
-----------
Initialize the VMware VGA console after vga_init (Alexander Graf).
Modified Paths:
--------------
trunk/hw/vmware_vga.c
Modified: trunk/hw/vmware_vga.c
===================================================================
--- trunk/hw/vmware_vga.c 2008-07-15 14:54:01 UTC (rev 4870)
+++ trunk/hw/vmware_vga.c 2008-07-16 04:31:20 UTC (rev 4871)
@@ -1123,16 +1123,16 @@
vmsvga_reset(s);
- s->console = graphic_console_init(ds, vmsvga_update_display,
- vmsvga_invalidate_display,
- vmsvga_screen_dump,
- vmsvga_text_update, s);
-
#ifdef EMBED_STDVGA
vga_common_init((VGAState *) s, ds,
vga_ram_base, vga_ram_offset, vga_ram_size);
vga_init((VGAState *) s);
#endif
+
+ s->console = graphic_console_init(ds, vmsvga_update_display,
+ vmsvga_invalidate_display,
+ vmsvga_screen_dump,
+ vmsvga_text_update, s);
}
static void pci_vmsvga_save(QEMUFile *f, void *opaque)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-07-16 4:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-16 4:31 [Qemu-devel] [4871] Initialize the VMware VGA console after vga_init (Alexander Graf) Andrzej Zaborowski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).