Re: [PATCH] system/rtc: Fix a possible year-2038 integer overflow problem
Richard Henderson <[email protected]> Tue, 19 May 2026 13:20:08 -0700
| Newsgroups | org.nongnu.qemu-trivial,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 5/19/26 01:24, Philippe Mathieu-Daudé wrote: >> IOW we only platform this fixes is 32-bit OS with 64-bit time_t. > > "32-bit *host* OS". > > Per ./configure script, we still allow: > - x86_64 x32 ABI (CPU_CFLAGS="-mx32") > - sparc32 (CPU_CFLAGS="-m32 -mv8plus -mcpu=ultrasparc") > - s390 (CPU_CFLAGS="-m31") All that is stuff that missed getting removed with the rest of 32-bit hosts. > otherwise falling back to TCI. Even TCI is 64-bit now. r~