[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Plugin Address Translations Inconsistent/Incorrect?
From: |
Peter Maydell |
Subject: |
Re: Plugin Address Translations Inconsistent/Incorrect? |
Date: |
Mon, 22 Feb 2021 20:08:10 +0000 |
On Mon, 22 Feb 2021 at 19:53, Alex Bennée <alex.bennee@linaro.org> wrote:
> It certainly is by design. The comment for the helper states:
>
> /*
> * The following additional queries can be run on the hwaddr structure
> * to return information about it. For non-IO accesses the device
> * offset will be into the appropriate block of RAM.
> */
That sounds like we're exposing ram_addrs to the plugin. Are we?
I'm not sure that's a good idea, as they're not a guest-relevant
construct.
thanks
-- PMM