Bug 1825769
Summary: | The sub-element for video device should be "interleave" in rng file | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux Advanced Virtualization | Reporter: | Lili Zhu <lizhu> |
Component: | libvirt | Assignee: | khanicov |
Status: | CLOSED ERRATA | QA Contact: | zhentang <zhetang> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 8.2 | CC: | chhu, fjin, jdenemar, jsuchane, khanicov, lmen, mprivozn, virt-maint, xuzhang |
Target Milestone: | rc | Keywords: | Triaged, Upstream |
Target Release: | 8.3 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | libvirt-7.3.0-1.el8 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-11-16 07:49:57 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: | 7.2.0 |
Embargoed: |
Description
Lili Zhu
2020-04-20 08:30:17 UTC
xml in the additional info should be: # cat rhel.xml <video> <driver name='qemu'/> <model type='virtio'/> </video> Patch proposed on the list: https://listman.redhat.com/archives/libvir-list/2021-March/msg00521.html Merged upstream as: cd217e702c Add 'interleave' to the sub-element for video device in rng file v7.1.0-170-gcd217e702c verified ======================================== Compiled against library: libvirt 7.4.0 Using library: libvirt 7.4.0 Using API: QEMU 7.4.0 Running hypervisor: QEMU 5.2.0 xml: ... <video> <model type='virtio'/> <driver name='qemu'/> </video> ... # virt-xml-validate tztest_bug.xml tztest_bug.xml validates 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 (virt:av 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/RHBA-2021:4684 |