mbox series

[0/2] linux-user: Move target_struct.h generic definitions to generic/

Message ID 20220107042600.149852-1-richard.henderson@linaro.org
Headers show
Series linux-user: Move target_struct.h generic definitions to generic/ | expand

Message

Richard Henderson Jan. 7, 2022, 4:25 a.m. UTC
I noticed this while reviewing loongarch64.

r~

Richard Henderson (2):
  linux-user/arm: Move target_oabi_flock64 out of target_structs.h
  linux-user: Move target_struct.h generic definitions to generic/

 linux-user/aarch64/target_structs.h    | 59 +------------------------
 linux-user/arm/target_structs.h        | 60 +-------------------------
 linux-user/cris/target_structs.h       | 59 +------------------------
 linux-user/generic/target_structs.h    | 58 +++++++++++++++++++++++++
 linux-user/hexagon/target_structs.h    | 55 +----------------------
 linux-user/i386/target_structs.h       | 59 +------------------------
 linux-user/m68k/target_structs.h       | 59 +------------------------
 linux-user/microblaze/target_structs.h | 59 +------------------------
 linux-user/nios2/target_structs.h      | 59 +------------------------
 linux-user/openrisc/target_structs.h   | 59 +------------------------
 linux-user/riscv/target_structs.h      | 47 +-------------------
 linux-user/sh4/target_structs.h        | 59 +------------------------
 linux-user/x86_64/target_structs.h     | 36 +---------------
 linux-user/syscall.c                   |  8 ++++
 14 files changed, 78 insertions(+), 658 deletions(-)
 create mode 100644 linux-user/generic/target_structs.h

Comments

Philippe Mathieu-Daudé Jan. 7, 2022, 1:58 p.m. UTC | #1
On 7/1/22 05:25, Richard Henderson wrote:
> I noticed this while reviewing loongarch64.
> 
> r~
> 
> Richard Henderson (2):
>    linux-user/arm: Move target_oabi_flock64 out of target_structs.h
>    linux-user: Move target_struct.h generic definitions to generic/

Series:
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>