Re: [PULL 1/3] softmmu: Fix dirtylimit memory leak

2023-08-30 Thread Yong Huang
On Thu, Aug 31, 2023 at 12:55 AM Michael Tokarev wrote: > 29.08.2023 18:29, Hyman Huang wrote: > > From: "alloc.young" > > > > Fix memory leak in hmp_info_vcpu_dirty_limit,use g_autoptr > > to handle memory deallocation. > > It does not feel like -stable-worthy, or am I wrong and it should be >

Re: [PULL 1/3] softmmu: Fix dirtylimit memory leak

2023-08-30 Thread Michael Tokarev
29.08.2023 18:29, Hyman Huang wrote: From: "alloc.young" Fix memory leak in hmp_info_vcpu_dirty_limit,use g_autoptr to handle memory deallocation. It does not feel like -stable-worthy, or am I wrong and it should be picked up for -stable? Thanks, /mjt

[PULL 1/3] softmmu: Fix dirtylimit memory leak

2023-08-29 Thread Hyman Huang
From: "alloc.young" Fix memory leak in hmp_info_vcpu_dirty_limit,use g_autoptr to handle memory deallocation. Signed-off-by: alloc.young Reviewed-by: Hyman Huang Message-Id: Signed-off-by: Hyman Huang --- softmmu/dirtylimit.c | 16 +++- 1 file changed, 7 insertions(+), 9 deleti

[PULL 1/3] softmmu: Fix dirtylimit memory leak

2023-08-28 Thread Hyman Huang
From: "alloc.young" Fix memory leak in hmp_info_vcpu_dirty_limit,use g_autoptr to handle memory deallocation. Signed-off-by: alloc.young Reviewed-by: Hyman Huang Message-Id: Signed-off-by: Hyman Huang --- softmmu/dirtylimit.c | 16 +++- 1 file changed, 7 insertions(+), 9 deleti