Bug 923758
| Summary: | [virtio-win][netkvm]Guest Win2012.64 and win8 BSOD during s4 | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | lijin <lijin> | ||||||
| Component: | virtio-win | Assignee: | Yvugenfi <yvugenfi> | ||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Virtualization Bugs <virt-bugs> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 6.4 | CC: | acathrow, bcao, bsarathy, dfleytma, flang, hhuang, huding, juzhang, mazhang, qzhang, rhod, sluo, virt-maint, yvugenfi | ||||||
| Target Milestone: | rc | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2013-11-06 10:03:56 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: | |||||||||
| Bug Depends On: | |||||||||
| Bug Blocks: | 923626 | ||||||||
| Attachments: |
|
||||||||
|
Description
lijin
2013-03-20 11:53:11 UTC
Created attachment 713609 [details]
memory.dmp file
same BSOD happened on Win8.64 guest with the same virtio-win version:virtio-win-1.6.3-3.el6.noarch the attachment:"memory.dmp file" is the win8 guest's dmp file Please reassign to the Windows team if appropriate. Thanks. hi Amit Shah, Does this issue the duplicate to the bug 920017 that related to the virtio-net ? please help check it, thx in advance. Best Regards. sluo (In reply to comment #5) > hi Amit Shah, > > Does this issue the duplicate to the bug 920017 that related to the > virtio-net ? please help check it, thx in advance. No, it's not. That's a RHEL guest bug, this is a Windows guest bug. Move to RHEL6 virtio-win component *** Bug 947290 has been marked as a duplicate of this bug. *** On rhel7 host, boot win2008r2sp1 guest and do S4, also hits BSOD. qemu-kvm version: qemu-kvm-1.4.0-2.el7.x86_64 Kenrel version: qemu-kvm-1.4.0-2.el7.x86_64 The command line is as following: /usr/libexec/qemu-kvm -M q35 -cpu SandyBridge -enable-kvm -m 2048 -smp 4,sockets=2,cores=2,threads=1 -name rhel7 -rtc base=localtime,clock=host,driftfix=slew \ -device pci-bridge,bus=pcie.0,id=bridge1,chassis_nr=1,addr=0x3 \ -drive file=/home/win2008r2sp1.raw,if=none,id=drive-scsi0-disk0,format=raw,werror=stop,rerror=stop \ -device virtio-scsi-pci,id=scsi0,bus=bridge1,addr=0x6 \ -device scsi-hd,scsi-id=0,lun=0,bus=scsi0.0,drive=drive-scsi0-disk0,id=virtio-disk0,bootindex=1 \ -netdev tap,id=hostnet0,vhost=on,script=/etc/qemu-ifup \ -device virtio-net-pci,netdev=hostnet0,id=virtio-netpci0,mac=54:52:1b:35:2c:01,bus=bridge1,addr=0x7 \ -device virtio-balloon-pci,id=balloon0,bus=bridge1,addr=0x8 \ -vnc :10 -monitor stdio \ -device virtio-serial-pci,id=virtio-serial0,max_ports=3,bus=bridge1,addr=0x9 \ -chardev socket,id=channel0,path=/var/lib/libvirt/qemu/rhel6.channel0,server,nowait \ -device virtserialport,chardev=channel0,name=org.linux-kvm.port.0,bus=virtio-serial0.0,id=port1 (In reply to comment #10) > On rhel7 host, boot win2008r2sp1 guest and do S4, also hits BSOD. > Could you please upload the crash dump file? Thank you, Vadim. (In reply to Vadim Rozenfeld from comment #11) > (In reply to comment #10) > > On rhel7 host, boot win2008r2sp1 guest and do S4, also hits BSOD. > > > > Could you please upload the crash dump file? > Thank you, > Vadim. Hello, Vadim, Sorry for replying so late. I do S4 on win2008r2sp1 guest, using following version: kernel-3.9.0-0.55.el7.x86_64 qemu-kvm-1.4.0-4.el7.x86_64 Not BSOD. But guest is hang and command line cannot quit. The command line is as following: /usr/libexec/qemu-kvm -M pc -cpu SandyBridge -enable-kvm -m 2048 -smp 4,sockets=2,cores=2,threads=1 -name rhel7 -rtc base=localtime,clock=host,driftfix=slew -drive file=/dinghuiqing/win2008r1sp2.raw,if=none,id=drive-scsi0-disk0,format=raw,werror=stop,rerror=stop -device virtio-scsi-pci,id=scsi0,bus=pci.0,addr=0x6 -device scsi-hd,scsi-id=0,lun=0,bus=scsi0.0,drive=drive-scsi0-disk0,id=virtio-disk0,bootindex=1 -netdev tap,id=hostnet0,vhost=on,script=/etc/qemu-ifup -device virtio-net-pci,netdev=hostnet0,id=virtio-netpci0,mac=54:52:1b:35:2c:01,bus=pci.0,addr=0x7 -device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x8 -vnc :10 -monitor stdio According to the dump file - this crash should be solved by commit 5f65ea361e86f736a79d0279430d08128b369be7 that is found in RHEL6.5 release. |