[PATCH 0/2] tcg: Fixes for temp_allocate_frame

Richard Henderson posted 2 patches 2 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/next-importer-push tags/patchew/20210619045700.46907-1-richard.henderson@linaro.org
Maintainers: Richard Henderson <richard.henderson@linaro.org>
There is a newer version of this series
tcg/tcg.c                  | 41 ++++++++++++++++++++++++++++----------
tcg/sparc/tcg-target.c.inc | 16 +++++++++------
2 files changed, 40 insertions(+), 17 deletions(-)
[PATCH 0/2] tcg: Fixes for temp_allocate_frame
Posted by Richard Henderson 2 years, 10 months ago
Stefan, I think this will resolve #367 for you -- please test.


r~


Richard Henderson (2):
  tcg/sparc: Fix temp_allocate_frame vs sparc stack bias
  tcg: Allocate sufficient storage in temp_allocate_frame

 tcg/tcg.c                  | 41 ++++++++++++++++++++++++++++----------
 tcg/sparc/tcg-target.c.inc | 16 +++++++++------
 2 files changed, 40 insertions(+), 17 deletions(-)

-- 
2.25.1


Re: [PATCH 0/2] tcg: Fixes for temp_allocate_frame
Posted by Stefan Weil 2 years, 10 months ago
Am 19.06.21 um 06:56 schrieb Richard Henderson:

> Stefan, I think this will resolve #367 for you -- please test.


Tested-by: Stefan Weil <sw@weilnetz.de>


Thank you, yes, it seems to resolve that issue.

I had to make two additional changes for building on Windows:

- Downgrade to support glib 2.54 (that's the version provided by Cygwin 
for mingw-w64). Daniel, could we go back from 2.56 to 2.54?

- Fix assertion in oslib-win32.c (I already have sent a patch for that, 
see 
http://patchwork.ozlabs.org/project/qemu-devel/patch/20210611105846.347954-1-sw@weilnetz.de/)

Stefan