qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 2/9] util: Make qemu_oom_check() a static function


From: Richard Henderson
Subject: Re: [PATCH 2/9] util: Make qemu_oom_check() a static function
Date: Sat, 26 Feb 2022 14:27:09 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0

On 2/26/22 08:07, Peter Maydell wrote:
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>
---
  include/qemu-common.h | 2 --
  util/oslib-posix.c    | 2 +-
  util/oslib-win32.c    | 2 +-
  3 files changed, 2 insertions(+), 4 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]