kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] Support for S3 ACPI state (suspend to memory)
@ 2008-10-23 14:05 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
                   ` (9 more replies)
  0 siblings, 10 replies; 18+ messages in thread
From: Gleb Natapov @ 2008-10-23 14:05 UTC (permalink / raw)
  To: kvm

Hello,

This patch series adds S3 (suspend to RAM) ACPI state. Most changes
are in the BIOS code and concern themselves with preventing BIOS from
using memory available to OS.

---

Gleb Natapov (8):
      Don't power down vga card on entering S3 state.
      Add DPMS support to cirrus vga bios.
      Don't use unreserved memory in BIOS.
      Execute rombios32 code from rom address 0xe0000.
      Disable init of SMM.
      Add S3 state to DSDT. Handle resume event in the BIOS.
      Handle suspend in qemu.
      Move PIC initialization out of line to save space in post code area.


 bios/Makefile         |    1 
 bios/acpi-dsdt.dsl    |   49 +++++++++++++++++++----
 bios/rombios.c        |  106 ++++++++++++++++++++++++++++++-------------------
 bios/rombios.h        |    4 +-
 bios/rombios32.c      |   78 +++++++++++++++++++++++++++++++++---
 bios/rombios32.ld     |    8 +---
 bios/rombios32start.S |    9 ++++
 qemu/hw/acpi.c        |   10 +++++
 qemu/hw/pc.c          |    8 ++++
 qemu/hw/pc.h          |    1 
 qemu/qemu-kvm.c       |    2 -
 qemu/qemu-kvm.h       |    1 
 vgabios/clext.c       |   36 ++++++++++++++++-
 13 files changed, 247 insertions(+), 66 deletions(-)


-- 
        Gleb.

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2008-10-26 14:58 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).