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.
Description of problem:
Missing Original file name on driver's property page,it's a special issue for windows 2008
Version-Release number of selected component (if applicable):
virtio-win-1.4.0-1.el6
How reproducible:
Always
Steps to Reproduce:
1.Install virtio-win-1.4.0-1.el6 to the guest
For example,
/usr/libexec/qemu-kvm -m 2G -smp 2 -cpu cpu64-rhel6,+x2apic -usb -device
usb-tablet -drive
file=/home/win2k8-32.raw,format=raw,if=none,id=drive-virtio0,cache=none,werror=stop,rerror=stop
-device ide-drive,drive=drive-virtio0,id=virtio-blk-pci0,bootindex=2 -netdev
tap,sndbuf=0,id=hostnet0,vhost=on,script=/etc/qemu-ifup,downscript=no -device
virtio-net-pci,netdev=hostnet0,id=virtio-net-pci0 -uuid `uuidgen` -chardev
socket,id=111a,path=/tmp/win2k8-32,server,nowait -mon
chardev=111a,mode=readline -name win2k8-32 -drive
file=disk1.raw,format=raw,if=none,id=drive-virtio1,cache=none,werror=stop,rerror=stop
-device virtio-blk-pci,drive=drive-virtio1,id=virtio-blk-pci1 -drive
file=disk2.raw,format=raw,if=none,id=drive-virtio2,cache=none,werror=stop,rerror=stop
-device virtio-blk-pci,drive=drive-virtio2,id=virtio-blk-pci2 -device
virtio-serial-pci,id=virtio-serial0,max_ports=16,vectors=4 -chardev
pty,id=channel0 -device
virtserialport,chardev=channel0,name=org.linux-kvm.port.0,bus=virtio-serial0.0
-device virtio-balloon-pci,id=balloon0 -drive
file=/home/en_windows_server_2008_datacenter_enterprise_standard_sp2_x86_dvd_342333.iso,format=raw,if=none,media=cdrom,id=drive-ide0-1-0
-device ide-drive,drive=drive-ide0-1-0,id=ide-drive0,bootindex=1 -drive
file=/usr/share/virtio-win/virtio-win-1.4.0.iso,media=cdrom,cache=none,werror=stop,format=raw
-fda /usr/share/virtio-win/virtio-win-1.4.0.vfd -spice
port=5931,disable-ticketing -vga qxl -monitor stdio
2.check the driver version from Device Manager and c:\Windows\system32\drivers
please right click to check each driver's the properties
Please get detail info from this link
https://mirrorglass.englab.nay.redhat.com/XWiki/bin/view/Main.virtio-win-1.4/0-1%20-%20acceptance%20test%20-%20pass
Actual results:
There is no any 'Original filename' for windows 2008 32/64 bits
Expected results:
All the driver should provide user the info
Additional info:
Windows 7 has 'Original filename'
Its a small change in the resource file but too late for it now since it will mandate new whql. Moving to 6.3
Comment 2Yvugenfi@redhat.com
2011-10-14 14:45:58 UTC
It seems to be Windows feature and not a problem with the driver. We had same version info for NetKVM driver for all driver binaries. I doubled check it with the same binary we use for Vista\Win7\Win2008\Win2008R2 and while in Win7 Windows displays "original filename" field it drops it in Win2008.