Re: [Xen-devel] [RFC PATCH 38/49] ARM: new VGIC: handle hardware mapped IRQs

2018-02-26 Thread Julien Grall
Hi, On 02/26/2018 05:19 PM, Andre Przywara wrote: Hi, On 26/02/18 16:57, Julien Grall wrote: On 02/26/2018 04:48 PM, Andre Przywara wrote: Hi, On 23/02/18 18:14, Julien Grall wrote: On 23/02/18 18:02, Andre Przywara wrote: Hi, Hi Andre, On 19/02/18 12:19, Julien Grall wrote: Hi,

Re: [Xen-devel] [RFC PATCH 38/49] ARM: new VGIC: handle hardware mapped IRQs

2018-02-26 Thread Andre Przywara
Hi, On 26/02/18 16:57, Julien Grall wrote: > > > On 02/26/2018 04:48 PM, Andre Przywara wrote: >> Hi, >> >> On 23/02/18 18:14, Julien Grall wrote: >>> >>> >>> On 23/02/18 18:02, Andre Przywara wrote: Hi, >>> >>> Hi Andre, >>> On 19/02/18 12:19, Julien Grall wrote: > Hi, >

Re: [Xen-devel] [RFC PATCH 38/49] ARM: new VGIC: handle hardware mapped IRQs

2018-02-26 Thread Julien Grall
On 02/26/2018 04:48 PM, Andre Przywara wrote: Hi, On 23/02/18 18:14, Julien Grall wrote: On 23/02/18 18:02, Andre Przywara wrote: Hi, Hi Andre, On 19/02/18 12:19, Julien Grall wrote: Hi, On 09/02/18 14:39, Andre Przywara wrote: The VGIC supports virtual IRQs to be connected to a

Re: [Xen-devel] [RFC PATCH 38/49] ARM: new VGIC: handle hardware mapped IRQs

2018-02-26 Thread Andre Przywara
Hi, On 23/02/18 18:14, Julien Grall wrote: > > > On 23/02/18 18:02, Andre Przywara wrote: >> Hi, > > Hi Andre, > >> On 19/02/18 12:19, Julien Grall wrote: >>> Hi, >>> >>> On 09/02/18 14:39, Andre Przywara wrote: The VGIC supports virtual IRQs to be connected to a hardware IRQ, so

Re: [Xen-devel] [RFC PATCH 38/49] ARM: new VGIC: handle hardware mapped IRQs

2018-02-23 Thread Julien Grall
On 23/02/18 18:02, Andre Przywara wrote: Hi, Hi Andre, On 19/02/18 12:19, Julien Grall wrote: Hi, On 09/02/18 14:39, Andre Przywara wrote: The VGIC supports virtual IRQs to be connected to a hardware IRQ, so when a guest EOIs the virtual interrupt, it affects the state of that

Re: [Xen-devel] [RFC PATCH 38/49] ARM: new VGIC: handle hardware mapped IRQs

2018-02-23 Thread Andre Przywara
Hi, On 19/02/18 12:19, Julien Grall wrote: > Hi, > > On 09/02/18 14:39, Andre Przywara wrote: >> The VGIC supports virtual IRQs to be connected to a hardware IRQ, so >> when a guest EOIs the virtual interrupt, it affects the state of that >> corresponding interrupt on the hardware side at the

Re: [Xen-devel] [RFC PATCH 38/49] ARM: new VGIC: handle hardware mapped IRQs

2018-02-19 Thread Julien Grall
Hi, On 09/02/18 14:39, Andre Przywara wrote: The VGIC supports virtual IRQs to be connected to a hardware IRQ, so when a guest EOIs the virtual interrupt, it affects the state of that corresponding interrupt on the hardware side at the same time. Implement the interface that the Xen arch/core

[Xen-devel] [RFC PATCH 38/49] ARM: new VGIC: handle hardware mapped IRQs

2018-02-09 Thread Andre Przywara
The VGIC supports virtual IRQs to be connected to a hardware IRQ, so when a guest EOIs the virtual interrupt, it affects the state of that corresponding interrupt on the hardware side at the same time. Implement the interface that the Xen arch/core code expects to connect the virtual and the