From: "Alex Bennée" <alex.bennee@linaro.org>
To: qemu-devel@nongnu.org
Cc: "Alex Bennée" <alex.bennee@linaro.org>, armbru@redhat.com
Subject: [Qemu-devel] [PATCH v1 0/7] softfloat header cleanups
Date: Thu, 8 Aug 2019 17:41:10 +0100 [thread overview]
Message-ID: <20190808164117.23348-1-alex.bennee@linaro.org> (raw)
Hi Markus,
As promised here is a softfloat specific follow-up to your headers
clean-up series:
From: Markus Armbruster <armbru@redhat.com>
Date: Tue, 6 Aug 2019 17:14:06 +0200
Message-Id: <20190806151435.10740-1-armbru@redhat.com>
Subject: [Qemu-devel] [PATCH v2 00/29] Tame a few "touch this, recompile the world" headers
The first few patches do a little light re-organising of the header
files and some renaming. The remaining patches then rationalise the
header usage in the targets mostly by removing the inclusion of
softfloat.h from cpu.h which is most likely to trigger the largest
number of rebuilds.
I'm happy for you to pull these straight into your larger series if
you want otherwise I'll collect tags and submit once the tree
re-opens.
Alex Bennée (7):
fpu: move LIT64 helper to softfloat-types
fpu: move inline helpers into a separate header
fpu: make softfloat-macros "self-contained"
fpu: rename softfloat-specialize.h -> .inc.c
target/mips: rationalise softfloat includes
target/riscv: rationalise softfloat includes
targets (various): use softfloat-helpers.h where we can
...pecialize.h => softfloat-specialize.inc.c} | 0
fpu/softfloat.c | 2 +-
include/fpu/softfloat-helpers.h | 118 ++++++++++++++++++
include/fpu/softfloat-macros.h | 2 +
include/fpu/softfloat-types.h | 2 +
include/fpu/softfloat.h | 65 +---------
target/alpha/helper.c | 2 +-
target/microblaze/cpu.c | 2 +-
target/mips/cpu.h | 3 +-
target/mips/msa_helper.c | 1 +
target/mips/op_helper.c | 1 +
target/riscv/cpu.c | 1 +
target/riscv/cpu.h | 2 +-
target/riscv/fpu_helper.c | 1 +
target/s390x/cpu.c | 2 +-
target/sh4/cpu.c | 3 +-
target/tricore/helper.c | 2 +-
target/unicore32/cpu.c | 1 -
18 files changed, 136 insertions(+), 74 deletions(-)
rename fpu/{softfloat-specialize.h => softfloat-specialize.inc.c} (100%)
create mode 100644 include/fpu/softfloat-helpers.h
--
2.20.1
next reply other threads:[~2019-08-08 16:42 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-08 16:41 Alex Bennée [this message]
2019-08-08 16:41 ` [Qemu-devel] [PATCH v1 1/7] fpu: move LIT64 helper to softfloat-types Alex Bennée
2019-08-08 17:28 ` Richard Henderson
2019-08-09 10:08 ` Peter Maydell
2019-08-10 10:03 ` Alex Bennée
2019-08-08 16:41 ` [Qemu-devel] [PATCH v1 2/7] fpu: move inline helpers into a separate header Alex Bennée
2019-08-08 17:31 ` Richard Henderson
2019-08-08 16:41 ` [Qemu-devel] [PATCH v1 3/7] fpu: make softfloat-macros "self-contained" Alex Bennée
2019-08-08 17:49 ` Richard Henderson
2019-08-08 16:41 ` [Qemu-devel] [PATCH v1 4/7] fpu: rename softfloat-specialize.h -> .inc.c Alex Bennée
2019-08-08 17:50 ` Richard Henderson
2019-08-08 16:41 ` [Qemu-devel] [PATCH v1 5/7] target/mips: rationalise softfloat includes Alex Bennée
2019-08-08 17:55 ` Richard Henderson
2019-08-09 8:33 ` Alex Bennée
2019-08-08 16:41 ` [Qemu-devel] [PATCH v1 6/7] target/riscv: " Alex Bennée
2019-08-08 17:57 ` Richard Henderson
2019-08-10 1:55 ` Alistair Francis
2019-08-08 16:41 ` [Qemu-devel] [PATCH v1 7/7] targets (various): use softfloat-helpers.h where we can Alex Bennée
2019-08-08 17:58 ` Richard Henderson
2019-08-09 8:58 ` David Hildenbrand
2019-08-08 16:58 ` [Qemu-devel] [PATCH v1 0/7] softfloat header cleanups no-reply
2019-08-08 17:41 ` no-reply
2019-08-08 18:02 ` no-reply
2019-08-08 18:49 ` no-reply
2019-08-09 6:31 ` Markus Armbruster
2019-08-09 8:20 ` Alex Bennée
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=20190808164117.23348-1-alex.bennee@linaro.org \
--to=alex.bennee@linaro.org \
--cc=armbru@redhat.com \
--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).