hw/arm/virt: fix pl031 addr typo
commit1373e140f0b0554a8b3aba9761cd96df49520f97
authorAndrew Jones <drjones@redhat.com>
Tue, 29 Jul 2014 16:32:01 +0000 (29 18:32 +0200)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 29 Jul 2014 16:40:42 +0000 (29 17:40 +0100)
treefbe240e27e729d944eab9720d0a0252575f2a87d
parent8a2ca741ab69b34c3bb7178a595e302d396d7a10
hw/arm/virt: fix pl031 addr typo

pl031's base address should be 0x9010000, not 0x90010000, otherwise
it sits in ram when configuring a guest with greater than 1G.

Signed-off-by: Andrew Jones <drjones@redhat.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/virt.c