Hi,
This morning I found the problem was that I actually read
s3_0_c12_c8_0(ICC_IAR0_EL1) when I should read s3_0_c12_c12(ICC_IAR1_EL1)
for non-secure group 1 interrupt.
(I though the #ifdef #else #endif in the .S file is processed into .s file
but looks like the last statement is selected. I sho
Hello, list members,
I'm testing a simple bare-metal program, so the program runs at EL3.
I assigned an SPI (INTID=208) to non-secure group 1 and to acknowledge it I
read s3_0_c12_c12_0 (ICC_IAR0_EL1) but it gives me INTID 1021.
I tried reading s3_0_c12_c12_0 (ICC_IAR1_EL1) but it's the same.
Hi everybody!
As you might have already noticed by some other mails on the qemu-devel
mailing list, we are in progress of switching our bug tracking tool from
Launchpad to Gitlab. The new tracker can now be found here:
https://gitlab.com/qemu-project/qemu/-/issues
Please note that this h