[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH][VT] Clear the pending interrupt on shared page when PIC initialized
On 13 Sep 2005, at 03:40, Jiang, Yunhong wrote: 1) I think the cpu_reset_interrupt() is a common API on qemu forhardware interrupt/exception etc,while clear the shared page is just forhardware interrupt. Of course, this function is currently used just forhardware interrupt since qemu works as a device model :) But change heremay 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 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |