Re: [qemu-web PATCH] download/windows: Drop link to 32-bit builds, add aarch64 instead

2025-03-06 Thread Stefan Weil via
Am 06.03.25 um 09:05 schrieb Thomas Huth: QEMU does not support 32-bit Windows anymore, so we should not tempt the users to download old builds. OTOH, there is now interest in Windows build on arm computers instead (see e.g.https://gitlab.com/qemu-project/qemu/-/issues/2850 ), so let's add a lin

[qemu-web PATCH] download/windows: Drop link to 32-bit builds, add aarch64 instead

2025-03-06 Thread Thomas Huth
QEMU does not support 32-bit Windows anymore, so we should not tempt the users to download old builds. OTOH, there is now interest in Windows build on arm computers instead (see e.g. https://gitlab.com/qemu-project/qemu/-/issues/2850 ), so let's add a link to these builds instead. Signed-off-by: T