Bug 1981663
Summary: | Add support for optional audio drivers | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux Advanced Virtualization | Reporter: | Lili Zhu <lizhu> |
Component: | qemu-kvm | Assignee: | Virtualization Maintenance <virt-maint> |
qemu-kvm sub component: | Audio | QA Contact: | Guo, Zhiyi <zhguo> |
Status: | CLOSED NOTABUG | Docs Contact: | |
Severity: | low | ||
Priority: | low | CC: | coli, ddepaula, dyuan, jinzhao, juzhang, kkiwi, kraxel, lmen, virt-maint, zhguo |
Version: | 8.5 | Keywords: | RFE, Triaged |
Target Milestone: | rc | ||
Target Release: | 8.5 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-07-15 14:40:26 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: |
Description
Lili Zhu
2021-07-13 06:32:24 UTC
Fo This bug report looks odd. * Why are we testing qemu-6.0.0 on RHEL-8 (non-AV)? * Was this testcase successful before (where?) * can you run qemu with '-audio-help' and check the available drivers? * Is package qemu-audio-pa installed? Thanks, -Klaus (In reply to Klaus Heinrich Kiwi from comment #2) > This bug report looks odd. > > * Why are we testing qemu-6.0.0 on RHEL-8 (non-AV)? > * Was this testcase successful before (where?) > * can you run qemu with '-audio-help' and check the available drivers? > * Is package qemu-audio-pa installed? > > Thanks, > > -Klaus (In reply to Klaus Heinrich Kiwi from comment #2) > This bug report looks odd. > > * Why are we testing qemu-6.0.0 on RHEL-8 (non-AV)? Sorry about mistaking the product, the product has been changed to "RHEL-av" > * Was this testcase successful before (where?) I did not test this testcase before, this case was introduced by an RFE of libvirt. Please refer to Bug #1788807. So I have no idea of the situation before. > * can you run qemu with '-audio-help' and check the available drivers? # /usr/libexec/qemu-kvm -audio-help Environment variable based configuration deprecated. Please use the new -audiodev option. Equivalent -audiodev to your current environment variables: (Since you didn't specify QEMU_AUDIO_DRV, I'll list all possibilities) -audiodev id=none,driver=none > * Is package qemu-audio-pa installed? I did not find qemu-audio-pa rpm build of rhel or centos. Please help to check. Thanks (In reply to Lili Zhu from comment #4) > (In reply to Klaus Heinrich Kiwi from comment #2) > > This bug report looks odd. > > > > * Why are we testing qemu-6.0.0 on RHEL-8 (non-AV)? > Sorry about mistaking the product, the product has been changed to "RHEL-av" > > > * Was this testcase successful before (where?) > I did not test this testcase before, this case was introduced by an RFE of > libvirt. > Please refer to Bug #1788807. So I have no idea of the situation before. I'm having a hard-time connecting the dots here.. There was a blog-post by Gerd showing that libvirt now supports the new standardized '-audiodev' argument to qemu, instead of the old -audio xxx. Then that created a Bugzilla to bring that support to libvirt downstream (why? how was that decided?) And then it created the testcase which resulted in this bug... But so far, I haven't seen any evidence that even 'qemu -audio xxxx' was ever supported to begin with.. > > > * can you run qemu with '-audio-help' and check the available drivers? > # /usr/libexec/qemu-kvm -audio-help > Environment variable based configuration deprecated. > Please use the new -audiodev option. > > Equivalent -audiodev to your current environment variables: > (Since you didn't specify QEMU_AUDIO_DRV, I'll list all possibilities) > -audiodev id=none,driver=none > > > * Is package qemu-audio-pa installed? > I did not find qemu-audio-pa rpm build of rhel or centos. > > Please help to check. Thanks The command above shows that the are no audio drivers compiled.. I couldn't find the build logs for this package to confirm that was by design (I strongly believe it is) - Daniel, is this something you can point us to? And for posterity / education purposes, where can we find the latest compose + build logs from each individual package? I tried browsing brew for them but couldn't find qemu-kvm-6.0.0-23.module+el8.5.0+11740+35571f13.x86_64 Thanks https://brewweb.engineering.redhat.com/brew/packageinfo?packageID=18283 You add qemu-kvm into the package search in brew and it should show up. I can definitely see that particular qemu-kvm build from there. You click on it and you should have access to the build log and etc. About the audio driver: Yes, we're disabling the audio driver list in build time. See http://pkgs.devel.redhat.com/cgit/rpms/qemu-kvm/tree/qemu-kvm.spec?h=stream-av-LP-rhel-8.5.0-advanced-virt It's been this way for the whole RHEL-8 release: http://pkgs.devel.redhat.com/cgit/rpms/qemu-kvm/tree/qemu-kvm.spec?h=stream-8.1-LP-rhel-8.1.0-advanced-virt So I don't think this was ever different. I'm wondering if this test case ever worked. Answering some other questions: qemu-audio-pa is not available downstream. Last but not least, by opening the "virtualization features supported in RHEL" I don't see any reference to audio there. So the question that remains: Did this ever work? If no, and if not supported, do we actually have PM ack to add this feature? (In reply to Danilo Cesar Lemes de Paula from comment #6) > https://brewweb.engineering.redhat.com/brew/packageinfo?packageID=18283 > > You add qemu-kvm into the package search in brew and it should show up. > I can definitely see that particular qemu-kvm build from there. > You click on it and you should have access to the build log and etc. > Thanks, I was having issues with brew's search function. I was able to find the package if I search for a 'build' with the particular string, stripped from arch. https://brewweb.engineering.redhat.com/brew/buildinfo?buildID=1658391 > About the audio driver: Yes, we're disabling the audio driver list in build > time. > See > http://pkgs.devel.redhat.com/cgit/rpms/qemu-kvm/tree/qemu-kvm.spec?h=stream- > av-LP-rhel-8.5.0-advanced-virt > It's been this way for the whole RHEL-8 release: > http://pkgs.devel.redhat.com/cgit/rpms/qemu-kvm/tree/qemu-kvm.spec?h=stream- > 8.1-LP-rhel-8.1.0-advanced-virt > So I don't think this was ever different. I'm wondering if this test case > ever worked. > > Answering some other questions: qemu-audio-pa is not available downstream. > > Last but not least, by opening the "virtualization features supported in > RHEL" I don't see any reference to audio there. > > So the question that remains: Did this ever work? If no, and if not > supported, do we actually have PM ack to add this feature? I guess it's safe to say that we don't support this scenario. We can continue the conversation (here or on virt-devel) but I'll close this issue for now. |