Bug 1016433
| Summary: | win8 64 guest s3 fails | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Shaolong Hu <shu> |
| Component: | virtio-win | Assignee: | Vadim Rozenfeld <vrozenfe> |
| Status: | CLOSED DUPLICATE | QA Contact: | Virtualization Bugs <virt-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.0 | CC: | acathrow, bcao, bsarathy, juzhang, lersek, mdeng, michen, mkenneth, mkrcmari, qzhang, rhod, vbenes, virt-bugs, virt-maint |
| 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: | 2014-08-11 13:08:10 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 | ||
|
Description
Shaolong Hu
2013-10-08 07:36:56 UTC
We are using qxlwddm-0.2-1 for the guest qxl driver, please help change component if it's driver issue. See also Bug 1016429 There's some more data that could help identify the problem: under QXL KMDOD properties / Details, I have: - Status = DN_HAS_PROBLEM | DN_DISABLEABLE | DN_NT_ENUMERATOR | DN_NT_DRVIER - Problem Code = 0x2B - Problem Status = 0x0 I think I have at least one good reason why the most recent (0.3) driver won't work on a basic OVMF build. The source contains calls to x86BiosCall() on the driver/device initialization path. OVMF (and UEFI firmware in general) doesn't need to provide a VGA BIOS. It can, optionally, with a CSM (Compatibility Support Module), but it's not required. Version 0.2 of qxlwddm was apparently not tied to a VGA BIOS. Is the new dependency in 0.3 unavoidable? Thank you. (In reply to Laszlo Ersek from comment #6) > I think I have at least one good reason why the most recent (0.3) driver > won't work on a basic OVMF build. The source contains calls to x86BiosCall() > on the driver/device initialization path. > > OVMF (and UEFI firmware in general) doesn't need to provide a VGA BIOS. It > can, optionally, with a CSM (Compatibility Support Module), but it's not > required. > > Version 0.2 of qxlwddm was apparently not tied to a VGA BIOS. Is the new > dependency in 0.3 unavoidable? Thank you. Unfortunately yes, in VGA mode I don't have any other options to restore the resolution after returning from S3 either then calling Int10 or any appropriated ACPI method. This problem will be fixed after adding support for QXL mode. Changing the status. The driver is available at https://brewweb.devel.redhat.com/buildinfo?buildID=323507 It is not required to specify qxl-vga.revision=3 anymore. Thanks, Vadim. (In reply to Vadim Rozenfeld from comment #8) > Changing the status. The driver is available at > https://brewweb.devel.redhat.com/buildinfo?buildID=323507 > > It is not required to specify qxl-vga.revision=3 anymore. > > Thanks, > Vadim. Hi Vadim, I still hit the same issue on win8-32 guest could you please double check ? Thanks Min (In reply to dengmin from comment #10) > (In reply to Vadim Rozenfeld from comment #8) > > Changing the status. The driver is available at > > https://brewweb.devel.redhat.com/buildinfo?buildID=323507 > > > > It is not required to specify qxl-vga.revision=3 anymore. > > > > Thanks, > > Vadim. > > Hi Vadim, > I still hit the same issue on win8-32 guest could you please double check > ? Hi Min, Do you mean that that you cannot enter S3 on win8-32 guest even with qxl driver installed? Thanks, Vadim. > Thanks > Min QE, Vadim will build a new driver in a week or so. Can you retest *** This bug has been marked as a duplicate of bug 1035963 *** |