Bug 444332
Summary: | Allow 32-bit guests to be run on x86_64 with KVM | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Geert Jansen <gjansen> |
Component: | libvirt | Assignee: | Daniel Veillard <veillard> |
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | rawhide | CC: | berrange, bugzilla |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2008-04-27 16:02:03 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
Geert Jansen
2008-04-27 10:21:53 UTC
The whole point of x86_64 is that it is compatible with i386 instruction set. ie your 32-bit guest OS will run just fine in the x86_64 KVM vm. libvirt is advertising the architecture of the virtual machine, not the architecture of the OS to be run inside the virtual machine. As such it only advertises x86_64 on an x86_64 host. You are right of course. The other options present in the list (i686, ...) made me confuse. Sorry for the extra work caused. |