Re: [PULL v2 00/39] tcg and linux-user patch queue

2024-02-24 Thread Richard Henderson
On 2/24/24 06:15, Peter Maydell wrote: Hi -- looks like this introduces an new variable-length-array, which we are trying to get rid of: ../linux-user/elfload.c: In function 'vma_dump_size': ../linux-user/elfload.c:4254:9: error: ISO C90 forbids variable length array 'page' [-Werror=vla] 4254 |

Re: [PULL v2 00/39] tcg and linux-user patch queue

2024-02-24 Thread Peter Maydell
On Sat, 24 Feb 2024 at 01:06, Richard Henderson wrote: > > v2: Fix bsd-user build errors. > > > r~ > > > The following changes since commit 3d54cbf269d63ff1d500b35b2bcf4565ff8ad485: > > Merge tag 'hw-misc-20240222' of https://github.com/philmd/qemu into staging > (2024-02-22 15:44:29 +) > >

[PULL v2 00/39] tcg and linux-user patch queue

2024-02-23 Thread Richard Henderson
v2: Fix bsd-user build errors. r~ The following changes since commit 3d54cbf269d63ff1d500b35b2bcf4565ff8ad485: Merge tag 'hw-misc-20240222' of https://github.com/philmd/qemu into staging (2024-02-22 15:44:29 +) are available in the Git repository at: https://gitlab.com/rth7680/qemu.