summary refs log tree commit diff stats
path: root/authz/listfile.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster2023-02-231-1/+0
* authz-list-file: Improve an error messageMarkus Armbruster2020-11-181-1/+2
* authz-list-file: Fix file read error handlingMarkus Armbruster2020-11-181-0/+3
* authz: Fix Lesser GPL version numberChetan Pant2020-10-291-1/+1
* authz-list-file: Fix crash when filename is not setEduardo Habkost2020-10-131-0/+5
* qom: Remove ParentClassType argument from OBJECT_DECLARE_SIMPLE_TYPEEduardo Habkost2020-09-181-1/+0
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-4/+2
* authz: fix usage of bool in listfile.cJafar Abdi2020-02-071-1/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* authz: Normalize #include "authz/trace.h" to "trace.h"Markus Armbruster2019-05-131-1/+1
* filemon: fix watch IDs to avoid potential wraparound issuesDaniel P. Berrangé2019-04-021-1/+1
* authz: add QAuthZListFile object type for a file access control listDaniel P. Berrangé2019-02-261-0/+283