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 592977 - [vdsm] [libvirt intg] need support in SSE4 instruction set which used by Intel Core microarchitecture
Summary: [vdsm] [libvirt intg] need support in SSE4 instruction set which used by Inte...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: libvirt
Version: 6.0
Hardware: All
OS: Linux
low
medium
Target Milestone: rc
: ---
Assignee: Jiri Denemark
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On:
Blocks: 581275
TreeView+ depends on / blocked
 
Reported: 2010-05-17 14:24 UTC by Haim
Modified: 2014-01-13 00:46 UTC (History)
12 users (show)

Fixed In Version: libvirt-0.8.1-5.el6
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-07-02 19:33:38 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Haim 2010-05-17 14:24:17 UTC
Description of problem:

we need libvirt to support SSE4 instruction set used by Intel Intel Core microarchitecture.
when rhevm requests to use this feature, libvirt raise the following error: 

Thread-1210::ERROR::2010-05-17 15:41:29,564::vm::598::vds.vmlog.323f9858-bf4e-40e4-a7ae-d9efb65570b6::Traceback (most recent call last):
  File "/usr/share/vdsm/vm.py", line 566, in _execqemu
    self._run()
  File "/usr/share/vdsm/libvirtvm.py", line 480, in _run
    self._connection.createXML(domxml, 0),
  File "/usr/lib64/python2.6/site-packages/libvirt.py", line 1274, in createXML
    if ret is None:raise libvirtError('virDomainCreateXML() failed', conn=self)
libvirtError: internal error Unknown CPU feature sse4.1

configuration in XML:


     <cpu match="exact">
                <model>qemu64</model>
                <topology cores="1" sockets="1" threads="1"/>
                <feature name="sse2" policy="require"/>
                <feature name="cx16" policy="require"/>
                <feature name="ssse3" policy="require"/>
                <feature name="sse4.1" policy="require"/>
                <feature name="svm" policy="disable"/>
        </cpu>






Version-Release number of selected component (if applicable):

vdsm-4.9-6.el6.x86_64
qemu-kvm-0.12.1.2-2.53.el6.x86_64
libvirt-0.8.1-4.el6.x86_64

How reproducible: always 


Steps to Reproduce:
1. create a new domain (vm) using sse4_
2. start it via virsh

Comment 2 RHEL Program Management 2010-05-18 07:55:11 UTC
This request was evaluated by Red Hat Product Management for inclusion in a Red
Hat Enterprise Linux major release.  Product Management has requested further
review of this request by Red Hat Engineering, for potential inclusion in a Red
Hat Enterprise Linux Major release.  This request is not yet committed for
inclusion.

Comment 3 Dave Allan 2010-05-19 03:46:27 UTC
libvirt-0.8.1-5.el6 has been built in RHEL-6-candidate with the fix

Dave

Comment 5 Haim 2010-06-09 09:41:42 UTC
verified on latest version. 

created a domain which uses sse4.1 model and domain created successfully:

         <cpu match="exact">
                <model>qemu64</model>
                <topology cores="1" sockets="1" threads="1"/>
                <feature name="sse2" policy="require"/>
                <feature name="cx16" policy="require"/>
                <feature name="ssse3" policy="require"/>
                <feature name="sse4.1" policy="require"/>
                <feature name="svm" policy="disable"/>
        </cpu>
</domain>

vdsm-4.9-8.el6.x86_64
qemu-kvm-0.12.1.2-2.69.el6.x86_64
libvirt-0.8.1-7.el6.x86_64

Comment 6 releng-rhel@redhat.com 2010-07-02 19:33:38 UTC
Red Hat Enterprise Linux Beta 2 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.