Re: [Qemu-devel] [PATCH v3 06/10] acl: delete existing ACL implementation

2016-03-22 Thread Eric Blake
On 03/10/2016 11:59 AM, Daniel P. Berrange wrote: > The 'qemu_acl' type was a previous non-QOM based attempt to > provide an authorization facility in QEMU. Because it is > non-QOM based it cannot be created via the command line and > requires special monitor commands to manipulate it. > > The new

[Qemu-devel] [PATCH v3 06/10] acl: delete existing ACL implementation

2016-03-10 Thread Daniel P. Berrange
The 'qemu_acl' type was a previous non-QOM based attempt to provide an authorization facility in QEMU. Because it is non-QOM based it cannot be created via the command line and requires special monitor commands to manipulate it. The new QAuthZ and QAuthZSimple QOM classes provide a superset of the