Bug 880090
Summary: | Cannot install windows 8 x86 with 0x0000005D error with cpu64-rhel6 | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Geyang Kong <gkong> |
Component: | qemu-kvm | Assignee: | Eduardo Habkost <ehabkost> |
Status: | CLOSED DUPLICATE | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.4 | CC: | acathrow, areis, bcao, bsarathy, dawu, dyasny, juzhang, mjenner, mkenneth, rwu, sluo, virt-maint, xwei, yupzhang |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-11-27 17:44:19 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Geyang Kong
2012-11-26 08:29:15 UTC
Since if user create a guest through virt-manager, normally they will just follow the wizard. But in this scenario, libvirt will not send -cpu host to qemu-kvm, then user will be certain to hit this issue. So I think qemu-kvm-0.12.1.2-2.316.el6.x86_64 is a better solution. Hi all, I have tested this issue to narrow down the range and check that from the qemu-kvm-0.12.1.2-2.320 cause regression. and i also tried other cpu model(SandyBridge & Opteron_G2), they can hit this issue on qemu-kvm-0.12.1.2-2.337. qemu-kvm-0.12.1.2-2.337 + SandyBridge / Opteron_G2 -------> fail qemu-kvm-0.12.1.2-2.330 + SandyBridge -------> fail qemu-kvm-0.12.1.2-2.321 + SandyBridge -------> fail qemu-kvm-0.12.1.2-2.320 + SandyBridge -------> fail qemu-kvm-0.12.1.2-2.319 + SandyBridge -------> pass qemu-kvm-0.12.1.2-2.318 + SandyBridge -------> pass qemu-kvm-0.12.1.2-2.316 + SandyBridge -------> pass Best Regards. sluo Marked qa+ first even we do not fully support win8 on rhel6.4. I could reproduce the issue using qemu-kvm-0.12.1.2-2.316.el6.x86_64, running kernel 2.6.32-279.el6.x86_64 on the host, so it doesn't seem to be a regression. Please try to reproduce the bug using the latest 6.3.z packages, to confirm it is not a regression. It happens to work if using qemu-kvm-0.12.1.2-2.316.el6.x86_64 on a newer kernel, because that version of qemu-kvm has a bug that makes it (incorrectly) enable the SEP feature unconditionally (see bug 745717), and that bug is visible only if using a newer kernel (that has the kernel bug 821463 fixed). On 6.3, SEP was never enabled by default, and -2.320.el6 fixes bug 745717 by keeping SEP disabled. To work around this problem, you can use "-cpu <model>,+sep" in the qemu command-line. We have a bug for enabling SEP, already. See bug 821741. *** This bug has been marked as a duplicate of bug 821741 *** |