]> git.ipfire.org Git - thirdparty/libvirt.git/commit
nwfilter: pass vm name in when instantiating filters
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 27 Apr 2018 13:28:11 +0000 (14:28 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Thu, 3 May 2018 16:00:57 +0000 (17:00 +0100)
commit23ed8eb21d553b011f832b0b2f18d214d6cd7a7c
treed3f0e0a8fbe8b357e7e9568ea17d21b1037b3772
parent593ba43f1f4de3a0356b1a76fae4087e631f3725
nwfilter: pass vm name in when instantiating filters

The vm name is not needed for any functional requirement, but it will be
useful when debugging problems to identify which VM is associated with a
filter, since UUID is not human friendly.

Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
src/conf/domain_nwfilter.c
src/conf/domain_nwfilter.h
src/lxc/lxc_process.c
src/nwfilter/nwfilter_driver.c
src/qemu/qemu_hotplug.c
src/qemu/qemu_interface.c
src/qemu/qemu_process.c
src/uml/uml_conf.c