]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Move virDomainGenerateMachineName to hypervisor/
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 20 Mar 2020 17:14:22 +0000 (18:14 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 7 Apr 2020 13:26:19 +0000 (15:26 +0200)
commit8b9488d929577fe260e60d34f9bac2ed64929966
tree64c77fa7072dde02176ed408b1c4b78d52f2a6da
parent34a59fb570dcc1b6b4b4cef1f0eb43fc6f688120
conf: Move virDomainGenerateMachineName to hypervisor/

The virDomainGenerateMachineName() function doesn't belong in
src/conf/ really, because it has nothing to do with domain XML
parsing. It landed there because of lack of better place in the
past. But now that we have src/hypervisor/ the function should
live there. At the same time, the function name is changed to
match new location.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
src/conf/domain_conf.c
src/conf/domain_conf.h
src/hypervisor/domain_driver.c
src/hypervisor/domain_driver.h
src/libvirt_private.syms
src/lxc/lxc_domain.c
src/qemu/qemu_domain.c
tests/virsystemdtest.c