Bug 1689815
| Summary: | libvirt: Can't create ppc64 guests with graphics and no USB mouse | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux Advanced Virtualization | Reporter: | Jaroslav Suchanek <jsuchane> |
| Component: | libvirt | Assignee: | Andrea Bolognani <abologna> |
| Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 8.0 | CC: | abologna, bugproxy, dzheng, gduarte, hannsj_uhl, jdenemar, jsuchane, rbalakri, virt-bugs |
| Target Milestone: | rc | Keywords: | Patch |
| Target Release: | 8.1 | Flags: | knoel:
mirror+
|
| Hardware: | ppc64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | libvirt-5.3.0-1.el8 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1683681 | Environment: | |
| Last Closed: | 2019-11-06 07:13:50 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: | |||
| Bug Depends On: | 1683609, 1683681 | ||
| Bug Blocks: | 1624641 | ||
|
Description
Jaroslav Suchanek
2019-03-18 08:30:55 UTC
Packages:
libvirt-5.3.0-1.module+el8.1.0+3225+a8268fde.ppc64le
qemu-kvm-4.0.0-3.module+el8.1.0+3265+26c4ed71.ppc64le
kernel-4.18.0-94.el8.ppc64le
Remove usb mouse and usb keyboard, keep graphics and add usb tablet as below
Save the guest.
<input type='tablet' bus='usb'>
<address type='usb' bus='0' port='1'/>
</input>
<graphics type='vnc' port='-1' autoport='yes'>
<listen type='address'/>
</graphics>
Check the guest that only usb keyboard is automatically inserted and no usb mouse is inserted.
<input type='tablet' bus='usb'>
<address type='usb' bus='0' port='1'/>
</input>
<input type='keyboard' bus='usb'>
<address type='usb' bus='0' port='2'/>
</input>
<graphics type='vnc' port='-1' autoport='yes'>
<listen type='address'/>
</graphics>
Remove the usb tablet and save. Then usb mouse is inserted.
<input type='keyboard' bus='usb'>
<address type='usb' bus='0' port='2'/>
</input>
<input type='mouse' bus='usb'>
<address type='usb' bus='0' port='1'/>
</input>
<graphics type='vnc' port='-1' autoport='yes'>
<listen type='address'/>
</graphics>
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, 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/RHBA-2019:3723 |