memory: Have memory_region_init_ram_from_fd() handler return a boolean
commit9583a905793986d9018fe1fbb17d17fb4f0d76dd
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 20 Nov 2023 12:46:06 +0000 (20 13:46 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 5 Jan 2024 15:20:15 +0000 (5 16:20 +0100)
treeb882f2d876b8dedcc4f182553429f26688b122fd
parent9b9d11ac03b2802d67c132afaae3d37dd2f0b16f
memory: Have memory_region_init_ram_from_fd() handler return a boolean

Following the example documented since commit e3fe3988d7 ("error:
Document Error API usage rules"), have memory_region_init_ram_from_fd
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-14-philmd@linaro.org>
include/exec/memory.h
system/memory.c