]> git.ipfire.org Git - thirdparty/libvirt.git/commit
domain_capabilities: s/qemuDomainCapsFeatureFormatSimple/virDomainCapsFeatureFormatSi...
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 21 Dec 2022 14:15:58 +0000 (15:15 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 3 Jan 2023 16:36:14 +0000 (17:36 +0100)
commit5ea0315f60227b52cecc4258a165433cfc2028cf
tree9828a02bcca5c3830ad1a9c39ec00afff668ec21
parenta677ea928a65fceb1463e14044b23d7fba6acd3d
domain_capabilities: s/qemuDomainCapsFeatureFormatSimple/virDomainCapsFeatureFormatSimple/

There's nothing qemu specific about
qemuDomainCapsFeatureFormatSimple() and in fact, the function
lives in hypervisor agnostic location and thus mustn't have qemu
prefix.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
src/conf/domain_capabilities.c