qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [5522] hw/pc: don't register the memory hole as unassigned


From: Aurelien Jarno
Subject: [Qemu-devel] [5522] hw/pc: don't register the memory hole as unassigned twice
Date: Fri, 24 Oct 2008 13:12:43 +0000

Revision: 5522
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5522
Author:   aurel32
Date:     2008-10-24 13:12:42 +0000 (Fri, 24 Oct 2008)

Log Message:
-----------
hw/pc: don't register the memory hole as unassigned twice

Since revision 5228, we don't register the memory hole (0xa00000 to
0xfffff) anymore. As a consequence, we don't need to register it again
as unassigned.

Signed-off-by: Aurelien Jarno <address@hidden>

Revision Links:
--------------
    http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5228

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

Modified: trunk/hw/pc.c
===================================================================
--- trunk/hw/pc.c       2008-10-24 12:03:16 UTC (rev 5521)
+++ trunk/hw/pc.c       2008-10-24 13:12:42 UTC (rev 5522)
@@ -853,8 +853,6 @@
     isa_bios_size = bios_size;
     if (isa_bios_size > (128 * 1024))
         isa_bios_size = 128 * 1024;
-    cpu_register_physical_memory(0xd0000, (192 * 1024) - isa_bios_size,
-                                 IO_MEM_UNASSIGNED);
     cpu_register_physical_memory(0x100000 - isa_bios_size,
                                  isa_bios_size,
                                  (bios_offset + bios_size - isa_bios_size) | 
IO_MEM_ROM);






reply via email to

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