qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] memory: follow Error API guidelines


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH] memory: follow Error API guidelines
Date: Mon, 9 Oct 2023 10:16:49 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.15.1

On 9/10/23 09:53, marcandre.lureau@redhat.com wrote:
From: Marc-André Lureau <marcandre.lureau@redhat.com>

Return true/false on success/failure.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
---
  include/hw/core/cpu.h             |  4 +++-
  include/hw/core/sysemu-cpu-ops.h  |  2 +-
  include/sysemu/memory_mapping.h   |  2 +-
  target/i386/cpu.h                 |  2 +-
  hw/core/cpu-sysemu.c              |  6 +++---
  softmmu/memory_mapping.c          | 13 ++++++-------
  target/i386/arch_memory_mapping.c |  6 ++++--
  7 files changed, 19 insertions(+), 16 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]