]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Check for user alias collisions in coldplug
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 26 Apr 2019 13:33:34 +0000 (15:33 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 26 Apr 2019 13:47:40 +0000 (15:47 +0200)
commit572c50849c649c3d7586df01a3a0069b6d1a32af
treed60eb477f5b32ed8cc41c978bddcac92e20eb436
parent57eb2936f34b789703ff610a31ac7467d588b85b
qemu: Check for user alias collisions in coldplug

https://bugzilla.redhat.com/show_bug.cgi?id=1697676

If an user tries to attach a device with colliding user alias
then we attach it happily and thus leave domain unable to start.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_driver.c