On 7/20/26 01:46, Philippe Mathieu-Daudé wrote:
On 18/7/26 01:22, Richard Henderson wrote:+ AllocationTagMem ret = { };I'd feel safer starting with: AllocationTagMem ret = { .flags = TLB_INVALID_MASK, .attrs = MEMTXATTRS_UNSPECIFIED, }; anyway: Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Ok, sure. r~
