All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] tests/tcg: Fix float_{convs,madds}
@ 2021-12-24  3:55 Richard Henderson
  2021-12-24  3:55 ` [PATCH 1/2] tests/tcg/multiarch: Read fp flags before printf Richard Henderson
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Richard Henderson @ 2021-12-24  3:55 UTC (permalink / raw)
  To: qemu-devel; +Cc: alex.bennee

We didn't read the fp flags early enough, so we got whatever
came out of the guest printf.  With careful review of the
hexagon output, we would have seen this long ago.


r~


Richard Henderson (2):
  tests/tcg/multiarch: Read fp flags before printf
  test/tcg/ppc64le: Add float reference files

 tests/tcg/multiarch/float_convs.c |   2 +-
 tests/tcg/multiarch/float_madds.c |   2 +-
 tests/tcg/hexagon/float_convs.ref | 152 +++---
 tests/tcg/hexagon/float_madds.ref |  48 +-
 tests/tcg/ppc64le/float_convs.ref | 748 +++++++++++++++++++++++++++++
 tests/tcg/ppc64le/float_madds.ref | 768 ++++++++++++++++++++++++++++++
 6 files changed, 1618 insertions(+), 102 deletions(-)
 create mode 100644 tests/tcg/ppc64le/float_convs.ref
 create mode 100644 tests/tcg/ppc64le/float_madds.ref

-- 
2.25.1



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-01-04 23:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-24  3:55 [PATCH 0/2] tests/tcg: Fix float_{convs,madds} Richard Henderson
2021-12-24  3:55 ` [PATCH 1/2] tests/tcg/multiarch: Read fp flags before printf Richard Henderson
2021-12-25 21:09   ` Philippe Mathieu-Daudé
2022-01-04 22:48   ` Taylor Simpson
2022-01-04 23:05     ` Richard Henderson
2021-12-24  3:55 ` [PATCH 2/2] test/tcg/ppc64le: Add float reference files Richard Henderson
2022-01-04 20:08 ` [PATCH 0/2] tests/tcg: Fix float_{convs,madds} Alex Bennée

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.