|
From: | Philippe Mathieu-Daudé |
Subject: | Re: [PATCH v2 5/7] memory: pass MemTxAttrs to memory_access_is_direct() |
Date: | Fri, 24 Jan 2025 17:23:58 +0100 |
User-agent: | Mozilla Thunderbird |
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 <david@redhat.com> --- hw/core/loader.c | 2 +- hw/remote/vfio-user-obj.c | 2 +- include/exec/memory.h | 5 +++-- system/memory_ldst.c.inc | 18 +++++++++--------- system/physmem.c | 12 ++++++------ 5 files changed, 20 insertions(+), 19 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
[Prev in Thread] | Current Thread | [Next in Thread] |