Bug 58931
Summary: | SMP x64 Windows 2003 guest can't boot up | ||
---|---|---|---|
Product: | Virtualization | Reporter: | Jay Ren (yongjie.ren) |
Component: | kvm | Assignee: | virtualization_kvm |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | ||
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 3.10.0-rc1 | Subsystem: | |
Regression: | Yes | Bisected commit-id: |
Description
Jay Ren
2013-05-29 03:06:23 UTC
After bisection, we found the first bad commit is: f1ed0450a5fac7067590317cbf027f566b6ccbca commit f1ed0450a5fac7067590317cbf027f566b6ccbca Author: Jan Kiszka <jan.kiszka@siemens.com> Date: Sun Apr 28 14:00:41 2013 +0200 KVM: x86: Remove support for reporting coalesced APIC IRQs Gleb and Jan are trying to fix it. The following commit fixed this bug: commit 24f7bb52e952912b6a936ebcdc4e744b03e9e5cf Author: Gleb Natapov <gleb@redhat.com> Date: Mon Jun 24 15:19:15 2013 +0300 KVM: Fix RTC interrupt coalescing tracking This reverts most of the f1ed0450a5fac7067590317cbf027f566b6ccbca. After the commit kvm_apic_set_irq() no longer returns accurate information about interrupt injection status if injection is done into disabled APIC. RTC interrupt coalescing tracking relies on the information to be accurate and cannot recover if it is not. Signed-off-by: Gleb Natapov <gleb@redhat.com> |