]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Introduce VIR_DOMAIN_TAINT_CUSTOM_DEVICE and use it in qemu
authorPeter Krempa <pkrempa@redhat.com>
Mon, 21 Mar 2022 14:48:17 +0000 (15:48 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 28 Mar 2022 11:15:25 +0000 (13:15 +0200)
commit8109f80720c4e1c3f50e20510262c4819af72e9e
tree236c3bc3f45107cc84dcbb7406c631830a5e3248
parentb2d4ae0ec3b4330d96849fce6d97ca2870d42041
conf: Introduce VIR_DOMAIN_TAINT_CUSTOM_DEVICE and use it in qemu

Taint the domain object when the user requests custom device properties.

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