qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 19/21] exec: Move [b]tswapl() declarations to 'exec/user/tswa


From: Richard Henderson
Subject: Re: [PATCH 19/21] exec: Move [b]tswapl() declarations to 'exec/user/tswap-target.h'
Date: Wed, 17 Apr 2024 12:33:44 -0700
User-agent: Mozilla Thunderbird

On 4/17/24 11:28, Philippe Mathieu-Daudé wrote:
tswapl() and bswaptls() are target-dependent and only used
by user emulation. Move their definitions to a new header:
"exec/user/tswap-target.h".

Signed-off-by: Philippe Mathieu-Daudé<philmd@linaro.org>
Reviewed-by: Anton Johansson<anjo@rev.ng>
Message-Id:<20231212123401.37493-17-philmd@linaro.org>
---
  MAINTAINERS                        |  1 +
  bsd-user/freebsd/target_os_elf.h   |  1 +
  bsd-user/freebsd/target_os_stack.h |  1 +
  bsd-user/netbsd/target_os_elf.h    |  1 +
  bsd-user/openbsd/target_os_elf.h   |  1 +
  include/exec/cpu-all.h             |  8 --------
  include/exec/user/abitypes.h       |  1 +
  include/user/tswap-target.h        | 22 ++++++++++++++++++++++
  bsd-user/signal.c                  |  1 +
  bsd-user/strace.c                  |  1 +
  linux-user/elfload.c               |  1 +
  linux-user/i386/signal.c           |  1 +
  linux-user/ppc/signal.c            |  1 +
  13 files changed, 33 insertions(+), 8 deletions(-)
  create mode 100644 include/user/tswap-target.h

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

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