Bug 580033
Summary: | boot as KVM guest fails | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | James Findley <sixy> |
Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> |
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | high | Docs Contact: | |
Priority: | low | ||
Version: | 13 | CC: | anton, dougsland, gansalmon, itamar, jlaska, jonathan, kernel-maint, mtosatti |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | 578579 | Environment: | |
Last Closed: | 2010-04-09 12:07:13 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
James Findley
2010-04-07 10:53:09 UTC
A similar issue reported in ubuntu (see https://lists.ubuntu.com/archives/ubuntu-server-bugs/2010-March/029629.html) attributes this failure to the following fix: KVM: fix memory access during x86 emulation. A proposed patch by Marcelo Tosatti <mtosatti> as available at http://launchpadlibrarian.net/40827609/KVM%3A%20x86%3A%20ignore%20access%20permissions%20for%20hypercall%20patching.patch ffffffff81029153: 0f 01 c1 vmcall It faulted trying to write to the instruction address. But we don't have the patch mentioned in comment #2 in our kernel? From: Gleb Natapov <gleb> Date: Wed, 10 Feb 2010 12:21:32 +0000 (+0200) Subject: KVM: x86 emulator: fix memory access during x86 emulation X-Git-Tag: v2.6.34-rc1~193^2~15 X-Git-Url: http://git.kernel.org/?p=linux%2Fkernel%2Fgit%2Ftorvalds%2Flinux-2.6.git;a=commitdiff_plain;h=1871c6020d7308afb99127bba51f04548e7ca84e It's not in our kernel and the patch from comment #2 will not apply. Oh, you're using Centos5 for the host. This error is caused by a bug in that kernel, not Fedora's. |