qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Richard Henderson <richard.henderson@linaro.org>
To: qemu-devel@nongnu.org
Cc: gaosong@loongson.cn, laurent@vivier.eu
Subject: [PATCH 0/2] linux-user: Move target_struct.h generic definitions to generic/
Date: Thu,  6 Jan 2022 20:25:58 -0800	[thread overview]
Message-ID: <20220107042600.149852-1-richard.henderson@linaro.org> (raw)

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

-- 
2.25.1



             reply	other threads:[~2022-01-07  4:28 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-07  4:25 Richard Henderson [this message]
2022-01-07  4:25 ` [PATCH 1/2] linux-user/arm: Move target_oabi_flock64 out of target_structs.h Richard Henderson
2022-01-08 17:57   ` Laurent Vivier
2022-01-08 17:58   ` Laurent Vivier
2022-01-07  4:26 ` [PATCH 2/2] linux-user: Move target_struct.h generic definitions to generic/ Richard Henderson
2022-01-08 17:58   ` Laurent Vivier
2022-01-08 18:03   ` Laurent Vivier
2022-01-07 13:58 ` [PATCH 0/2] " Philippe Mathieu-Daudé

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220107042600.149852-1-richard.henderson@linaro.org \
    --to=richard.henderson@linaro.org \
    --cc=gaosong@loongson.cn \
    --cc=laurent@vivier.eu \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).