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

Daniel Henrique Barboza posted 3 patches 5 years, 4 months ago
Test checkpatch passed
Test docker-quick@centos7 passed
Test docker-clang@ubuntu passed
Test docker-mingw@fedora passed
Test asan passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20181205194701.17836-1-danielhb413@gmail.com
hmp.c                   |  5 ++++-
hw/acpi/core.c          |  9 ++++++++-
hw/char/serial.c        |  2 +-
hw/i386/xen/xen-hvm.c   |  5 +++++
hw/input/ps2.c          |  6 +++---
hw/timer/mc146818rtc.c  |  2 +-
include/sysemu/sysemu.h |  4 +++-
migration/migration.c   |  4 ++--
qapi/misc.json          | 32 +++++++++++++++++++++++++++++++-
qga/qapi-schema.json    | 16 ++++++++++------
qmp.c                   |  8 +++++++-
vl.c                    | 23 ++++++++++++++++++++++-
12 files changed, 97 insertions(+), 19 deletions(-)
[Qemu-devel] [PATCH v11 0/3] wakeup-from-suspend and system_wakeup changes
Posted by Daniel Henrique Barboza 5 years, 4 months ago
changes in v11:
- fixed typos, changed version to 4.0 in patches 1 and 3
- changed text in patch 2 to be less alarming
- patch 3: changed error handling
- previous version link:
http://lists.nongnu.org/archive/html/qemu-devel/2018-11/msg01774.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          |  9 ++++++++-
 hw/char/serial.c        |  2 +-
 hw/i386/xen/xen-hvm.c   |  5 +++++
 hw/input/ps2.c          |  6 +++---
 hw/timer/mc146818rtc.c  |  2 +-
 include/sysemu/sysemu.h |  4 +++-
 migration/migration.c   |  4 ++--
 qapi/misc.json          | 32 +++++++++++++++++++++++++++++++-
 qga/qapi-schema.json    | 16 ++++++++++------
 qmp.c                   |  8 +++++++-
 vl.c                    | 23 ++++++++++++++++++++++-
 12 files changed, 97 insertions(+), 19 deletions(-)

-- 
2.19.2


Re: [Qemu-devel] [PATCH v11 0/3] wakeup-from-suspend and system_wakeup changes
Posted by Markus Armbruster 5 years, 4 months ago
Daniel Henrique Barboza <danielhb413@gmail.com> writes:

> changes in v11:
> - fixed typos, changed version to 4.0 in patches 1 and 3
> - changed text in patch 2 to be less alarming
> - patch 3: changed error handling
> - previous version link:
> http://lists.nongnu.org/archive/html/qemu-devel/2018-11/msg01774.html

Looks ready to me.  Who's going to merge it?

Re: [Qemu-devel] [PATCH v11 0/3] wakeup-from-suspend and system_wakeup changes
Posted by Eduardo Habkost 5 years, 4 months ago
On Thu, Dec 06, 2018 at 07:59:02AM +0100, Markus Armbruster wrote:
> Daniel Henrique Barboza <danielhb413@gmail.com> writes:
> 
> > changes in v11:
> > - fixed typos, changed version to 4.0 in patches 1 and 3
> > - changed text in patch 2 to be less alarming
> > - patch 3: changed error handling
> > - previous version link:
> > http://lists.nongnu.org/archive/html/qemu-devel/2018-11/msg01774.html
> 
> Looks ready to me.  Who's going to merge it?

Do you mind merging it through the QMP tree?

Acked-by: Eduardo Habkost <ehabkost@redhat.com>

-- 
Eduardo

Re: [Qemu-devel] [PATCH v11 0/3] wakeup-from-suspend and system_wakeup changes
Posted by Markus Armbruster 5 years, 4 months ago
Eduardo Habkost <ehabkost@redhat.com> writes:

> On Thu, Dec 06, 2018 at 07:59:02AM +0100, Markus Armbruster wrote:
>> Daniel Henrique Barboza <danielhb413@gmail.com> writes:
>> 
>> > changes in v11:
>> > - fixed typos, changed version to 4.0 in patches 1 and 3
>> > - changed text in patch 2 to be less alarming
>> > - patch 3: changed error handling
>> > - previous version link:
>> > http://lists.nongnu.org/archive/html/qemu-devel/2018-11/msg01774.html
>> 
>> Looks ready to me.  Who's going to merge it?
>
> Do you mind merging it through the QMP tree?
>
> Acked-by: Eduardo Habkost <ehabkost@redhat.com>

Can do.  Thanks!

Re: [Qemu-devel] [PATCH v11 0/3] wakeup-from-suspend and system_wakeup changes
Posted by Markus Armbruster 5 years, 4 months ago
Queued, thanks!