Jiang, Yunhong
2005-Sep-14 10:03 UTC
RE: [Xen-devel] [PATCH][VT] Clear the pending interrupt on sharedpage when PIC initialized
Keir Fraser wrote:> On 13 Sep 2005, at 03:40, Jiang, Yunhong wrote: > >> 1) I think the cpu_reset_interrupt() is a common API on qemu for >> hardware interrupt/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. > > -- KeirAttached is the changed patch. Please have a look on it. Thanks Yunhong Jiang> > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Seemingly Similar Threads
- [PATCH][VT] Fix the mmio for cmp/test opcode
- RE: Re: [PATCH] Fix qemu-dm segfault when multiple HVMdomains
- RE: [Patch][RESEND] Add hardware CR8 acceleration for TPRaccessing
- [PATCH] Fix gdtr access on vmxassist
- RE: [Patch][RESEND] Add hardware CR8 acceleration for TPRaccessing