From: Anthony Liguori <anthony@codemonkey.ws>
To: Gleb Natapov <gleb@redhat.com>
Cc: kvm@vger.kernel.org
Subject: Re: [PATCH 8/8] Don't power down vga card on entering S3 state.
Date: Thu, 23 Oct 2008 10:45:02 -0500 [thread overview]
Message-ID: <49009BFE.20400@codemonkey.ws> (raw)
In-Reply-To: <20081023140540.10303.8794.stgit@gleb-debian.qumranet.com.qumranet.com>
Gleb Natapov wrote:
> This is needed to fool windows to enter S3. The trick works for XP and
> Windows2003, but Vista still refuse to allow S3.
>
This is because the Cirrus VGA card does not support suspend? That's
what you mean by "fooling", correct?
What about std-vga?
Regards,
Anthony Liguori
> Signed-off-by: Gleb Natapov <gleb@redhat.com>
> ---
>
> bios/acpi-dsdt.dsl | 16 ++++++++++++++++
> 1 files changed, 16 insertions(+), 0 deletions(-)
>
> diff --git a/bios/acpi-dsdt.dsl b/bios/acpi-dsdt.dsl
> index 02f53a1..84af8f1 100755
> --- a/bios/acpi-dsdt.dsl
> +++ b/bios/acpi-dsdt.dsl
> @@ -263,6 +263,22 @@ DefinitionBlock (
>
> Scope(\_SB.PCI0) {
>
> + Device (VGA) {
> + Name (_ADR, 0x00020000)
> + Method (_S1D, 0, NotSerialized)
> + {
> + Return (0x00)
> + }
> + Method (_S2D, 0, NotSerialized)
> + {
> + Return (0x00)
> + }
> + Method (_S3D, 0, NotSerialized)
> + {
> + Return (0x00)
> + }
> + }
> +
> /* PIIX3 ISA bridge */
> Device (ISA) {
> Name (_ADR, 0x00010000)
>
> --
> To unsubscribe from this list: send the line "unsubscribe kvm" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
next prev parent reply other threads:[~2008-10-23 15:45 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-23 14:05 [PATCH 0/8] Support for S3 ACPI state (suspend to memory) Gleb Natapov
2008-10-23 14:05 ` [PATCH 1/8] Move PIC initialization out of line to save space in post code area Gleb Natapov
2008-10-23 14:05 ` [PATCH 2/8] Handle suspend in qemu Gleb Natapov
2008-10-23 14:05 ` [PATCH 3/8] Add S3 state to DSDT. Handle resume event in the BIOS Gleb Natapov
2008-10-26 14:58 ` Avi Kivity
2008-10-23 14:05 ` [PATCH 4/8] Disable init of SMM Gleb Natapov
2008-10-23 14:05 ` [PATCH 5/8] Execute rombios32 code from rom address 0xe0000 Gleb Natapov
2008-10-23 14:05 ` [PATCH 6/8] Don't use unreserved memory in BIOS Gleb Natapov
2008-10-23 14:05 ` [PATCH 7/8] Add DPMS support to cirrus vga bios Gleb Natapov
2008-10-23 14:05 ` [PATCH 8/8] Don't power down vga card on entering S3 state Gleb Natapov
2008-10-23 15:45 ` Anthony Liguori [this message]
2008-10-23 16:12 ` [PATCH 0/8] Support for S3 ACPI state (suspend to memory) Anthony Liguori
2008-10-23 16:38 ` Avi Kivity
2008-10-23 18:17 ` Anthony Liguori
2008-10-23 19:51 ` Avi Kivity
[not found] ` <20081023173748.GA13097@redhat.com>
2008-10-23 18:18 ` Anthony Liguori
[not found] ` <20081023182153.GA13492@redhat.com>
2008-10-23 18:41 ` Anthony Liguori
2008-10-23 22:04 ` Sebastian Herbszt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=49009BFE.20400@codemonkey.ws \
--to=anthony@codemonkey.ws \
--cc=gleb@redhat.com \
--cc=kvm@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.