qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Move target_signal.h generic definitions to generic/signal.h
@ 2021-11-26  2:23 Song Gao
  2021-11-26  2:23 ` [PATCH v2 1/3] linux-user: " Song Gao
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Song Gao @ 2021-11-26  2:23 UTC (permalink / raw)
  To: qemu-devel; +Cc: alex.bennee, richard.henderson, laurent, f4bug

Hi all,

This seris:
 - Move target_signal.h generic defintions to generic/signal.h, 
 - target_syscall.h remove TARGET_MINSIGSTKSZ
 - Remove unused definitions TARGET_SIGSTKSZ.

Song Gao (3):
  linux-user: Move target_signal.h generic definitions to
    generic/signal.h
  linux-user: target_syscall.h remove definition TARGET_MINSIGSTKSZ
  linux-user: Remove TARGET_SIGSTKSZ

 linux-user/aarch64/target_signal.h     | 18 ------------------
 linux-user/aarch64/target_syscall.h    |  1 -
 linux-user/alpha/target_signal.h       |  1 -
 linux-user/alpha/target_syscall.h      |  1 -
 linux-user/arm/target_signal.h         | 18 ------------------
 linux-user/arm/target_syscall.h        |  1 -
 linux-user/cris/target_signal.h        | 18 ------------------
 linux-user/cris/target_syscall.h       |  1 -
 linux-user/generic/signal.h            | 15 +++++++++++++++
 linux-user/hexagon/target_signal.h     | 11 -----------
 linux-user/hppa/target_signal.h        |  1 -
 linux-user/hppa/target_syscall.h       |  1 -
 linux-user/i386/target_signal.h        | 18 ------------------
 linux-user/i386/target_syscall.h       |  1 -
 linux-user/m68k/target_signal.h        | 18 ------------------
 linux-user/m68k/target_syscall.h       |  1 -
 linux-user/microblaze/target_signal.h  | 18 ------------------
 linux-user/microblaze/target_syscall.h |  1 -
 linux-user/mips/target_signal.h        |  1 -
 linux-user/mips/target_syscall.h       |  1 -
 linux-user/mips64/target_signal.h      |  1 -
 linux-user/mips64/target_syscall.h     |  1 -
 linux-user/nios2/target_signal.h       | 16 ----------------
 linux-user/nios2/target_syscall.h      |  1 -
 linux-user/openrisc/target_signal.h    | 23 -----------------------
 linux-user/openrisc/target_syscall.h   |  1 -
 linux-user/ppc/target_signal.h         | 18 ------------------
 linux-user/ppc/target_syscall.h        |  1 -
 linux-user/riscv/target_signal.h       | 12 ------------
 linux-user/riscv/target_syscall.h      |  1 -
 linux-user/s390x/target_signal.h       | 15 ---------------
 linux-user/s390x/target_syscall.h      |  1 -
 linux-user/sh4/target_signal.h         | 18 ------------------
 linux-user/sh4/target_syscall.h        |  1 -
 linux-user/sparc/target_signal.h       |  1 -
 linux-user/sparc/target_syscall.h      |  1 -
 linux-user/x86_64/target_signal.h      | 18 ------------------
 linux-user/x86_64/target_syscall.h     |  1 -
 linux-user/xtensa/target_signal.h      | 17 -----------------
 39 files changed, 15 insertions(+), 279 deletions(-)

-- 
1.8.3.1



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-12-20 17:36 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-26  2:23 [PATCH v2 0/3] Move target_signal.h generic definitions to generic/signal.h Song Gao
2021-11-26  2:23 ` [PATCH v2 1/3] linux-user: " Song Gao
2021-11-26 10:47   ` Richard Henderson
2021-12-20 15:56   ` Laurent Vivier
2021-11-26  2:23 ` [PATCH v2 2/3] linux-user: target_syscall.h remove definition TARGET_MINSIGSTKSZ Song Gao
2021-11-26 10:48   ` Richard Henderson
2021-12-20 15:56   ` Laurent Vivier
2021-11-26  2:23 ` [PATCH v2 3/3] linux-user: Remove TARGET_SIGSTKSZ Song Gao
2021-11-26 10:48   ` Richard Henderson
2021-12-20 15:56   ` Laurent Vivier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).