qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [6546] Fix VGA RAM offsets


From: Blue Swirl
Subject: [Qemu-devel] [6546] Fix VGA RAM offsets
Date: Sat, 07 Feb 2009 09:52:00 +0000

Revision: 6546
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6546
Author:   blueswir1
Date:     2009-02-07 09:51:59 +0000 (Sat, 07 Feb 2009)

Log Message:
-----------
Fix VGA RAM offsets

Modified Paths:
--------------
    trunk/hw/ppc_chrp.c

Modified: trunk/hw/ppc_chrp.c
===================================================================
--- trunk/hw/ppc_chrp.c 2009-02-06 21:37:40 UTC (rev 6545)
+++ trunk/hw/ppc_chrp.c 2009-02-07 09:51:59 UTC (rev 6546)
@@ -278,8 +278,8 @@
     pic = openpic_init(NULL, &pic_mem_index, smp_cpus, openpic_irqs, NULL);
     pci_bus = pci_pmac_init(pic);
     /* init basic PC hardware */
-    pci_vga_init(pci_bus, phys_ram_base + ram_size,
-                 ram_size, vga_ram_size,
+    pci_vga_init(pci_bus, phys_ram_base + vga_ram_offset,
+                 vga_ram_offset, vga_ram_size,
                  vga_bios_offset, vga_bios_size);
 
     /* XXX: suppress that */






reply via email to

[Prev in Thread] Current Thread [Next in Thread]