]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
qemu_conf: check for duplicate security drivers
authorJán Tomko <jtomko@redhat.com>
Mon, 19 Jan 2015 11:46:37 +0000 (12:46 +0100)
committerJán Tomko <jtomko@redhat.com>
Mon, 19 Jan 2015 11:46:37 +0000 (12:46 +0100)
commitd16704fd60f55251bb442d3a3efdf8dc494ce2e5
treee646a88a4ff20b8be33a94d33ba92549cf40a229
parent5c703ca396970ef5a184e975716eea852c7a7437
qemu_conf: check for duplicate security drivers

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