gt64xxx: set isa_mem_base during registration
commit8e5977e5f588b2d4b74831d11860191f815b4c5b
authorAurelien Jarno <aurelien@aurel32.net>
Thu, 20 Jan 2011 20:40:53 +0000 (20 21:40 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Thu, 20 Jan 2011 20:40:53 +0000 (20 21:40 +0100)
treedb822d49f396c1ff52c250b1eeb8f30e19c9d85b
parent730986e4942188c5ec2b8752e3db47d09cb222b2
gt64xxx: set isa_mem_base during registration

isa_mem_base is computed from registers during reset, but due to QEMU
limitations some devices (e.g. VGA card) need to know it earlier when
they are registered.

Workaround this by setting the value during registration instead of
reset.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
hw/gt64xxx.c