Bug 1314715

Summary: [virtio-win][virtio1.0]There is compatible warning when install driver w/ virtio-1.0 device
Product: Red Hat Enterprise Linux 7 Reporter: Yu Wang <wyu>
Component: virtio-winAssignee: Amnon Ilan <ailan>
virtio-win sub component: virtio-win-prewhql QA Contact: Virtualization Bugs <virt-bugs>
Status: CLOSED NOTABUG Docs Contact:
Severity: medium    
Priority: medium    
Version: 7.3   
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: 2016-03-09 07:55:30 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
attachment1
none
attachment2 none

Description Yu Wang 2016-03-04 10:30:50 UTC
Created attachment 1133135 [details]
attachment1 [details]

Description of problem:
There is compatible warning when install driver w/ virtio-1.0 device 

Version-Release number of selected component (if applicable):
virtio-win-prewhql-114
kernel-3.10.0-327.el7.x86_64
qemu-kvm-rhev-2.3.0-31.el7.x86_64

How reproducible:
100%

Steps to Reproduce:
1.boot guest with virtio1.0 device
/usr/libexec/qemu-kvm -M pc -name 105RNGW10D320UE -enable-kvm -m 3G -smp 4 -uuid 2fd41914-5019-4d17-a6cc-fa653ba516f5 -nodefconfig -nodefaults -rtc base=localtime,driftfix=slew -boot order=cd,menu=on -device piix3-usb-uhci,id=usb,bus=pci.0,addr=0x1.0x2 -drive file=/home/106-netkvm-win2012R2-function/win2012R2.raw,if=none,id=drive-ide0-0-0,format=raw,serial=mike_cao,cache=none -device ide-drive,bus=ide.0,unit=0,drive=drive-ide0-0-0,id=ide0-0-0 -chardev pty,id=charserial0 -device isa-serial,chardev=charserial0,id=isa_serial0 -device usb-tablet,id=input0 -vnc 0.0.0.0:0 -vga cirrus -qmp tcp:0:4444,server,nowait -monitor stdio -object rng-random,filename=/dev/urandom,id=rng0 -device virtio-rng-pci,rng=rng0,disable-legacy=on,disable-modern=off
2.install driver on guest
3.

Actual results:
install failed warning as "not compatible with your hardware" , details refer to the attachment 1 [details]

Expected results:
install w/o any error or warning

Additional info:

1 Tried with win10-32 and win2012R2, hit the same issue above
2 All the driver meet the same issue, eg. serial, rng, balloon, netkvm etc.
2 Boot without command "disable-legacy=on,disable-modern=off", there is no warning
3 it is a bit strange that it list all the model when install only one driver.
refer to attchment 2

Comment 1 Yu Wang 2016-03-04 10:31:56 UTC
Created attachment 1133136 [details]
attachment2 [details]

Comment 3 Yu Wang 2016-03-05 04:15:36 UTC
It only report a warning, it can install successfully for serial,rng and balloon.
But the netkvm, blk and scsi, pvpanic cannot install w/ virtio1.0 device.