Re: [Qemu-devel] [PATCH v3 16/20] intc/arm_gic: Implement gic_update_virt() function

2018-07-13 Thread Luc Michel
On 07/12/2018 03:56 PM, Peter Maydell wrote: > On 29 June 2018 at 14:29, Luc Michel wrote: >> Add the gic_update_virt() function to update the vCPU interface states >> and raise vIRQ and vFIQ as needed. This commit renames gic_update() to >> gic_update_internal() and generalizes it to handle bot

Re: [Qemu-devel] [PATCH v3 16/20] intc/arm_gic: Implement gic_update_virt() function

2018-07-13 Thread Peter Maydell
On 13 July 2018 at 14:33, Luc Michel wrote: > > > On 07/12/2018 03:56 PM, Peter Maydell wrote: >> On 29 June 2018 at 14:29, Luc Michel wrote: >>> Add the gic_update_virt() function to update the vCPU interface states >>> and raise vIRQ and vFIQ as needed. This commit renames gic_update() to >>> g

Re: [Qemu-devel] [PATCH v3 16/20] intc/arm_gic: Implement gic_update_virt() function

2018-07-12 Thread Peter Maydell
On 29 June 2018 at 14:29, Luc Michel wrote: > Add the gic_update_virt() function to update the vCPU interface states > and raise vIRQ and vFIQ as needed. This commit renames gic_update() to > gic_update_internal() and generalizes it to handle both cases, with a > `virt' parameter to track whether