Re: [RFC/PATCH v1 09/11] gunyah: CPU execution loop

2024-01-10 Thread Philippe Mathieu-Daudé
Hi Srivatsa, On 9/1/24 10:00, Srivatsa Vaddagiri wrote: Complete the cpu execution loop. At this time, we recognize exits associated with only MMIO access. Future patches will add support for recognizing other exit reasons, such as PSCI calls made by guest. Signed-off-by: Srivatsa Vaddagiri --

Re: [RFC/PATCH v1 09/11] gunyah: CPU execution loop

2024-01-10 Thread Philippe Mathieu-Daudé
Hi Srivatsa, On 9/1/24 10:00, Srivatsa Vaddagiri wrote: Complete the cpu execution loop. At this time, we recognize exits associated with only MMIO access. Future patches will add support for recognizing other exit reasons, such as PSCI calls made by guest. Signed-off-by: Srivatsa Vaddagiri --

[RFC/PATCH v1 09/11] gunyah: CPU execution loop

2024-01-09 Thread Srivatsa Vaddagiri
Complete the cpu execution loop. At this time, we recognize exits associated with only MMIO access. Future patches will add support for recognizing other exit reasons, such as PSCI calls made by guest. Signed-off-by: Srivatsa Vaddagiri --- accel/gunyah/gunyah-accel-ops.c | 7 ++ accel/gunyah/g