[PULL 0/1] Fix qemu_strtosz regression

Richard Henderson posted 1 patch 3 years, 1 month ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210315185117.1986240-1-richard.henderson@linaro.org
There is a newer version of this series
tests/unit/test-cutils.c |  2 +-
util/cutils.c            | 50 +++++++++++++++++++++++++++++++++---------------
2 files changed, 36 insertions(+), 16 deletions(-)
[PULL 0/1] Fix qemu_strtosz regression
Posted by Richard Henderson 3 years, 1 month ago
The following changes since commit 51204c2f188ec1e2a38f14718d38a3772f850a4b:

  Merge remote-tracking branch 'remotes/bkoppelmann2/tags/pull-tricore-20210314' into staging (2021-03-15 15:34:27 +0000)

are available in the Git repository at:

  https://gitlab.com/rth7680/qemu.git tags/pull-misc-20210315

for you to fetch changes up to 7625a1ed013a042748753750c9d9b1a33c9cd8e0:

  utils: Use fixed-point arithmetic in qemu_strtosz (2021-03-15 12:47:08 -0600)

----------------------------------------------------------------
Fix qemu_strtosz testsuite failures for i686.

----------------------------------------------------------------
Richard Henderson (1):
      utils: Use fixed-point arithmetic in qemu_strtosz

 tests/unit/test-cutils.c |  2 +-
 util/cutils.c            | 50 +++++++++++++++++++++++++++++++++---------------
 2 files changed, 36 insertions(+), 16 deletions(-)

Re: [PULL 0/1] Fix qemu_strtosz regression
Posted by Peter Maydell 3 years, 1 month ago
On Mon, 15 Mar 2021 at 18:51, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> The following changes since commit 51204c2f188ec1e2a38f14718d38a3772f850a4b:
>
>   Merge remote-tracking branch 'remotes/bkoppelmann2/tags/pull-tricore-20210314' into staging (2021-03-15 15:34:27 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/rth7680/qemu.git tags/pull-misc-20210315
>
> for you to fetch changes up to 7625a1ed013a042748753750c9d9b1a33c9cd8e0:
>
>   utils: Use fixed-point arithmetic in qemu_strtosz (2021-03-15 12:47:08 -0600)
>
> ----------------------------------------------------------------
> Fix qemu_strtosz testsuite failures for i686.
>
> ----------------------------------------------------------------
> Richard Henderson (1):
>       utils: Use fixed-point arithmetic in qemu_strtosz
>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/6.0
for any user-visible changes.

-- PMM