Re: [libvirt] [PATCH 11/12] Add configuration to QEMU driver to support access control managers

2012-05-03 Thread Eric Blake
On 05/02/2012 05:44 AM, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com Introduce a new 'access_driver' configuration parameter which specifies the name of the access control manager driver to activate. By default the 'no op' driver is active --- src/qemu/qemu.conf

[libvirt] [PATCH 11/12] Add configuration to QEMU driver to support access control managers

2012-05-02 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com Introduce a new 'access_driver' configuration parameter which specifies the name of the access control manager driver to activate. By default the 'no op' driver is active --- src/qemu/qemu.conf |5 + src/qemu/qemu_conf.c |9 +