RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 610805 - Move CPU definitions to /usr/share/...
Summary: Move CPU definitions to /usr/share/...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: qemu-kvm
Version: 6.0
Hardware: All
OS: Linux
high
medium
Target Milestone: rc
: ---
Assignee: john cooper
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On:
Blocks: 605830 675229
TreeView+ depends on / blocked
 
Reported: 2010-07-02 13:38 UTC by Jiri Denemark
Modified: 2014-07-25 03:46 UTC (History)
7 users (show)

Fixed In Version: qemu-kvm-0.12.1.2-2.95.el6
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 675229 (view as bug list)
Environment:
Last Closed: 2010-11-10 21:26:02 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Jiri Denemark 2010-07-02 13:38:13 UTC
Description of problem:

Currently CPU defs are part of /etc/qemu/target-x86_64.conf configuration file, which has a number of problems

- it's not loaded when -nodefconfig option is given, which makes the CPU definitions useless for libvirt
- it is asking to be edited by users
- it can't always be automatically replaced by a new version when upgrading qemu-kvm

It's desired to move the CPU definitions to some file(s) in /usr/share/ from where they could be unconditionally loaded. This will also allow for easy future updates of the definitions.

In other words, the following command should list all the new CPU models:

/usr/libexec/qemu-kvm -nodefconfig -cpu ?

Comment 5 Miya Chen 2010-07-30 09:02:10 UTC
Test with qemu-kvm-0.12.1.2-2.104.el6.x86_64, he following command should list all the new CPU models, so this bug has been fixed.
# /usr/libexec/qemu-kvm -nodefconfig -cpu ?
x86       Opteron_G3
x86       Opteron_G2
x86       Opteron_G1
x86          Nehalem
x86           Penryn
x86           Conroe
x86           [n270]
x86         [athlon]
x86       [pentium3]
x86       [pentium2]
x86        [pentium]
x86            [486]
x86        [coreduo]
x86         [qemu32]
x86          [kvm64]
x86       [core2duo]
x86         [phenom]
x86         [qemu64]

Comment 6 releng-rhel@redhat.com 2010-11-10 21:26:02 UTC
Red Hat Enterprise Linux 6.0 is now available and should resolve
the problem described in this bug report. This report is therefore being closed
with a resolution of CURRENTRELEASE. You may reopen this bug report if the
solution does not work for you.


Note You need to log in before you can comment on or make changes to this bug.