On Sun, 16 May 2021 at 13:34, Richard Henderson <richard.hender...@linaro.org> wrote: > > We have 46 of 72 patches reviewed, and they include ones that > are of express intrest to David, for s390x. Let's merge these > so that the next patch set is much smaller. > > > r~ > > > The following changes since commit 6d34aa9969ff85ca6eaeb4dc1988a4d4e13e7d79: > > Merge remote-tracking branch 'remotes/marcandre/tags/rtd-pull-request' into > staging (2021-05-14 17:20:08 +0100) > > are available in the Git repository at: > > https://gitlab.com/rth7680/qemu.git tags/pull-fp-20210516 > > for you to fetch changes up to 463b3f0d7fa11054daeb5ca22346f77d566795bf: > > softfloat: Move round_to_int_and_pack to softfloat-parts.c.inc (2021-05-16 > 07:13:51 -0500) > > ---------------------------------------------------------------- > Reorg FloatParts to use QEMU_GENERIC. > Begin replacing the Berkeley float128 routines with FloatParts128. > - includes a new implementation of float128_muladd > - includes the snan silencing that was missing from > float{32,64}_to_float128 and float128_to_float{32,64}. > - does not include float128_min/max* (written but not yet reviewed).
Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/6.1 for any user-visible changes. -- PMM