From: Andrew Jones <drjones@redhat.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: QEMU Developers <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH] hw/arm/virt: fix pl031 addr typo
Date: Tue, 29 Jul 2014 18:06:14 +0200 [thread overview]
Message-ID: <20140729160613.GA5626@hawk.usersys.redhat.com> (raw)
In-Reply-To: <CAFEAcA-SZOKtp64WOQHr5VfhYofr0AyikpeeuSaZd=E-KzK+_A@mail.gmail.com>
On Tue, Jul 29, 2014 at 04:58:44PM +0100, Peter Maydell wrote:
> On 29 July 2014 16:44, Andrew Jones <drjones@redhat.com> wrote:
> > pl031's base address should be 0x9001000, 0x90010000. While in there
^ meant to type 'not' here,
but guess that was obvious
> > also add some spacing and zeros to make it easier to read the map.
I can send two separate patches for the fix and the formatting, but
you'd still have to check the formatting patch closely to make sure
nothing else changed...
> >
> > Signed-off-by: Andrew Jones <drjones@redhat.com>
> > - [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.
0K, so it needs to be 0x09010000, which is still not what it is.
As it is right now it's sitting in RAM, when configuring a guest
to have greater than 1G.
drew
>
> thanks
> -- PMM
>
next prev parent reply other threads:[~2014-07-29 16:06 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-29 15:44 [Qemu-devel] [PATCH] hw/arm/virt: fix pl031 addr typo Andrew Jones
2014-07-29 15:51 ` Peter Maydell
2014-07-29 15:58 ` Peter Maydell
2014-07-29 16:06 ` Andrew Jones [this message]
2014-07-29 16:11 ` Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140729160613.GA5626@hawk.usersys.redhat.com \
--to=drjones@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.