mbox series

[v9,0/3] wakeup-from-suspend and system_wakeup changes

Message ID 20180918185246.18109-1-danielhb413@gmail.com (mailing list archive)
Headers show
Series wakeup-from-suspend and system_wakeup changes | expand

Message

Daniel Henrique Barboza Sept. 18, 2018, 6:52 p.m. UTC
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(-)

Comments

Daniel Henrique Barboza Oct. 8, 2018, 6:12 p.m. UTC | #1
ping

On 9/18/18 3:52 PM, Daniel Henrique Barboza wrote:
> 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(-)
>