Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Created attachment 786497 [details] snapshot Description of problem: vioscsi.sys: DRIVER_IRQL_NOT_LESS_OR_EQUAL bsod code: 0xd1 Version-Release number of selected component (if applicable): virtio-win-prewhql-0.1-67.iso kernel-3.10.0-9.el7.x86_64 qemu-kvm-1.5.2-3.el7.x86_64 How reproducible: 1/1 Steps to Reproduce: 1. install a Win7.x86_64 guest: root/staf-kvm-devel/autotest-devel/client/tests/virt/qemu/qemu \ -S \ -name 'virt-tests-vm1' \ -nodefaults \ -chardev socket,id=qmp_id_qmpmonitor1,path=/tmp/monitor-qmpmonitor1-20130814-181003-7RtEtoyD,server,nowait \ -mon chardev=qmp_id_qmpmonitor1,mode=control \ -chardev socket,id=serial_id_serial1,path=/tmp/serial-serial1-20130814-181003-7RtEtoyD,server,nowait \ -device isa-serial,chardev=serial_id_serial1 \ -chardev socket,id=seabioslog_id_20130814-181003-7RtEtoyD,path=/tmp/seabios-20130814-181003-7RtEtoyD,server,nowait \ -device isa-debugcon,chardev=seabioslog_id_20130814-181003-7RtEtoyD,iobase=0x402 \ -device nec-usb-xhci,id=usb1,bus=pci.0,addr=0x4 \ -device virtio-scsi-pci,id=virtio_scsi_pci0,addr=0x5 \ -drive file='/root/staf-kvm-devel/autotest-devel/client/tests/virt/shared/data/images/win7-64-virtio.qcow2',if=none,id=virtio-scsi0-id0,media=disk,cache=none,snapshot=off,format=qcow2,aio=native \ -device scsi-hd,drive=virtio-scsi0-id0 \ -device virtio-net-pci,netdev=idJ0tX54,mac='9a:27:28:29:2a:2b',bus=pci.0,addr=0x3,id='idhX45Sv' \ -netdev tap,id=idJ0tX54,vhost=on,fd=22 \ -m 4096 \ -smp 4,maxcpus=4,cores=2,threads=1,sockets=2 \ -cpu 'SandyBridge',hv_relaxed \ -M pc-i440fx-rhel7.0.0 \ -drive file='/root/staf-kvm-devel/autotest-devel/client/tests/virt/shared/data/isos/ISO/Windows7/en_windows_7_ultimate_with_sp1_x64_dvd_u_677332.iso',if=none,id=virtio-scsi1-id1,media=cdrom,readonly=on,format=raw \ -device scsi-cd,drive=virtio-scsi1-id1 \ -drive file='/root/staf-kvm-devel/autotest-devel/client/tests/virt/shared/data/isos/windows/winutils.iso',if=none,id=virtio-scsi2-id2,media=cdrom,readonly=on,format=raw \ -device scsi-cd,drive=virtio-scsi2-id2 \ -drive file='/root/staf-kvm-devel/autotest-devel/client/tests/virt/shared/data/isos/windows/virtio-win.latest_prewhql.iso',if=none,id=virtio-scsi3-id3,media=cdrom,readonly=on,format=raw \ -device scsi-cd,drive=virtio-scsi3-id3 \ -drive file='/root/staf-kvm-devel/autotest-devel/client/tests/virt/shared/data/images/win7-64/answer.vfd',if=none,id=fdc0-0-0,media=disk,readonly=off,format=raw \ -global isa-fdc.driveA=fdc0-0-0 \ -device usb-tablet,id=usb-tablet1,bus=usb1.0,port=1 \ -spice port=3000,password=123456,addr=0,tls-port=3200,x509-dir=/tmp/spice_x509d,tls-channel=main,tls-channel=inputs,image-compression=auto_glz,zlib-glz-wan-compression=auto,streaming-video=all,agent-mouse=on,playback-compression=on,ipv4 \ -vga qxl \ -global qxl-vga.vram_size=33554432 \ -rtc base=localtime,clock=host,driftfix=slew \ -boot order=cdn,once=d,menu=off \ -enable-kvm 2. 3. Actual results: guest BSOD after prompting reboot Expected results: guest installation finished Additional info: os mem dumpping didn't functional yet, as it's still in the early stage of installation.