]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Converting DHCP and ARP functions to domain conf
authorJulio Faracco <jcfaracco@gmail.com>
Tue, 21 Jan 2020 03:37:10 +0000 (00:37 -0300)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 23 Jan 2020 11:29:33 +0000 (12:29 +0100)
commitc360dbb5641acd73cd5d69db608bdc859e0ff41b
treebcc9db74b6fbe9944777decf6565a6ce3413b864
parentd7da92a9cec7d48361b9dac2c13eea93d689db6a
qemu: Converting DHCP and ARP functions to domain conf

QEMU driver has two functions: qemuGetDHCPInterfaces() and
qemuARPGetInterfaces() that are being used inside only one single
function. They can be turned into generic functions that other drivers
can use. This commit move both from QEMU driver tree to domain conf
tree.

Signed-off-by: Julio Faracco <jcfaracco@gmail.com>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/conf/domain_conf.c
src/conf/domain_conf.h
src/libvirt_private.syms
src/qemu/qemu_driver.c