On 17 September 2013 09:47, Emmanuel Blot <eblot...@gmail.com> wrote:
> I noticed that cpu_unassigned_access() is not implemented on ARM. Is
> this a missing feature - yet to be implemented, or something that
> cannot be supported on ARM plartform for some reason?

No, it should cause an external abort exception, really. It's
just nobody's needed it (guest OSes should never do anything
that provokes an external abort unless they're buggy) so nobody's
bothered doing it yet. Also when it's added various boards need
testing to see how much they're relying on the current "unassigned
RAM returns 0" to cover up for missing device models, which
is a bit tedious given how many boards we have.

-- PMM

Reply via email to