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.

Bug 946992

Summary: [vrtio-win][virtio-scsi]update win8.64 guest's driver with virtio-win-prewhql-0.1-58 caused guest BSOD
Product: Red Hat Enterprise Linux 6 Reporter: lijin <lijin>
Component: virtio-winAssignee: Vadim Rozenfeld <vrozenfe>
Status: CLOSED ERRATA QA Contact: Virtualization Bugs <virt-bugs>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.5CC: acathrow, bcao, bsarathy, michen, qzhang, sluo
Target Milestone: rcKeywords: Regression
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: virtio-win-prewhql-0.1-59 Doc Type: Bug Fix
Doc Text:
Do not document. Temporary regression.
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-11-22 00:06:06 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:
Attachments:
Description Flags
windbg information
none
screenshot agter update the driver none

Description lijin 2013-04-01 06:46:56 UTC
Created attachment 730205 [details]
windbg information

Description of problem:
guest BSOD after update the guest's driver with virtio-win-prewhql-0.1-58,it prompt"drive_irql_not_less_or_equal(vioscsi.sys)"

Version-Release number of selected component (if applicable):
host:RHEL-7.0-20130306.0
kernel-3.8.0-0.40.el7.x86_64
qemu-kvm-1.4.0-1.el7.x86_64
virtio-win-prewhql-0.1-58
guest:win8.64

How reproducible:
always

Steps to Reproduce:
1.boot guest with following command:
/usr/libexec/qemu-kvm -drive file=/home/virtual-blk-test/win8-64-virtio-new.qcow2,if=none,cache=writethrough,media=disk,format=qcow2,id=disk1 -device ide-drive,id=ide0-0-0,drive=disk1 -qmp tcp::12345,server,nowait -monitor stdio -vnc :2 -boot menu=on -chardev file,path=/root/console.log,id=serial1 -device isa-serial,chardev=serial1,id=s1 -usb -device usb-tablet,id=tablet1 -M pc -smp 4,maxcpus=4,cores=2,threads=1,sockets=2 -m 4096 -enable-kvm -global PIIX4_PM.disable_s3=0 -global PIIX4_PM.disable_s4=0

2.hotplug virtio-scsi-pci in qemu monitor

3.update the drive for the virtio-passthrough-controller with virtio-win-prewhql-0.1-58
  
Actual results:
guest BSOD with "drive_irql_not_less_or_equal(vioscsi.sys)"

Expected results:
guest works normally

Additional info:
the attachement is windbg information
memory.dp file is located in smamit.eng.lab.tlv.redhat.com/win-team/Public/QE

Comment 1 Sibiao Luo 2013-04-01 08:45:25 UTC
windows 2012 64bit guest also hit this porblem, after update the guest's driver with virtio-win-prewhql-0.1-58, it prompt"drive_irql_not_less_or_equal(vioscsi.sys)".

Comment 2 Vadim Rozenfeld 2013-04-02 09:52:20 UTC
What happens if we don't hotplug, but just specify virtio-scsi-pci statically in
QEMU command line at boot time, and then update the driver?

Thank you,
Vadim.

Comment 3 lijin 2013-04-02 10:39:14 UTC
(In reply to comment #2)
> What happens if we don't hotplug, but just specify virtio-scsi-pci
> statically in
> QEMU command line at boot time, and then update the driver?
> 
> Thank you,
> Vadim.

after specify virtio-scsi-pci statically in QEMU command line at boot time,then update the driver,it prompts "Windows encountered a problem installing the driver software for your device",as the new attachment(screenshot.png) shows.

Comment 4 lijin 2013-04-02 10:41:14 UTC
Created attachment 730679 [details]
screenshot agter update the driver

Comment 5 Vadim Rozenfeld 2013-04-02 12:45:23 UTC
Thank you,

Could you please provide qemu command line, the previously installed virtio scsi driver's version and setup log file?

Best regards,
Vadim.

Comment 8 lijin 2013-04-11 04:58:28 UTC
(In reply to comment #5)
> Thank you,
> 
> Could you please provide qemu command line, the previously installed virtio
> scsi driver's version and setup log file?
> 
> Best regards,
> Vadim.

qemu command line:
/usr/libexec/qemu-kvm -drive file=/home/virtual-blk-test/win8-64-virtio-new.qcow2,if=none,cache=writethrough,media=disk,format=qcow2,id=disk1 -device ide-drive,id=ide0-0-0,drive=disk1 -device virtio-scsi-pci,id=scsi0 -qmp tcp::12345,server,nowait -monitor stdio -vnc :2 -boot menu=on -chardev file,path=/root/console.log,id=serial1 -device isa-serial,chardev=serial1,id=s1 -usb -device usb-tablet,id=tablet1 -M pc -smp 4,maxcpus=4,cores=2,threads=1,sockets=2 -m 4096 -enable-kvm -global PIIX4_PM.disable_s3=0 -global PIIX4_PM.disable_s4=0

previously virtio-win: virtio-win-1.6.3-3.el6.noarch
the installed virtio scsi driver's version:5.38.34.625

Comment 9 dawu 2013-04-15 08:58:04 UTC
This issue also happened on win2k8-32, actually when you install build 58 on fresh image, it can hit this BSOD.

Best Regards,
Dawn

Comment 10 Vadim Rozenfeld 2013-04-15 12:37:40 UTC
(In reply to comment #9)
> This issue also happened on win2k8-32, actually when you install build 58 on
> fresh image, it can hit this BSOD.
> 
> Best Regards,
> Dawn

Yes, it's a common problem for all supported OSes/platforms.
Will be fixed in next build.

Best regards,
Vadim.

Comment 11 Vadim Rozenfeld 2013-04-15 12:43:52 UTC
*** Bug 952127 has been marked as a duplicate of this bug. ***

Comment 12 Vadim Rozenfeld 2013-04-17 23:03:27 UTC
please check with build 59
http://download.devel.redhat.com/brewroot/packages/virtio-win-prewhql/0.1/59/win/virtio-win-prewhql-0.1.zip

Thank you,
Vadim.

Comment 13 lijin 2013-05-30 07:34:47 UTC
Reproduced this issue on virtio-win-prewhql-0.1-58 version
Verified this issue on virtio-win-prewhql-0.1-59 verion

steps same as comment #0

Actual Results:
on virtio-win-prewhql-0.1-58 verion , during install the scsi driver,guest get bsod;
on virtio-win-prewhql-0.1-59 fix verion ,driver can be installed successfully,no bsod happened.

Based on above ,this issue has been fixed already .

Comment 14 lijin 2013-05-30 07:58:04 UTC
Retest in build 63,did not hit this issue,guest can install scsi driver successfully without bsod.

Comment 15 Mike Cao 2013-06-04 02:08:33 UTC
Move status to VERIFIED Based on comment #13&comment #14

Comment 16 Vadim Rozenfeld 2013-10-22 08:28:31 UTC
moving to 6.6 since we still have unresolved build problem.

Comment 18 errata-xmlrpc 2013-11-22 00:06:06 UTC
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, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

http://rhn.redhat.com/errata/RHBA-2013-1729.html