Re: [Qemu-devel] [PATCH v9 0/3] wakeup-from-suspend and system_wakeup changes

2018-10-08 Thread Daniel Henrique Barboza
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 th

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

2018-09-18 Thread Daniel Henrique Barboza
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 mist