On 9/10/23 09:53, [email protected] wrote:
From: Marc-André Lureau <[email protected]>
Return true/false on success/failure.
Signed-off-by: Marc-André Lureau <[email protected]>
---
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é <[email protected]>