Bug 1032952
Summary: | win7-32 guest can not do s4 due to firmware does not support | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Mike Cao <bcao> | ||||
Component: | seabios | Assignee: | Gerd Hoffmann <kraxel> | ||||
Status: | CLOSED NOTABUG | QA Contact: | Virtualization Bugs <virt-bugs> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 7.0 | CC: | bcao, flang, hhuang, juzhang, kraxel, lijin, michen, mst, rhod, virt-maint, xfu | ||||
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: | 2013-12-11 10:56:33 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 | ||||||
Attachments: |
|
Description
Mike Cao
2013-11-21 09:51:17 UTC
Created attachment 827101 [details]
results of "powercfg -a"
Most likely a acpi table issue. High chance that bug 1034876 (+bug 1034877) fix this. Michael? I cannot reproduce this bug with the same OS(win7-32). package info: virtio-win-1.6.7-2.el7.noarch kernel-3.10.0-53.el7.x86_64 qemu-kvm-rhev-1.5.3-19.el7.x86_64 seabios-1.7.2.2-4.el7.x86_64 steps as comment 0 Actual result: "powercfg -h on" can be executed correctly,and win7-32 guest can do S4 successfully. (In reply to Gerd Hoffmann from comment #3) > Most likely a acpi table issue. > High chance that bug 1034876 (+bug 1034877) fix this. > Michael? Does it related to specified hosts ?all the guests can not do s4 on my hosts > Does it related to specified hosts ?all the guests can not do s4 on my hosts
linux guests affected?
windows guests affected?
Unlikely that it is something in the host.
With command line, qemu-kvm and seabios being identical it most likely
something in the guest, such as different guest driver versions.
lijin? Mike? Can you try work out what the difference is?
(In reply to Gerd Hoffmann from comment #6) > > Does it related to specified hosts ?all the guests can not do s4 on my hosts > > linux guests affected? > windows guests affected? > > Unlikely that it is something in the host. > With command line, qemu-kvm and seabios being identical it most likely > something in the guest, such as different guest driver versions. > > lijin? Mike? Can you try work out what the difference is? Seems there is a mistake in comment0's qemu-kvm command: "-global PIIX_PM.disable_s4=0" should be "-global PIIX4_PM.disable_s4=0". After change to the right command,guest can do S4. It's weird that qemu-kvm can boot up even with a mistake command,why qemu-kvm didnot pop up some warning? > > lijin? Mike? Can you try work out what the difference is? > > Seems there is a mistake in comment0's qemu-kvm command: > "-global PIIX_PM.disable_s4=0" should be "-global PIIX4_PM.disable_s4=0". > After change to the right command,guest can do S4. Ok, good. So this isn't a bug. > It's weird that qemu-kvm can boot up even with a mistake command,why > qemu-kvm didnot pop up some warning? -global settings simply go into global device configuration, basically same space where the compat properties for older machine types are living too. It is a perfectly valid thing for for compat properties to exist for devices not actually present in the virtual machine, or even devices not supported by rhel7 qemu-kvm binary. Which makes it difficult to catch that kind of error. |