qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/6] Support for S3 ACPI state (suspend to memory) in BIOS
@ 2008-10-26 14:44 Gleb Natapov
  2008-10-26 14:44 ` [Qemu-devel] [PATCH 1/6] Move PIC initialization out of line to save space in post code area Gleb Natapov
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Gleb Natapov @ 2008-10-26 14:44 UTC (permalink / raw)
  To: bochs-developers; +Cc: qemu-devel

Hello,

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

---

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.
      Disable init of SMM.
      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    |   50 ++++-
 bios/acpi-dsdt.hex    |  510 +++++++++++++++++++++++++------------------------
 bios/rombios.c        |  105 ++++++----
 bios/rombios.h        |    2 
 bios/rombios32.c      |   75 +++++++
 bios/rombios32.ld     |    8 -
 bios/rombios32start.S |    9 +
 8 files changed, 447 insertions(+), 313 deletions(-)
 mode change 100644 => 100755 bios/acpi-dsdt.dsl
 mode change 100644 => 100755 bios/rombios32.c


-- 
        Gleb.

^ permalink raw reply	[flat|nested] 9+ messages in thread
* [Qemu-devel] [PATCH 0/6] Support for S3 ACPI state (suspend to memory) in BIOS
@ 2008-10-27 10:12 Gleb Natapov
  2008-10-27 10:13 ` [Qemu-devel] [PATCH 3/6] Disable init of SMM Gleb Natapov
  0 siblings, 1 reply; 9+ messages in thread
From: Gleb Natapov @ 2008-10-27 10:12 UTC (permalink / raw)
  To: bochs-developers; +Cc: qemu-devel

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.

---

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.
      Disable init of SMM.
      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        |  105 ++++++++------
 bios/rombios.h        |    2 
 bios/rombios32.c      |   75 +++++++++-
 bios/rombios32.ld     |    8 -
 bios/rombios32start.S |    9 +
 8 files changed, 377 insertions(+), 244 deletions(-)
 mode change 100644 => 100755 bios/acpi-dsdt.dsl
 mode change 100644 => 100755 bios/rombios32.c


-- 
        Gleb.

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

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

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-26 14:44 [Qemu-devel] [PATCH 0/6] Support for S3 ACPI state (suspend to memory) in BIOS Gleb Natapov
2008-10-26 14:44 ` [Qemu-devel] [PATCH 1/6] Move PIC initialization out of line to save space in post code area Gleb Natapov
2008-10-26 14:44 ` [Qemu-devel] [PATCH 2/6] Add S3 state to DSDT. Handle resume event in the BIOS Gleb Natapov
2008-10-26 14:44 ` [Qemu-devel] [PATCH 3/6] Disable init of SMM Gleb Natapov
2008-10-28 10:27   ` Fabrice Bellard
2008-10-26 14:44 ` [Qemu-devel] [PATCH 4/6] Execute rombios32 code from rom address 0xe0000 Gleb Natapov
2008-10-26 14:44 ` [Qemu-devel] [PATCH 5/6] Don't use unreserved memory in BIOS Gleb Natapov
2008-10-26 14:44 ` [Qemu-devel] [PATCH 6/6] Don't power down vga card on entering S3 state Gleb Natapov
  -- strict thread matches above, loose matches on Subject: below --
2008-10-27 10:12 [Qemu-devel] [PATCH 0/6] Support for S3 ACPI state (suspend to memory) in BIOS Gleb Natapov
2008-10-27 10:13 ` [Qemu-devel] [PATCH 3/6] Disable init of SMM Gleb Natapov

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).