| Summary: | [virtio-win][serial] installing virtio-serial driver will not work unitl restart the guest | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Sibiao Luo <sluo> | ||||||
| Component: | virtio-win | Assignee: | Gal Hammer <ghammer> | ||||||
| Status: | CLOSED NOTABUG | QA Contact: | Virtualization Bugs <virt-bugs> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 7.0 | CC: | acathrow, bsarathy, chayang, juzhang, michen, qzhang, sluo, virt-maint, vrozenfe, xfu, yvugenfi | ||||||
| Target Milestone: | rc | ||||||||
| Target Release: | 7.0 | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2013-12-31 16:23:29 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: | |||||||
| Attachments: |
|
||||||||
|
Description
Sibiao Luo
2013-10-31 04:39:39 UTC
> Actual results:
> after step 2, after install virtio-serial driver, it will prompt a message,
> like: the hardware your installing will not work until restart your computer.
It means that someone was keeping an open handle or reference to virtio-serial.
IIRC installer should be able to handle this condition by closing such applications.
Vadim.
Does the win2008-64.qcow2 image have another service that uses the virtio-serial? Like spice's vdagent or ovirt-guest-agent? This request was not resolved in time for the current release. Red Hat invites you to ask your support representative to propose this request, if still desired, for consideration in the next release of Red Hat Enterprise Linux. (In reply to Gal Hammer from comment #2) > Does the win2008-64.qcow2 image have another service that uses the > virtio-serial? Like spice's vdagent or ovirt-guest-agent? No other service to use it, we always met this issue on win2008-64bit guest. It seems that the reboot is required after an upgrade of the WDF: From the %windir%\setupact.log file: WdfCoInstaller: [12/26/2013 10:36.35.062] ReadComponents: WdfSection for Driver Service VirtioSerial using KMDF lib version Major 0x1, minor 0x9 WdfCoInstaller: [12/26/2013 10:36.35.062] DIF_INSTALLDEVICE: Coinstaller version: 1.9.7600 WdfCoInstaller: [12/26/2013 10:36.35.078] DIF_INSTALLDEVICE: KMDF in-memory version: 1.7.6001 WdfCoInstaller: [12/26/2013 10:36.35.109] DIF_INSTALLDEVICE: KMDF on-disk version: 1.7.6001 WdfCoInstaller: [12/26/2013 10:36.35.109] Service Wdf01000 is running WdfCoInstaller: [12/26/2013 10:36.35.140] DIF_INSTALLDEVICE: Reboot is required, because the in-memory KMDF version is older than the coinstaller's version. Created attachment 841879 [details]
setupact.log
Created attachment 841880 [details]
setupapi.dev.log
Installation on Windows 2008 64-bit might requires an upgrade of the WDF driver framework. If such an upgrade is performed then a restart is needed in order to complete the install process. |