]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu_capabilities: s/ObjectProps/DeviceProps/g
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 12 Apr 2018 11:31:03 +0000 (13:31 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 19 Apr 2018 16:11:56 +0000 (18:11 +0200)
commitc2047c5c9fd920030f761410480ea78ecff97fa8
tree7ede1cfa06f1b783c7c606889919a2851989382c
parent931144858f7f6f7b82f343c8dc7e4db5d8570d0f
qemu_capabilities: s/ObjectProps/DeviceProps/g

So far all the properties we are trying to fetch are device
properties, i.e. -device $dev on qemu command line. Change
misleading variable names to express what's queried for better.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_capabilities.c