OSDN Git Service

hw/pc: don't register the memory hole as unassigned twice
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 24 Oct 2008 13:12:42 +0000 (13:12 +0000)
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 24 Oct 2008 13:12:42 +0000 (13:12 +0000)
commit7d0adcd6d57149d4e9ec66f3a1c171df2bea2775
treec46e722430204b757c57c7ea4c0147291e73d966
parent2e31f5d38ca5b187f76e86faafe29a2ec008b1d7
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 <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5522 c046a42c-6fe2-441c-8c8c-71466251a162
hw/pc.c