On 12/12/23 13:33, Philippe Mathieu-Daudé wrote:
Philippe Mathieu-Daudé (23):
exec/cpu-all: Remove unused tswapls() definitions exec: Move [b]tswapl() declarations to 'exec/user/tswap-target.h' target/ppc/excp_helper: Avoid 'abi_ptr' in system emulation accel/tcg: Un-inline retaddr helpers to 'user-retaddr.h' exec/user: Do not include 'cpu.h' in 'abitypes.h' exec: Declare abi_ptr type in its own 'abi_ptr.h' header exec/cpu-all: Restrict inclusion of 'exec/user/guest-base.h'
include/exec/user/abitypes.h | 8 ++- include/exec/user/guest-base.h | 6 ++ include/exec/user/tswap-target.h | 22 +++++++
Missing: -- >8 -- diff --git a/MAINTAINERS b/MAINTAINERS index 695e0bd34f..1341862c2c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3615,6 +3615,7 @@ Overall usermode emulation M: Riku Voipio <riku.voi...@iki.fi> S: Maintained F: accel/tcg/user-exec*.c +F: include/exec/user/ F: include/user/ F: common-user/ --- (Although maybe the M: tag need some update)