Re: [RFC REPOST 3/7] virCgroupSetFCAppid: properly handle when appid is NULL

2021-09-10 Thread Pavel Hrdina
On Fri, Sep 10, 2021 at 01:49:22PM +0200, Michal Prívozník wrote: > On 9/9/21 6:13 PM, Pavel Hrdina wrote: > > With introduction of live changes of appid we should also support > > removal of the appid from VM. This is done by writing empty appid part > > to appid_store file. > > > >

Re: [RFC REPOST 3/7] virCgroupSetFCAppid: properly handle when appid is NULL

2021-09-10 Thread Michal Prívozník
On 9/9/21 6:13 PM, Pavel Hrdina wrote: > With introduction of live changes of appid we should also support > removal of the appid from VM. This is done by writing empty appid part > to appid_store file. > > Signed-off-by: Pavel Hrdina > --- > src/util/vircgroup.c | 2 +- > 1 file changed, 1

[RFC REPOST 3/7] virCgroupSetFCAppid: properly handle when appid is NULL

2021-09-09 Thread Pavel Hrdina
With introduction of live changes of appid we should also support removal of the appid from VM. This is done by writing empty appid part to appid_store file. Signed-off-by: Pavel Hrdina --- src/util/vircgroup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git