Bug 1790189
Summary: | libvirt should not use usb bus on s390x by default for devices declared via <input> tags | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | Thomas Huth <thuth> |
Component: | libvirt | Assignee: | Michal Privoznik <mprivozn> |
Status: | CLOSED ERRATA | QA Contact: | smitterl |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 8.2 | CC: | cohuck, dzheng, jdenemar, mprivozn, rbalakri, smitterl, yalzhang |
Target Milestone: | rc | Keywords: | Upstream |
Target Release: | 8.3 | ||
Hardware: | s390x | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | libvirt-6.0.0-17.el8 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-11-04 02:53:03 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
Thomas Huth
2020-01-12 12:28:04 UTC
Reproduced with libvirt-4.5.0-37.module+el8.2.0+5221+0a85e35d.s390x Steps 1. virsh edit guestname 2. Add this tag (without bus): <input type='keyboard'/> Results: error: unsupported configuration: USB is disabled for this domain, but USB devices are present in the domain XML Failed. Try again? [y,n,i,f,?]: Pushed upstream as: 177fbcdfaa domain_conf: Do not use USB by default for <input> devices on s390x v6.0.0-rc1-15-g177fbcdfaa Verified with: libvirt-6.0.0-17.module+el8.3.0+6423+e4cb6418.s390x Steps 1. virsh edit guestname 2. Add this tag (without bus): <input type='keyboard'/> 3. virsh dumpxml|grep keyboard ==> <input type='keyboard' bus='virtio'> Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: virt:rhel and virt-devel:rhel security, bug fix, and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2020:4676 |