Re: [PATCH v19 00/27] remove use of VLAs for Windows

2025-02-04 Thread Andre Muezerie
On Tue, Feb 04, 2025 at 10:38:55AM -0500, Patrick Robb wrote: > It looks like this failed the check-meson script which we incorporated into > our apply/build pipeline recently, which is why this series got a "build > failure." It is indicating there are issues with lib/vhost/meson.build > and app/t

Re: [PATCH v19 00/27] remove use of VLAs for Windows

2025-02-04 Thread Patrick Robb
It looks like this failed the check-meson script which we incorporated into our apply/build pipeline recently, which is why this series got a "build failure." It is indicating there are issues with lib/vhost/meson.build and app/test/meson.build. Obviously we need to provide an email body which mak

Re: [PATCH v19 00/27] remove use of VLAs for Windows

2025-02-03 Thread David Marchand
On Mon, Feb 3, 2025 at 5:06 AM Andre Muezerie wrote: > > As per guidance technical board meeting 2024/04/17. This series > removes the use of VLAs from code built for Windows for all 3 > toolchains. If there are additional opportunities to convert VLAs > to regular C arrays please provide the deta