util: Make qemu_oom_check() a static function
authorPeter Maydell <peter.maydell@linaro.org>
Sat, 26 Feb 2022 18:07:16 +0000 (18:07 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 7 Mar 2022 13:09:20 +0000 (13:09 +0000)
commit1c6c3b764d992ecd9cb44f8646d74935269d20a6
treeab2c83ba3a25238a713b0ba81b2f274a082f109f
parent9d662a6b22a0838a85c5432385f35db2488a33a5
util: Make qemu_oom_check() a static function

The qemu_oom_check() function, which we define in both oslib-posix.c
and oslib-win32.c, is now used only locally in that file; make it
static.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20220226180723.1706285-3-peter.maydell@linaro.org
include/qemu-common.h
util/oslib-posix.c
util/oslib-win32.c