Re: [libvirt] [PATCH v2 4/5] Support for multiple default security drivers in QEMU config

2012-07-19 Thread Michal Privoznik
On 18.07.2012 03:28, Marcelo Cerri wrote: > This patch replaces the key "security_driver" in QEMU config by > "security_drivers", which accepts a list of default drivers. If > "security_drivers" can't be found, libvirt will use "security_driver" to > ensure that it will remain compatible with older

[libvirt] [PATCH v2 4/5] Support for multiple default security drivers in QEMU config

2012-07-17 Thread Marcelo Cerri
This patch replaces the key "security_driver" in QEMU config by "security_drivers", which accepts a list of default drivers. If "security_drivers" can't be found, libvirt will use "security_driver" to ensure that it will remain compatible with older version of the config file. --- src/qemu/libvirt