memory: Have memory_region_init_resizeable_ram() return a boolean
commitf25a9fbb649f564f152c95c44a5f2c0c6f4237a9
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 20 Nov 2023 11:12:03 +0000 (20 12:12 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 5 Jan 2024 15:20:15 +0000 (5 16:20 +0100)
tree0234d18444a81d51933d2be953b3ab08f2d1b371
parent62f5c1b234e27357b08ba01124c17f61729ceae8
memory: Have memory_region_init_resizeable_ram() return a boolean

Following the example documented since commit e3fe3988d7 ("error:
Document Error API usage rules"), have memory_region_init_resizeable_ram
return a boolean indicating whether an error is set or not.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Peter Xu <peterx@redhat.com>
Reviewed-by: Gavin Shan <gshan@redhat.com>
Message-Id: <20231120213301.24349-12-philmd@linaro.org>
include/exec/memory.h
system/memory.c