[Qemu-devel] [PATCH v8 0/3] wakeup-from-suspend and system_wakeup changes

Daniel Henrique Barboza posted 3 patches 7 years, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180705200813.2033-1-danielhb413@gmail.com
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
There is a newer version of this series
hmp.c                   |  5 ++++-
include/sysemu/sysemu.h |  1 +
qapi/misc.json          | 29 ++++++++++++++++++++++++++++-
qga/qapi-schema.json    | 12 ++++++------
qmp.c                   | 11 ++++++++++-
vl.c                    | 30 ++++++++++++++++++++++++++++++
6 files changed, 79 insertions(+), 9 deletions(-)
[Qemu-devel] [PATCH v8 0/3] wakeup-from-suspend and system_wakeup changes
Posted by Daniel Henrique Barboza 7 years, 4 months ago
changes in v8:
- created 'query-current-machine' API to hold the wakeup-suspend-support
  flag
- wake-up flag now considers the --no-acpi config option for PC archs
- fixes in patch 3 proposed by Markus.
Previous series link:
https://lists.gnu.org/archive/html/qemu-devel/2018-05/msg04234.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 ++++-
 include/sysemu/sysemu.h |  1 +
 qapi/misc.json          | 29 ++++++++++++++++++++++++++++-
 qga/qapi-schema.json    | 12 ++++++------
 qmp.c                   | 11 ++++++++++-
 vl.c                    | 30 ++++++++++++++++++++++++++++++
 6 files changed, 79 insertions(+), 9 deletions(-)

-- 
2.17.1


Re: [Qemu-devel] [PATCH v8 0/3] wakeup-from-suspend and system_wakeup changes
Posted by Daniel Henrique Barboza 7 years, 2 months ago
Ping

On 07/05/2018 05:08 PM, Daniel Henrique Barboza wrote:
> changes in v8:
> - created 'query-current-machine' API to hold the wakeup-suspend-support
>    flag
> - wake-up flag now considers the --no-acpi config option for PC archs
> - fixes in patch 3 proposed by Markus.
> Previous series link:
> https://lists.gnu.org/archive/html/qemu-devel/2018-05/msg04234.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 ++++-
>   include/sysemu/sysemu.h |  1 +
>   qapi/misc.json          | 29 ++++++++++++++++++++++++++++-
>   qga/qapi-schema.json    | 12 ++++++------
>   qmp.c                   | 11 ++++++++++-
>   vl.c                    | 30 ++++++++++++++++++++++++++++++
>   6 files changed, 79 insertions(+), 9 deletions(-)
>


Re: [Qemu-devel] [PATCH v8 0/3] wakeup-from-suspend and system_wakeup changes
Posted by Daniel Henrique Barboza 7 years, 3 months ago
Ping

On 07/05/2018 05:08 PM, Daniel Henrique Barboza wrote:
> changes in v8:
> - created 'query-current-machine' API to hold the wakeup-suspend-support
>    flag
> - wake-up flag now considers the --no-acpi config option for PC archs
> - fixes in patch 3 proposed by Markus.
> Previous series link:
> https://lists.gnu.org/archive/html/qemu-devel/2018-05/msg04234.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 ++++-
>   include/sysemu/sysemu.h |  1 +
>   qapi/misc.json          | 29 ++++++++++++++++++++++++++++-
>   qga/qapi-schema.json    | 12 ++++++------
>   qmp.c                   | 11 ++++++++++-
>   vl.c                    | 30 ++++++++++++++++++++++++++++++
>   6 files changed, 79 insertions(+), 9 deletions(-)
>