qemu-ppc
[Top][All Lists]
Advanced

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

Re: [PATCH v2 00/23] exec: Rework of various headers (user focused)


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v2 00/23] exec: Rework of various headers (user focused)
Date: Tue, 12 Dec 2023 13:41:03 +0100
User-agent: Mozilla Thunderbird

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.voipio@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)



reply via email to

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