]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Add type filter to qemuMonitorJSONParsePropsList
authorJiri Denemark <jdenemar@redhat.com>
Mon, 17 Jun 2019 19:51:20 +0000 (21:51 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Wed, 19 Jun 2019 22:22:39 +0000 (00:22 +0200)
commit430023e5ee3f7549104f5eb09e3c26563a11882c
tree8e2f0c9058fced088fdeab36c670f9cb176d7d3f
parentdf73078c612a70e48aa76e889a7026e2daa47b16
qemu: Add type filter to qemuMonitorJSONParsePropsList

The function converts a list of QOM properties into a NULL-terminated
array of property names. The new type parameter may be used to limit the
result to properties of a specific type.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_monitor_json.c