On Fri, 27 Feb 2026 at 12:55, Martin Kröning <[email protected]> wrote: > > These functions are needed to do semihosting on CPUs that support > runtime-configurable endiannes. This commit renames them and allows > using them for semihosting, but makes sure to signal that these > functions should not be used in other circumstances. > > Signed-off-by: Martin Kröning <[email protected]> > --- > hw/core/cpu-system.c | 6 +++--- > hw/virtio/virtio.c | 2 +- > include/hw/core/cpu.h | 4 ++-- > include/hw/core/sysemu-cpu-ops.h | 6 +++--- > target/arm/cpu.c | 4 ++-- > target/ppc/cpu_init.c | 2 +- > 6 files changed, 12 insertions(+), 12 deletions(-)
Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
