Re: [Qemu-devel] why do qem/arm not clear CPU_INTERRUPT_HARD bit of env->interrupt_request automatically?

2006-10-08 Thread Donald Liew
i see. you are right, thanks very much2006/10/8, Paul Brook <[EMAIL PROTECTED]>: On Saturday 07 October 2006 19:15, Donald Liew wrote:> i'm reading qemu-system-arm code and trying to add some more> evaluation boards support for it. in the 0.8.2 source code i found> somethin

[Qemu-devel] why do qem/arm not clear CPU_INTERRUPT_HARD bit of env->interrupt_request automatically?

2006-10-07 Thread Donald Liew
i'm reading qemu-system-arm code and trying to add some more evaluation boards support for it. in the 0.8.2 source code i found something i can't understand, when handling interrupts all other targets clears this bit after calling do_interrupt, however the arm target doesn't do this, why? won't th