Hide Forgot
Description of problem: Boot the windows guest with multiple queues(256 queues),the device cannot start. check Win10x86_64 guest's information: Device status: This device cannot start.(Code 10) (Operation Failed) The requested operation was unsuccessful. Version-Release number of selected component (if applicable): Host: 3.10.0-498.el7.x86_64 qemu-img-rhev-2.6.0-22.el7.x86_64 Guest: win10 X86_64 NIC drive version:virtio-win-prewhql-0.1-126 How reproducible: 100% Steps to Reproduce: 1.Increase the maximum possible number of open file descriptors with "ulimit -n 10240" in host 2.Boot a guest with multiple queues and vhost=on 3.check the NIC status. Actual results: this device cannot start. Expected results: this device work well. Additional info: RHEL guest work well. qemu command: # /usr/libexec/qemu-kvm -name win10 -M pc-i440fx-rhel7.3.0,accel=kvm,usb=off -cpu SandyBridge -m 4096 -realtime mlock=off -smp 240 -drive file=/home/win10_64.qcow2,if=none,id=drive-virtio-disk0,format=qcow2 -device virtio-blk-pci,scsi=off,bus=pci.0,addr=0x7,drive=drive-virtio-disk0,id=virtio-disk0,bootindex=1 -netdev tap,id=hostnet0,vhost=on,queues=240 -device virtio-net-pci,netdev=hostnet0,id=net0,mac=52:55:00:77:89:56,bus=pci.0,addr=0x3,mq=on,vectors=482 -device qxl-vga,id=video0,ram_size=67108864,vram_size=67108864,vgamem_mb=16,bus=pci.0,addr=0x2 -spice port=6600,disable-ticketing, -monitor stdio -boot menu=on -qmp tcp:0:6666,nowait,server
Reproduce this bug w/ build 126 (win10-64) Verified this bug w/ build 129 Steps same as comment#0 Actual Results: on build 126 (un-fixed) version, occurred code 10 on build 129 fix version, installed successfully Base on above, this issue has been fixed already. Change status to verified. Thanks Yu Wang
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. https://access.redhat.com/errata/RHBA-2017:2341