[Qemu-devel] Re: PATCH: debugging apic

2010-09-29 Thread Sam King
Thanks for the info. I started looking at the APIC logic and fixing the behavior is going to take me a little bit of time to make sure that I keep all of the APIC states consistent. In the meantime, TeLeMan suggested a patch a few years ago that would fix this (and potentially other) problem

[Qemu-devel] Re: PATCH: debugging apic

2010-09-28 Thread Jan Kiszka
Am 28.09.2010 21:57, Sam King wrote: > Thanks to Bernhard Kauer for pointing out the problem. Apparently if > software disables LVT_LINT0 when there is a pending CPU_HARD_INTERRUPT > you can get into trouble. I attached a patch that fixes the problem by > resetting the interrupt_request. I am n