[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v3 16/16] xen/arm: add SGI handling for GICv3
On 06/05/14 09:58, Ian Campbell wrote: On Mon, 2014-05-05 at 19:40 +0100, Julien Grall wrote:As secure interrupt should not happen from the guest.Surely it would be a silicon bug if it did, a secure interrupt should be trapping to Secure EL3 not to NS EL2. What exactly are you asking Vijay to handle here? With GICv3 it's possible to generate an SGI for another security state (see ICC_ASGI1R_EL1). We have to handle it like we do for smc call. You can check that we correctly trap the access to thoses interrupts."trap access to interrupts" is meaningless AFAICT. Do you perhaps mean "trap access to the XXX registers". For which XXX? Sorry, it's because theses registers is used to send an SGI. I think we have to trap ICC_ASGI1R_EL1, maybe ICC_SGI0R_EL1, just in case. The GICv3 spec requests to send a UNDEF exception if the register is not implemented. In general way, I think UNDEF is a best solution as some kernel such as Linux is able to recover from an undef on some specific access (it's actually the case for some debug registers on ARM32).In my understanding, calling inject_undef64_exception() will generate UNDEF to guest.Right. You have to call this function only if the domain is arm aarch64 guest. AFAIU, it's possible to have GICv3 support when the guest is armv8 32 bit.Is it? How do the system registers map onto the 32bit CP registers? On aarch32, you can access to system registers via mrs/msr.GICv3 is not mapped onto 32bit CP registers because there is a limited number of encodings available. Regards, -- Julien Grall _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |