]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Reintroduce action to virDomainDefCompatibleDevice
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 26 Jun 2018 08:37:27 +0000 (10:37 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 27 Jun 2018 14:42:27 +0000 (16:42 +0200)
commit5e9b150fe0491f394c3235f0fdb476262b66e310
treea6b40a1f90e6a9d26b04d9f3578390dc7b3f6e58
parent84de7fbfdb2f528e05d98c09e3260fe0fc0739f9
conf: Reintroduce action to virDomainDefCompatibleDevice

This was lost in c57f3fd2f8999d17e01. But now we are going to
need it again (except the DETACH action where checking for device
compatibility does not make much sense anyway).

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
src/conf/domain_conf.c
src/conf/domain_conf.h
src/lxc/lxc_driver.c
src/qemu/qemu_driver.c