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-win | Assignee: | Vadim Rozenfeld <vrozenfe> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 6.5 | CC: | acathrow, bcao, bsarathy, michen, qzhang, sluo | ||||||
| Target Milestone: | rc | Keywords: | 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: |
|
||||||||
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)". 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. (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. Created attachment 730679 [details]
screenshot agter update the driver
Thank you, Could you please provide qemu command line, the previously installed virtio scsi driver's version and setup log file? Best regards, Vadim. (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 This issue also happened on win2k8-32, actually when you install build 58 on fresh image, it can hit this BSOD. Best Regards, Dawn (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. *** Bug 952127 has been marked as a duplicate of this bug. *** 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. 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 . Retest in build 63,did not hit this issue,guest can install scsi driver successfully without bsod. Move status to VERIFIED Based on comment #13&comment #14 moving to 6.6 since we still have unresolved build problem. 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 |
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