Re: [libvirt] [PATCH] qemu_conf: check for duplicate security drivers

2015-01-19 Thread Michal Privoznik
On 19.01.2015 12:51, Ján Tomko wrote: Using the same driver multiple times is pointless and it can result in confusing errors: $ virsh start test error: Failed to start domain test error: internal error: security label already defined for VM

[libvirt] [PATCH] qemu_conf: check for duplicate security drivers

2015-01-19 Thread Ján Tomko
Using the same driver multiple times is pointless and it can result in confusing errors: $ virsh start test error: Failed to start domain test error: internal error: security label already defined for VM https://bugzilla.redhat.com/show_bug.cgi?id=1153891 --- src/qemu/qemu_conf.c | 9 -