Bug 1002066
Summary: | CPU model checking code is broken wrt TCG guests | ||
---|---|---|---|
Product: | [Community] Virtualization Tools | Reporter: | Daniel Berrangé <berrange> |
Component: | libvirt | Assignee: | Jiri Denemark <jdenemar> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | unspecified | CC: | crobinso, jdenemar, rbalakri, rjones |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-04-10 13:38:06 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: | |||
Bug Depends On: | |||
Bug Blocks: | 910269, 1199452 |
Description
Daniel Berrangé
2013-08-28 12:34:03 UTC
Moreover, checking compatibility between host CPU and guest CPU is completely bogus for TCG too. *** Bug 996007 has been marked as a duplicate of this bug. *** I suspect the original report of using x86 CPU bits for PPC is long since fixed. The general bogus-ness of comparing against the host CPU for TCG was fixed by: commit 445a09bdc96ca6e434bfdcca75752ee316289bbe Author: Cole Robinson <crobinso> Date: Tue Sep 23 13:07:09 2014 -0400 qemu: Don't compare CPU against host for TCG |