* [Qemu-devel] [4873] Make Bochs VBE work with VMWare SVGA (malc).
@ 2008-07-16 4:38 Andrzej Zaborowski
0 siblings, 0 replies; only message in thread
From: Andrzej Zaborowski @ 2008-07-16 4:38 UTC (permalink / raw)
To: qemu-devel
Revision: 4873
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4873
Author: balrog
Date: 2008-07-16 04:38:32 +0000 (Wed, 16 Jul 2008)
Log Message:
-----------
Make Bochs VBE work with VMWare SVGA (malc).
Modified Paths:
--------------
trunk/hw/vmware_vga.c
Modified: trunk/hw/vmware_vga.c
===================================================================
--- trunk/hw/vmware_vga.c 2008-07-16 04:36:48 UTC (rev 4872)
+++ trunk/hw/vmware_vga.c 2008-07-16 04:38:32 UTC (rev 4873)
@@ -1133,6 +1133,12 @@
vmsvga_invalidate_display,
vmsvga_screen_dump,
vmsvga_text_update, s);
+
+#ifdef CONFIG_BOCHS_VBE
+ /* XXX: use optimized standard vga accesses */
+ cpu_register_physical_memory(VBE_DISPI_LFB_PHYSICAL_ADDRESS,
+ vga_ram_size, vga_ram_offset);
+#endif
}
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:38 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:38 [Qemu-devel] [4873] Make Bochs VBE work with VMWare SVGA (malc) 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).