]> git.ipfire.org Git - thirdparty/qemu.git/commit
softmmu/dirtylimit: Convert free to g_free
authoralloc.young <alloc.young@outlook.com>
Fri, 25 Aug 2023 02:32:51 +0000 (10:32 +0800)
committerHyman Huang <yong.huang@smartx.com>
Tue, 29 Aug 2023 02:19:03 +0000 (10:19 +0800)
commit19b14cea453b7429a06922fe96e55e6b32fe718a
tree14fba0aa71bcdae764f91c751d2f638c58efbff3
parent58b4def2a28b38d7c5d49e99beb31e45936b1096
softmmu/dirtylimit: Convert free to g_free

Convert free to g_free to match g_new and g_malloc functions.

Fixes: cc2b33eab0 ("softmmu/dirtylimit: Implement vCPU dirtyrate calculation periodically")
Fixes: baa609832e ("softmmu/dirtylimit: Implement virtual CPU throttle")
Signed-off-by: alloc.young <alloc.young@outlook.com>
Reviewed-by: Hyman Huang <yong.huang@smartx.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <SA1PR11MB67604ECD85AFF34BEB3072F7F5E3A@SA1PR11MB6760.namprd11.prod.outlook.com>
Signed-off-by: Hyman Huang <yong.huang@smartx.com>
softmmu/dirtylimit.c