Re: [RFC REPOST 1/7] conf: extract appid validation to virDomainDefResourceAppidValidate

2021-09-10 Thread Pavel Hrdina
On Fri, Sep 10, 2021 at 01:49:24PM +0200, Michal Prívozník wrote: > On 9/9/21 6:13 PM, Pavel Hrdina wrote: > > This will be needed by future patches adding appid API to allow changing > > it for running VMs. > > > > Signed-off-by: Pavel Hrdina > > --- > > src/conf/domain_validate.c | 42

Re: [RFC REPOST 1/7] conf: extract appid validation to virDomainDefResourceAppidValidate

2021-09-10 Thread Michal Prívozník
On 9/9/21 6:13 PM, Pavel Hrdina wrote: > This will be needed by future patches adding appid API to allow changing > it for running VMs. > > Signed-off-by: Pavel Hrdina > --- > src/conf/domain_validate.c | 42 +++--- > src/conf/domain_validate.h | 2 ++ >

[RFC REPOST 1/7] conf: extract appid validation to virDomainDefResourceAppidValidate

2021-09-09 Thread Pavel Hrdina
This will be needed by future patches adding appid API to allow changing it for running VMs. Signed-off-by: Pavel Hrdina --- src/conf/domain_validate.c | 42 +++--- src/conf/domain_validate.h | 2 ++ src/libvirt_private.syms | 1 + 3 files changed, 28