Bug 1922093
Summary: | Should fail to define guest xml with non-virtio video devices using packed virtqueues | ||
---|---|---|---|
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.4 | CC: | jdenemar, jsuchane, khanicov, knoel, lmen, mprivozn, virt-maint, xuzhang |
Target Milestone: | rc | Keywords: | Triaged, Upstream |
Target Release: | 8.5 | ||
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:51:32 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
2021-01-29 08:49:49 UTC
Patches proposed on the list: https://listman.redhat.com/archives/libvir-list/2021-March/msg00458.html Merged upstream as: b5d25b8183 domain_validate: Move virDomainCheckVirtioOptionsAreAbsent() a few lines forward v7.1.0-250-gb5d25b8183 25d3b41e5e domain_validate: XML validate that non-virtio video devices have none virtio options v7.1.0-251-g25d3b41e5e VERIFIED ========================== Environment: 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 data: ... <video> <driver packed='on'/> <model type='vga' vram='16384' heads='1' primary='yes'/> <address type='pci' domain='0x0000' bus='0x08' slot='0x01' function='0x0'/> </video> ... Result: # virsh define tztest_bug.xml error: Failed to define domain from tztest_bug.xml error: unsupported configuration: packed driver option is only supported for virtio devices 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 |