qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v9 0/3] wakeup-from-suspend and system_wakeup change


From: Daniel Henrique Barboza
Subject: [Qemu-devel] [PATCH v9 0/3] wakeup-from-suspend and system_wakeup changes
Date: Tue, 18 Sep 2018 15:52:43 -0300

changes in v9, all proposed by Mike Roth:
- added a new 'qemu_register_wakeup_support' to be called by the wake-up
  implementations to register the support in vl.c (patch 1)
- changed versions from 3.0.0 to 3.1.0 (patch 1)
- added back the 'qemu_system_wakeup_request' call that was removed by
mistake in the previous version (patch 3)
- Previous series link:
https://lists.gnu.org/archive/html/qemu-devel/2018-07/msg01675.html


Daniel Henrique Barboza (3):
  qmp: query-current-machine with wakeup-suspend-support
  qga: update guest-suspend-ram and guest-suspend-hybrid descriptions
  qmp hmp: Make system_wakeup check wake-up support and run state

 hmp.c                   |  5 ++++-
 hw/acpi/core.c          |  1 +
 include/sysemu/sysemu.h |  2 ++
 qapi/misc.json          | 29 ++++++++++++++++++++++++++++-
 qga/qapi-schema.json    | 12 ++++++------
 qmp.c                   | 10 ++++++++++
 vl.c                    | 19 +++++++++++++++++++
 7 files changed, 70 insertions(+), 8 deletions(-)

-- 
2.17.1




reply via email to

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