]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: drop virCapsPtr param from basic post parse callback
authorDaniel P. Berrangé <berrange@redhat.com>
Tue, 26 Nov 2019 16:53:53 +0000 (16:53 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Mon, 9 Dec 2019 10:17:19 +0000 (10:17 +0000)
commit74fb858f7d79a9ae90b2948f38cd97f7f9c8c82e
treebd6de52132ed7adc7255816f0edcd315c9463c9f
parenta7ef72a8fd56ec9dfa38a2e7fce54e795aca2792
conf: drop virCapsPtr param from basic post parse callback

The QEMU impl of the callback can directly use the QEMU capabilities
cache to resolve the emulator binary name, allowing virCapsPtr to be
dropped.

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
src/conf/domain_conf.c
src/conf/domain_conf.h
src/qemu/qemu_capabilities.c
src/qemu/qemu_capabilities.h
src/qemu/qemu_domain.c
tests/testutilsqemu.c