Re: [PATCH 1/2] hw/ssi: ibex_spi_host: Clear the interrupt even if disabled

2023-11-02 Thread Daniel Henrique Barboza
On 11/1/23 21:34, Alistair Francis wrote: We currently don't clear the interrupts if they are disabled. This means that if an interrupt occurs and the guest disables interrupts the QEMU IRQ will remain high. This doesn't immediately affect guests, but if the guest re-enables interrupts it's p

[PATCH 1/2] hw/ssi: ibex_spi_host: Clear the interrupt even if disabled

2023-11-01 Thread Alistair Francis
We currently don't clear the interrupts if they are disabled. This means that if an interrupt occurs and the guest disables interrupts the QEMU IRQ will remain high. This doesn't immediately affect guests, but if the guest re-enables interrupts it's possible that we will miss an interrupt as it al