]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Implement virDomainPMWakeup API
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 10 Feb 2012 12:33:52 +0000 (13:33 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 27 Feb 2012 10:47:02 +0000 (11:47 +0100)
commit9bf1bcc59db4ba2a41be6ea7015bca5daf94c83f
treec1b842f89c1fdd97080dff504344de4ecdd18cf0
parenta04d10f739a200b19e2252d584b14e7628dc74b0
qemu: Implement virDomainPMWakeup API

using 'system-wakeup' monitor command. It is supported only in JSON,
as we are enabling it if possible. Moreover, this command is available
in qemu-1.1+ which definitely has JSON.
src/qemu/qemu_driver.c
src/qemu/qemu_monitor.c
src/qemu/qemu_monitor.h
src/qemu/qemu_monitor_json.c
src/qemu/qemu_monitor_json.h