Bug 2015812
Summary: | win_guest couldn't bootup successful on RHEL9&RHEL860 | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 9 | Reporter: | dehanmeng <demeng> |
Component: | qemu-kvm | Assignee: | Julia Suvorova <jusual> |
qemu-kvm sub component: | Devices | QA Contact: | liunana <nanliu> |
Status: | CLOSED DUPLICATE | Docs Contact: | |
Severity: | high | ||
Priority: | high | CC: | jusual, lijin, menli, nachen, nanliu, phou, qizhu, virt-maint |
Version: | 9.0 | Keywords: | Regression |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Windows | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-01-05 05:25:39 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
dehanmeng
2021-10-20 07:19:39 UTC
Additional info: but guest could run well when there are just one/two virtio-serial devices. This bug only can be reproduced with q35 machine type. And can reproduce this bug only with pcie-root-port device and without virtio-serial-device. Qemu command line: /usr/libexec/qemu-kvm \ -name 'avocado-vt-vm1' \ -sandbox on \ -machine q35,memory-backend=mem-machine_mem \ -device pcie-root-port,id=pcie-root-port-0,multifunction=on,bus=pcie.0,addr=0x1,chassis=1 \ -device pcie-pci-bridge,id=pcie-pci-bridge-0,addr=0x0,bus=pcie-root-port-0 \ -nodefaults \ -device VGA,bus=pcie.0,addr=0x2 \ -m 30720 \ -object memory-backend-ram,size=30720M,id=mem-machine_mem \ -smp 32,maxcpus=32,cores=16,threads=1,dies=1,sockets=2 \ -cpu EPYC-Rome,kvm_pv_unhalt=on \ -device pcie-root-port,id=pcie-root-port-1,port=0x1,addr=0x1.0x1,bus=pcie.0,chassis=2 \ -device pcie-root-port,id=pcie-root-port-2,port=0x2,addr=0x1.0x2,bus=pcie.0,chassis=3 \ -device pcie-root-port,id=pcie-root-port-3,port=0x3,addr=0x1.0x3,bus=pcie.0,chassis=4 \ -device pcie-root-port,id=pcie-root-port-4,port=0x4,addr=0x1.0x4,bus=pcie.0,chassis=5 \ -device pcie-root-port,id=pcie-root-port-5,port=0x5,addr=0x1.0x5,bus=pcie.0,chassis=6 \ -device pcie-root-port,id=pcie-root-port-6,port=0x6,addr=0x1.0x6,bus=pcie.0,chassis=7 \ -device pcie-root-port,id=pcie-root-port-7,port=0x7,addr=0x1.0x7,bus=pcie.0,chassis=8 \ -device pcie-root-port,id=pcie-root-port-28,port=0x1c,addr=0x5.0x4,bus=pcie.0,chassis=29 \ -device pcie-root-port,id=pcie-root-port-8,port=0x8,multifunction=on,bus=pcie.0,addr=0x3,chassis=9 \ -device pcie-root-port,id=pcie-root-port-9,port=0x9,addr=0x3.0x1,bus=pcie.0,chassis=10 \ -device pcie-root-port,id=pcie-root-port-10,port=0xa,addr=0x3.0x2,bus=pcie.0,chassis=11 \ -device pcie-root-port,id=pcie-root-port-11,port=0xb,addr=0x3.0x3,bus=pcie.0,chassis=12 \ -device pcie-root-port,id=pcie-root-port-12,port=0xc,addr=0x3.0x4,bus=pcie.0,chassis=13 \ -device pcie-root-port,id=pcie-root-port-13,port=0xd,addr=0x3.0x5,bus=pcie.0,chassis=14 \ -device pcie-root-port,id=pcie-root-port-14,port=0xe,addr=0x3.0x6,bus=pcie.0,chassis=15 \ -device pcie-root-port,id=pcie-root-port-15,port=0xf,addr=0x3.0x7,bus=pcie.0,chassis=16 \ -device virtio-scsi-pci,id=virtio_scsi_pci0,bus=pcie-root-port-28,addr=0x0 \ -blockdev node-name=file_image1,driver=file,auto-read-only=on,discard=unmap,aio=threads,filename=/home/kvm_autotest_root/images/rhel860-64-virtio-scsi.qcow2,cache.direct=on,cache.no-flush=off \ -blockdev node-name=drive_image1,driver=qcow2,read-only=off,cache.direct=on,cache.no-flush=off,file=file_image1 \ -device scsi-hd,id=image1,drive=drive_image1,write-cache=on \ -device pcie-root-port,id=pcie-root-port-29,port=0x1d,addr=0x5.0x5,bus=pcie.0,chassis=30 \ -device virtio-net-pci,mac=9a:28:81:ba:0c:a1,id=idISam8A,netdev=idKomMmb,bus=pcie-root-port-29,addr=0x0 \ -netdev tap,id=idKomMmb,vhost=on \ -vnc :0 \ -rtc base=utc,clock=host,driftfix=slew \ -boot menu=off,order=cdn,once=c,strict=off \ -enable-kvm \ -monitor stdio \ Hi Julia, Would you please help to take a look at this? Seems it is a Duplicate with the Bug 2001525 - [WRB][virtual network][qemu-6.1.50-1]Can not boot up guest with 14 devices via pcie-root-port Thanks a lot in advance! Best regards Liu Nana Also, there is one similar bug on RHEL9. Bug 2001630 - [WRB][virtual network][qemu-6.1.0-1]Can not boot up guest with 14 devices via pcie-root-port Please help to check this, thanks. Assigned to Amnon for initial triage per bz process and age of bug created or assigned to virt-maint without triage. Reproduced on rhel9 with SCSI-win8.1-32/64 guest. qemu-kvm-6.1.0-5.el9.x86_64 kernel-5.14.0-10.el9.x86_64 virtio-win-prewhql-0.1-214.iso seabios-bin-1.14.0-7.el9.noarc (In reply to ChenNana from comment #5) > Reproduced on rhel9 with SCSI-win8.1-32/64 guest. > > qemu-kvm-6.1.0-5.el9.x86_64 > kernel-5.14.0-10.el9.x86_64 > virtio-win-prewhql-0.1-214.iso > seabios-bin-1.14.0-7.el9.noarc This problem cannot be reproduced on ovmf, it is only reproduced on seabios *** This bug has been marked as a duplicate of bug 2001525 *** |