Bug 2003092
Summary: | Convert QEMU driver from SGA bios to graphics=off | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 9 | Reporter: | Daniel Berrangé <berrange> |
Component: | libvirt | Assignee: | Daniel Berrangé <berrange> |
libvirt sub component: | General | QA Contact: | Meina Li <meili> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | unspecified | ||
Priority: | unspecified | CC: | coli, jdenemar, jinqi, jsuchane, lizhu, mmarusak, rjones, virt-maint, xuwei, xuzhang, yoguo |
Version: | 9.0 | Keywords: | AutomationBackLog |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | libvirt-7.8.0-1.el9 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-05-17 12:45: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.8.0 |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 2000845, 2002325, 2003040 |
Description
Daniel Berrangé
2021-09-10 11:19:58 UTC
*** Bug 2002392 has been marked as a duplicate of this bug. *** *** Bug 2007257 has been marked as a duplicate of this bug. *** Test Version: libvirt-7.8.0-1.el9.x86_64 qemu-kvm-6.1.0-5.el9.x86_64 Test Steps: 1. Prepare a seabios guest with the following os xml: # virsh dumpxml lmn | grep /os -B5 <os> <type arch='x86_64' machine='pc-q35-rhel8.5.0'>hvm</type> <boot dev='hd'/> <bootmenu enable='yes' timeout='5000'/> <bios useserial='yes'/> </os> 2. Start and paused the guest; then check the concole: # virsh start lmn --paused Domain 'lmn' started # virsh console lmn Connected to domain 'lmn' Escape character is ^] (Ctrl + ]) 3. Check the qemu command: # ps aux | grep lmn | grep graphics=off ... -machine pc-q35-rhel8.5.0,accel=kvm,usb=off,dump-guest-core=off,memory-backend=pc.ram,graphics=off ... 3. In another terminal, resume the guest. # virsh resume lmn Domain 'lmn' resumed 4. Check the console in the first terminal. SeaBIOS (version 1.14.0-7.el9) Machine UUID b91e01f9-58c7-4266-8868-ca8d7ec76d7c iPXE (http://ipxe.org) 01:00.0 CA00 PCI2.10 PnP PMM+7FF8D110+7FECD110 CA00 Press ESC for boot menu. Select boot device: 1. Virtio disk PCI:04:00.0 2. Legacy option rom 3. iPXE (PCI 01:00.0) We can see the message on the text console from seabios offering to show the menu choices Verified Version: libvirt-7.8.0-1.el9.x86_64 qemu-kvm-6.1.0-6.el9.x86_64 kernel-5.14.0-10.el9.x86_64 Verified Steps: Same with comment 3. 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 (new packages: libvirt), 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-2022:2390 |