qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] hw/arm/virt: fix pl031 addr typo


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH] hw/arm/virt: fix pl031 addr typo
Date: Tue, 29 Jul 2014 16:58:44 +0100

On 29 July 2014 16:44, Andrew Jones <address@hidden> wrote:
> pl031's base address should be 0x9001000, 0x90010000. While in there
> also add some spacing and zeros to make it easier to read the map.
>
> Signed-off-by: Andrew Jones <address@hidden>
> -    [VIRT_RTC] = { 0x90010000, 0x1000 },
> +    [VIRT_RTC] =        { 0x09001000, 0x00001000 },

...and assuming from the commit message that this is the
only actual change, the alignment to 64K is deliberate,
for the benefit of guests with 64K pages.

thanks
-- PMM



reply via email to

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