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 921974 - Disable or remove emulated audio devices that we will not support
Summary: Disable or remove emulated audio devices that we will not support
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: qemu-kvm
Version: 7.0
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: rc
: ---
Assignee: Miroslav Rezanina
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On:
Blocks: 720747 895240
TreeView+ depends on / blocked
 
Reported: 2013-03-15 10:52 UTC by Paolo Bonzini
Modified: 2014-06-18 03:24 UTC (History)
11 users (show)

Fixed In Version: qemu-kvm-1.4.0-3.el7.x86_64.rpm
Doc Type: Deprecated Functionality
Doc Text:
Cause: audio device ES1370 is available in RHEL-6, but not in RHEL-7. Consequence: guests configured with this device cannot be migrated from a RHEL-6 host to a RHEL-7 host. Workaround: reconfigure the guest to use AC97 instead of ES1370. To do this in libvirt domain XML, replace es1370 in <devices> <sound model='es1370'/> </devices> by ac97, and reboot the guest.
Clone Of: 903918
Environment:
Last Closed: 2014-06-13 10:38:05 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Comment 2 Miroslav Rezanina 2013-03-19 11:25:27 UTC
This means we want to support AC97 and intel hda, right?

Comment 3 Paolo Bonzini 2013-03-19 11:36:55 UTC
Yes.

Comment 4 Miroslav Rezanina 2013-04-23 09:44:38 UTC
Fixed in qemu-kvm-1.4.0-3.el7.x86_64.rpm

Comment 7 Jun Li 2014-01-26 08:00:21 UTC
Verify this bug:
Version-Release number of selected component (if applicable):
seabios-bin-1.7.2.2-10.el7.x86_64
qemu-kvm-1.5.3-41.el7.x86_64
----
# /usr/libexec/qemu-kvm -device ? 2>&1 |grep -i audio
name "AC97", bus PCI, desc "Intel 82801AA AC97 Audio"
name "hda-duplex", bus HDA, desc "HDA Audio Codec, duplex (line-out, line-in)"
name "hda-micro", bus HDA, desc "HDA Audio Codec, duplex (speaker, microphone)"
name "hda-output", bus HDA, desc "HDA Audio Codec, output-only (line-out)"
name "ich9-intel-hda", bus PCI, desc "Intel HD Audio Controller (ich9)"
name "intel-hda", bus PCI, desc "Intel HD Audio Controller (ich6)"
---
# /usr/libexec/qemu-kvm -device ? 2>&1 |grep -i ES1370
No output.
# /usr/libexec/qemu-kvm -device ? 2>&1 |grep -i sb16
No output.
---
Based on above test and comment 0, comment 2 and 3,  AC97 and intel hda has been supported. ES1370 and sb16 has been disabled.

Comment 9 Ludek Smid 2014-06-13 10:38:05 UTC
This request was resolved in Red Hat Enterprise Linux 7.0.

Contact your manager or support representative in case you have further questions about the request.


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