Re: [PATCH v3 5/7] memory: pass MemTxAttrs to memory_access_is_direct()

2025-02-12 Thread David Hildenbrand
On 12.02.25 16:21, Peter Xu wrote: On Mon, Feb 10, 2025 at 09:46:46AM +0100, David Hildenbrand wrote: We want to pass another flag that will be stored in MemTxAttrs. So pass MemTxAttrs directly. Reviewed-by: Peter Xu Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: David Hildenbrand ---

Re: [PATCH v3 5/7] memory: pass MemTxAttrs to memory_access_is_direct()

2025-02-12 Thread Peter Xu
On Mon, Feb 10, 2025 at 09:46:46AM +0100, David Hildenbrand wrote: > We want to pass another flag that will be stored in MemTxAttrs. So pass > MemTxAttrs directly. > > Reviewed-by: Peter Xu > Reviewed-by: Philippe Mathieu-Daudé > Signed-off-by: David Hildenbrand > --- > hw/core/loader.c