]> git.proxmox.com Git - mirror_qemu.git/commit
memory: Have memory_region_init_rom() handler return a boolean
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 20 Nov 2023 10:29:31 +0000 (11:29 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 5 Jan 2024 15:20:15 +0000 (16:20 +0100)
commitb9159451d3411bfef528f431c98527c172cd46e8
tree03ca4babad40185e2de6ce300fa866c2568da6a5
parentfe5f33d6b086d6911d69dd77abe09b21bdb2ea5f
memory: Have memory_region_init_rom() handler return a boolean

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

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Reviewed-by: Gavin Shan <gshan@redhat.com>
Message-Id: <20231120213301.24349-8-philmd@linaro.org>
include/exec/memory.h
system/memory.c