Cui, Dexuan
2007-Jan-10 11:27 UTC
[Xen-devel] [Patch] Fix x64 SMP Vista''s Bug Check 0x101 issue
x64 SMP Vista HVM guest uses HPET as the main system timer, and it uses physical destination mode with broadcast to deliver the interrupts generated by HPET. In current code, timer interrupts are injected only to VCPU0 in vioapic.c, but this doesn''t satisfy x64 SMP Vista -- when it boots, it complains "a clock interrupt was not received on a secondary processor within the allocated time interval" with Bug Check 0x101. The attached patch fixes the issue. -- Dexuan Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Maybe Matching Threads
- [Patch] Fix the slow wall clock time issue in x64 SMP Vista
- [HVM] Fix interrupt routing
- [Patch 1/2] Add HPET emulation for HVM guest: add the HPET description table to ACPI
- Re: Xen-devel Digest, Vol 52, Issue 178
- RE: [Patch][RESEND] Add hardware CR8 acceleration for TPRaccessing