Re: [Qemu-discuss] Sending IRQ in ARM emulation

2015-09-22 Thread Peter Maydell
On 22 September 2015 at 08:30, Maciej Bielski wrote: > Hi, > > I am using qemu-system-arm for ARM emulation. I have found that an > interrupt may be sent by qemu_set_irq(), with all device configuration > done inside fdt. But then, the only result is that a cpu flag is set: >

[Qemu-discuss] Sending IRQ in ARM emulation

2015-09-22 Thread Maciej Bielski
Hi, I am using qemu-system-arm for ARM emulation. I have found that an interrupt may be sent by qemu_set_irq(), with all device configuration done inside fdt. But then, the only result is that a cpu flag is set: cpu->tcg_exit_req = 1 Is there a way to invoke any kind of callback on such event?