qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 0/6] Support for S3 ACPI state (suspend to memory


From: Gleb Natapov
Subject: [Qemu-devel] [PATCH v2 0/6] Support for S3 ACPI state (suspend to memory) in BIOS
Date: Mon, 03 Nov 2008 11:26:20 +0200
User-agent: StGIT/0.14.2

Hello,

This patch series adds S3 (suspend to RAM) ACPI state to BIOS. Most
changes concern themselves with preventing BIOS from using memory
locations available to a guest OS.

Changelog:

v2:
- Don't disable SMM.
- Jump to resume vector ASAP. Don't execute entire POST.
- Use smp_cpus directly for smp initialization instead of special memory
  location.

---

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


 bios/Makefile.in      |    1 
 bios/acpi-dsdt.dsl    |   45 +++++-
 bios/acpi-dsdt.hex    |  376 +++++++++++++++++++++++++------------------------
 bios/rombios.c        |  112 +++++++++------
 bios/rombios.h        |    1 
 bios/rombios32.c      |   95 +++++++++++-
 bios/rombios32.ld     |    8 -
 bios/rombios32start.S |   11 +
 8 files changed, 398 insertions(+), 251 deletions(-)

-- 
        Gleb.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]