Displaying 1 result from an estimated 1 matches for "cpu_interrupt_hard".
2005 Sep 14
0
RE: [PATCH][VT] Clear the pending interrupt on sharedpage when PIC initialized
...exception etc,while clear the shared page is just
>> for hardware interrupt. Of course, this function is currently used
>> just for hardware interrupt since qemu works as a device model :)
>> But change here may cause following code on cpu_reset_interrupt().
>> if ( mask == CPU_INTERRUPT_HARD)
>> ......clear the shared page...
>
> Hmm... okay, I see your point here. This would be a bit ugly.
>
> I think placing your patch under pic_reset() is a better plan.
>
> -- Keir
Attached is the changed patch. Please have a look on it.
Thanks
Yunhong Jiang
&g...