Re: [PATCH v2 2/2] softmmu/dirtylimit: Convert free to g_free

2023-08-25 Thread Philippe Mathieu-Daudé
On 25/8/23 04:32, alloc.yo...@outlook.com wrote: From: alloc Convert free to g_free to match g_new and g_malloc functions. Signed-off-by: alloc Fixes: cc2b33eab0 ("softmmu/dirtylimit: Implement vCPU dirtyrate calculation periodically") Fixes: baa609832e ("softmmu/dirtylimit: Implement

Re: [PATCH v2 2/2] softmmu/dirtylimit: Convert free to g_free

2023-08-24 Thread Yong Huang
On Fri, Aug 25, 2023 at 10:33 AM wrote: > From: alloc > > Convert free to g_free to match g_new and g_malloc functions. > > Signed-off-by: alloc > --- > softmmu/dirtylimit.c | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-) > > diff --git a/softmmu/dirtylimit.c

[PATCH v2 2/2] softmmu/dirtylimit: Convert free to g_free

2023-08-24 Thread alloc . young
From: alloc Convert free to g_free to match g_new and g_malloc functions. Signed-off-by: alloc --- softmmu/dirtylimit.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/softmmu/dirtylimit.c b/softmmu/dirtylimit.c index e3ff53b8fc..fa959d7743 100644 ---