[Qemu-devel] [PATCH REPOST v1 0/8] Group support and random clean-ups

Alex Bennée posted 8 patches 7 years, 8 months ago
Failed in applying to current master (apply log)
README                  |  10 ++
aarch64.risu            | 287 +++++++++++++++++++++++++++++++++---------------
contrib/generate_all.sh |  96 ++++++++++++++++
contrib/run_risu.sh     |  10 +-
risugen                 |  24 +++-
5 files changed, 335 insertions(+), 92 deletions(-)
create mode 100755 contrib/generate_all.sh
[Qemu-devel] [PATCH REPOST v1 0/8] Group support and random clean-ups
Posted by Alex Bennée 7 years, 8 months ago
Hi,

This is essentially a re-post but with a wider distribution. There is
one extra patch which adds the FP16 1 source data processing. This is for
discussion on how best to represent all the different architectural
versions by using the second field in the aarch64.risu file.

Alex Bennée (8):
  risugen: support @GroupName in risu files
  aarch64.risu: clean-up and annotate with groups
  aarch64.risu: add cryptographic extensions for v8.2
  new contrib/generate_all.sh: batch risugen script
  contrib/run_risu.sh: allow appending of QEMU_FLAGS
  contrib/run_risu.sh: don't set -e
  contrib/run_risu.sh: add a visual cue for a clean-run
  aarch64.risu: update Floating-point data-processing (1 source)

 README                  |  10 ++
 aarch64.risu            | 287 +++++++++++++++++++++++++++++++++---------------
 contrib/generate_all.sh |  96 ++++++++++++++++
 contrib/run_risu.sh     |  10 +-
 risugen                 |  24 +++-
 5 files changed, 335 insertions(+), 92 deletions(-)
 create mode 100755 contrib/generate_all.sh

-- 
2.15.1


Re: [Qemu-devel] [PATCH REPOST v1 0/8] Group support and random clean-ups
Posted by Peter Maydell 7 years, 8 months ago
On 23 February 2018 at 15:46, Alex Bennée <alex.bennee@linaro.org> wrote:
> Hi,
>
> This is essentially a re-post but with a wider distribution. There is
> one extra patch which adds the FP16 1 source data processing. This is for
> discussion on how best to represent all the different architectural
> versions by using the second field in the aarch64.risu file.
>
> Alex Bennée (8):
>   risugen: support @GroupName in risu files
>   aarch64.risu: clean-up and annotate with groups
>   aarch64.risu: add cryptographic extensions for v8.2
>   new contrib/generate_all.sh: batch risugen script
>   contrib/run_risu.sh: allow appending of QEMU_FLAGS
>   contrib/run_risu.sh: don't set -e
>   contrib/run_risu.sh: add a visual cue for a clean-run
>   aarch64.risu: update Floating-point data-processing (1 source)

I've pushed all but 3 and 5 to risu master. I don't actually
object to patch 5 and will probably push that too, but I figure we
could have the conversation first :-)

-- PMM

Re: [Qemu-devel] [PATCH REPOST v1 0/8] Group support and random clean-ups
Posted by Peter Maydell 7 years, 7 months ago
On 23 February 2018 at 18:23, Peter Maydell <peter.maydell@linaro.org> wrote:
> I've pushed all but 3 and 5 to risu master. I don't actually
> object to patch 5 and will probably push that too, but I figure we
> could have the conversation first :-)

I added the missing patterns and pushed patch 3 and have
(per irc conversation) dropped 5.

-- PMM