|
From: | Gavin Shan |
Subject: | Re: [PATCH-for-9.0 18/25] util/oslib: Have qemu_prealloc_mem() handler return a boolean |
Date: | Mon, 4 Dec 2023 14:59:40 +1000 |
User-agent: | Mozilla Thunderbird |
On 11/21/23 07:32, Philippe Mathieu-Daudé wrote:
Following the example documented since commit e3fe3988d7 ("error: Document Error API usage rules"), have cpu_exec_realizefn() return a boolean indicating whether an error is set or not. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> --- include/qemu/osdep.h | 4 +++- util/oslib-posix.c | 7 +++++-- util/oslib-win32.c | 4 +++- 3 files changed, 11 insertions(+), 4 deletions(-)
s/cpu_exec_realizefn()/qemu_prealloc_mem() Reviewed-by: Gavin Shan <gshan@redhat.com>
[Prev in Thread] | Current Thread | [Next in Thread] |