All of lore.kernel.org
 help / color / mirror / Atom feed
From: Keir Fraser <keir@xensource.com>
To: "Tian, Kevin" <kevin.tian@intel.com>
Cc: xen-devel@lists.xensource.com
Subject: Re: [PATCH 4/4] Enable ACPI sleep in XenLinux
Date: Thu, 19 Jul 2007 11:29:29 +0100	[thread overview]
Message-ID: <C2C4FB99.12B83%keir@xensource.com> (raw)
In-Reply-To: <D470B4E54465E3469E2ABBC5AFAC390F013B2003@pdsmsx412.ccr.corp.intel.com>

On 19/7/07 11:04, "Tian, Kevin" <kevin.tian@intel.com> wrote:

> +    uint32_t video_flags;       /* S3_bios or s3_mode */
> +    uint32_t video_mode;        /* Mode setting for s3_mode */

I'd like this to be two three-way flags: video_bios_reset and
video_mode_reset. Each can be set to yes, no, or default.

Yes means force to true. No means force to false. Default means default Xen
policy (i.e., false unless changed by Xen command-line option
'acpi_sleep=').

If video_bios_reset is true, we call c000:0003.

If video_mode_reset is true, we reset video mode to what we set up at boot
time.

Anything other wakeup re-set should be done by dom0 itself.

 -- Keir

  reply	other threads:[~2007-07-19 10:29 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-19 10:04 [PATCH 4/4] Enable ACPI sleep in XenLinux Tian, Kevin
2007-07-19 10:29 ` Keir Fraser [this message]
2007-07-19 13:12   ` Tian, Kevin
2007-07-19 13:17     ` Keir Fraser
2007-07-19 13:24       ` Tian, Kevin
2007-07-19 13:44       ` Alan Cox

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=C2C4FB99.12B83%keir@xensource.com \
    --to=keir@xensource.com \
    --cc=kevin.tian@intel.com \
    --cc=xen-devel@lists.xensource.com \
    /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.