Re: [Qemu-devel] Hardware interrupts

2006-07-17 Thread Paul Brook
> "In order to be faster, QEMU does not check at every basic block if an > hardware interrupt is pending. Instead, the user must asynchrously call a > specific function to tell that an interrupt is pending. This function > resets the chaining of the currently executing basic block. It ensures that

[Qemu-devel] Hardware interrupts

2006-07-17 Thread Alessandro Corradi
Hi all,In http://fabrice.bellard.free.fr/qemu/qemu-tech.html: "In order to be faster, QEMU does not check at every basic block if an hardware interrupt is pending. Instead, the user must asynchrously call a specific function to tell that an interrupt is pending. This function resets the cha