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 <da...@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é <phi...@linaro.org>