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

2025-01-24 Thread David Hildenbrand
We want to pass another flag that will be stored in MemTxAttrs. So pass MemTxAttrs directly. Signed-off-by: David Hildenbrand --- hw/core/loader.c | 2 +- hw/remote/vfio-user-obj.c | 2 +- include/exec/memory.h | 5 +++-- system/memory_ldst.c.inc | 18 +- system/

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

2025-01-24 Thread Philippe Mathieu-Daudé
On 24/1/25 16:45, David Hildenbrand wrote: We want to pass another flag that will be stored in MemTxAttrs. So pass MemTxAttrs directly. Signed-off-by: David Hildenbrand --- hw/core/loader.c | 2 +- hw/remote/vfio-user-obj.c | 2 +- include/exec/memory.h | 5 +++-- system/me