Bug 2087155
Summary: | Guest will get stuck at "Reached target Basic System" if insert the virtio-iommu device in pcie-root-port | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 9 | Reporter: | Yihuang Yu <yihyu> |
Component: | qemu-kvm | Assignee: | Eric Auger <eric.auger> |
qemu-kvm sub component: | Devices | QA Contact: | Yihuang Yu <yihyu> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | medium | ||
Priority: | low | CC: | abologna, coli, eric.auger, gshan, jinzhao, juzhang, lijin, mrezanin, virt-maint, zhenyzha |
Version: | 9.1 | Keywords: | Triaged |
Target Milestone: | rc | ||
Target Release: | 9.2 | ||
Hardware: | aarch64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | qemu-kvm-7.2.0-1.el9 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2023-05-09 07:19:33 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: | |||
Bug Blocks: | 1924294 |
Description
Yihuang Yu
2022-05-17 13:36:13 UTC
According to Andrea this is not a topology that is used by libvirt so it is low priority and does not block the feature. However it should not prevent the guest from booting so that's worth debugging. Fix: e72cfabf4e hw/virtio/virtio-iommu-pci: Enforce the device is plugged on the root bus has landed upstream (v7.2.0-rc1). Move to POST. Verify with qemu-kvm-7.2.0-1.el9.aarch64 # /usr/libexec/qemu-kvm -version QEMU emulator version 7.2.0 (qemu-kvm-7.2.0-1.el9) Copyright (c) 2003-2022 Fabrice Bellard and the QEMU Project developers # /usr/libexec/qemu-kvm -M virt -accel kvm -cpu host -device pcie-root-port,id=pcie-root-port-0,multifunction=on,bus=pcie.0,addr=0x1,chassis=1 -device virtio-iommu-pci,addr=0x0,bus=pcie-root-port-0 -nodefaults qemu-kvm: -device virtio-iommu-pci,addr=0x0,bus=pcie-root-port-0: virtio-iommu-pci must be plugged on the root bus Move to "VERIFIED" based on comment 9 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: qemu-kvm 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-2023:2162 |