qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Andrzej Zaborowski <balrogg@gmail.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [4873] Make Bochs VBE work with VMWare SVGA (malc).
Date: Wed, 16 Jul 2008 04:38:33 +0000	[thread overview]
Message-ID: <E1KIymf-0007sp-7X@cvs.savannah.gnu.org> (raw)

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)

                 reply	other threads:[~2008-07-16  4:38 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1KIymf-0007sp-7X@cvs.savannah.gnu.org \
    --to=balrogg@gmail.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).