Re: [PATCH 07/17] target/arm: Return struct from allocation_tag_mem_internal
Richard Henderson <[email protected]>
| Newsgroups | org.nongnu.qemu-arm,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
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~