Re: [libvirt] [PATCH 2/3] setting QEMU_CAPS_WAKEUP_SUSPEND_SUPPORT qemu capability

2019-04-02 Thread Peter Krempa
On Mon, Apr 01, 2019 at 18:18:25 -0300, Daniel Henrique Barboza wrote: > QEMU_CAPS_WAKEUP_SUSPEND_SUPPORT is a bool that represents the value > of the wakeup-suspend-support flag of the new query-current-machine > QMP API, available in QEMU 4.0. > > The flag is set in qemuProcessLaunch, using a ne

[libvirt] [PATCH 2/3] setting QEMU_CAPS_WAKEUP_SUSPEND_SUPPORT qemu capability

2019-04-01 Thread Daniel Henrique Barboza
QEMU_CAPS_WAKEUP_SUSPEND_SUPPORT is a bool that represents the value of the wakeup-suspend-support flag of the new query-current-machine QMP API, available in QEMU 4.0. The flag is set in qemuProcessLaunch, using a new function called qemuProcessSetupWakeupSuspendSupport. This function checks firs