qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 02/10 v11] linux-user: Support tilegx architectu


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH 02/10 v11] linux-user: Support tilegx architecture in linux-user
Date: Wed, 03 Jun 2015 08:47:22 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

On 06/03/2015 05:34 AM, Peter Maydell wrote:
> You must do something. You can't allow guest code (even
> broken guest code) to make QEMU assert. You need to find
> out what the hardware does here, and do that.

These are I/O registers for IPC.

I believe that the best thing to do is assume protection
is enabled at the "kernel" level, and thus raise the
appropriate exception: SN_ACCESS, IDN_ACCESS, UDN_ACCESS.

That said, I don't have the system architecture manual
handy to check the full details.


r~



reply via email to

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