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é <phi...@linaro.org>
---
  include/exec/memory.h | 4 +++-
  system/memory.c       | 4 +++-
  2 files changed, 6 insertions(+), 2 deletions(-)


With Peter Xu's comments addressed, to replace cpu_exec_realizefn()
with memory_region_init_ram_flags_nomigrate() in the commit log.

Reviewed-by: Gavin Shan <gs...@redhat.com>


Reply via email to