From: "Alex Bennée" <alex.bennee@linaro.org>
To: "Emilio G. Cota" <cota@braap.org>
Cc: qemu-devel@nongnu.org, Peter Maydell <peter.maydell@linaro.org>,
Aurelien Jarno <aurelien@aurel32.net>,
Richard Henderson <richard.henderson@linaro.org>,
Laurent Vivier <laurent@vivier.eu>
Subject: Re: [Qemu-devel] [PATCH v2 1/2] gitmodules: add berkeley's softfloat + testfloat version 3
Date: Mon, 10 Sep 2018 10:29:47 +0100 [thread overview]
Message-ID: <87bm95d7jo.fsf@linaro.org> (raw)
In-Reply-To: <20180908191735.22861-2-cota@braap.org>
Emilio G. Cota <cota@braap.org> writes:
> These are BSD-licensed so we can add them as submodules.
>
> Signed-off-by: Emilio G. Cota <cota@braap.org>
> ---
> .gitmodules | 6 ++++++
> tests/fp/berkeley-softfloat-3 | 1 +
> tests/fp/berkeley-testfloat-3 | 1 +
> 3 files changed, 8 insertions(+)
> create mode 160000 tests/fp/berkeley-softfloat-3
> create mode 160000 tests/fp/berkeley-testfloat-3
>
> diff --git a/.gitmodules b/.gitmodules
> index d108478e0a..165c7c5286 100644
> --- a/.gitmodules
> +++ b/.gitmodules
> @@ -43,3 +43,9 @@
> [submodule "roms/u-boot-sam460ex"]
> path = roms/u-boot-sam460ex
> url = git://git.qemu.org/u-boot-sam460ex.git
> +[submodule "tests/fp/testfloat"]
> + path = tests/fp/berkeley-testfloat-3
> + url = git://github.com/ucb-bar/berkeley-testfloat-3
> +[submodule "tests/fp/berkeley-softfloat-3"]
> + path = tests/fp/berkeley-softfloat-3
> + url = git://github.com/ucb-bar/berkeley-softfloat-3
I think generally when we add submodules we setup a mirror at
git://git.qemu.org so we are only at the whims of our own
infrastructure. See https://wiki.qemu.org/AdminContacts
Nevertheless:
Acked-by: Alex Bennée <alex.bennee@linaro.org>
> diff --git a/tests/fp/berkeley-softfloat-3 b/tests/fp/berkeley-softfloat-3
> new file mode 160000
> index 0000000000..b64af41c32
> --- /dev/null
> +++ b/tests/fp/berkeley-softfloat-3
> @@ -0,0 +1 @@
> +Subproject commit b64af41c3276f97f0e181920400ee056b9c88037
> diff --git a/tests/fp/berkeley-testfloat-3 b/tests/fp/berkeley-testfloat-3
> new file mode 160000
> index 0000000000..06b20075dd
> --- /dev/null
> +++ b/tests/fp/berkeley-testfloat-3
> @@ -0,0 +1 @@
> +Subproject commit 06b20075dd3c1a5d0dd007a93643282832221612
--
Alex Bennée
next prev parent reply other threads:[~2018-09-10 9:34 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-08 19:17 [Qemu-devel] [PATCH v2 0/2] softfloat tests based on berkeley's testfloat Emilio G. Cota
2018-09-08 19:17 ` [Qemu-devel] [PATCH v2 1/2] gitmodules: add berkeley's softfloat + testfloat version 3 Emilio G. Cota
2018-09-10 9:29 ` Alex Bennée [this message]
2018-09-08 19:17 ` [Qemu-devel] [PATCH v2 2/2] tests: add floating point tests Emilio G. Cota
2018-09-10 11:00 ` Alex Bennée
2018-09-10 14:37 ` Emilio G. Cota
2018-09-10 11:26 ` [Qemu-devel] [PATCH v2 0/2] softfloat tests based on berkeley's testfloat Alex Bennée
2018-09-10 15:14 ` Emilio G. Cota
2018-09-10 15:41 ` Alex Bennée
2018-09-10 16:25 ` Emilio G. Cota
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=87bm95d7jo.fsf@linaro.org \
--to=alex.bennee@linaro.org \
--cc=aurelien@aurel32.net \
--cc=cota@braap.org \
--cc=laurent@vivier.eu \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=richard.henderson@linaro.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.