On 12/11/20 7:05 PM, Daniel Henrique Barboza wrote:
I guess virSecurityDeviceLabelDefValidate() is also a good candidate to be made static in this patch.virDomainDefValidateInternal() helpers can now be made static again since they're all in the same file. Signed-off-by: Daniel Henrique Barboza <danielhb413@xxxxxxxxx> --- src/conf/domain_validate.c | 22 +++++++++++----------- src/conf/domain_validate.h | 13 ------------- 2 files changed, 11 insertions(+), 24 deletions(-)
Michal