]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Generalize PARSE macro in qemuMonitorJSONGetMigrationParams
authorJiri Denemark <jdenemar@redhat.com>
Mon, 23 Oct 2017 15:11:10 +0000 (17:11 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 2 Nov 2017 21:14:18 +0000 (22:14 +0100)
commitc04fbbd9c9e49180aef4d9be674bef1154877260
treeea712153b81fdb5fcd33a3c79d9739670cb12612
parent3b2674ff634c046a8cee35794a7325dad650a8f3
qemu: Generalize PARSE macro in qemuMonitorJSONGetMigrationParams

The macro (now called PARSE_SET) is now usable for any type which needs
a *_set bool for indicating a valid value.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
src/qemu/qemu_monitor_json.c