On 2016/3/24 23:37, Julien Grall wrote:
> Hi Shannon,
>
> On 24/03/16 15:01, Shannon Zhao wrote:
>> On 2016年03月23日 02:18, Julien Grall wrote:
>>>
+ * Dom0 configures the interrupt, set the interrupt type and
route it to
+ * Dom0.
+ */
+for( i = NR_LOCAL_I
Hi Shannon,
On 24/03/16 15:01, Shannon Zhao wrote:
On 2016年03月23日 02:18, Julien Grall wrote:
+ * Dom0 configures the interrupt, set the interrupt type and
route it to
+ * Dom0.
+ */
+for( i = NR_LOCAL_IRQS; i < vgic_num_irqs(d); i++ )
+{
+desc = irq_to_desc(i);
+
On 2016年03月23日 02:18, Julien Grall wrote:
>
>> + * Dom0 configures the interrupt, set the interrupt type and
>> route it to
>> + * Dom0.
>> + */
>> +for( i = NR_LOCAL_IRQS; i < vgic_num_irqs(d); i++ )
>> +{
>> +desc = irq_to_desc(i);
>> +if( desc->action != NULL
Hi Shannon,
On 17/03/16 09:41, Shannon Zhao wrote:
From: Shannon Zhao
Permit access all Xen unused SPIs for Dom0 except the interrupts that
Xen uses.
You say exactly the same things with all "Xen unused SPIs for Dom0" and
"except the interrupts that Xen uses".
I would instead say:
"Allow
From: Shannon Zhao
Permit access all Xen unused SPIs for Dom0 except the interrupts that
Xen uses. Then when Dom0 configures the interrupt, it could set the
interrupt type and route it to Dom0.
Signed-off-by: Shannon Zhao
Reviewed-by: Stefano Stabellini
---
xen/arch/arm/domain_build.c | 31 ++