]> git.ipfire.org Git - thirdparty/qemu.git/commit
physmem: factor out RAM/ROMD check in memory_access_is_direct()
authorDavid Hildenbrand <david@redhat.com>
Mon, 10 Feb 2025 08:46:43 +0000 (09:46 +0100)
committerPeter Xu <peterx@redhat.com>
Wed, 12 Feb 2025 15:13:27 +0000 (10:13 -0500)
commite76d7b6b8cd564d4d5ea6e7c7daea541e100caa4
treed33a74694419f29c1012a5946ad416b6be924382
parent52012209e1802e67aa186459e3e965f669e553df
physmem: factor out RAM/ROMD check in memory_access_is_direct()

Let's factor more of the generic "is this directly accessible" check,
independent of the "write" condition out.

Note that the "!mr->rom_device" check in the write case essentially
disallows the memory_region_is_romd() condition again. Further note that
RAM DEVICE regions are also RAM regions, so we can check for RAM+ROMD
first.

This is a preparation for further changes.

Reviewed-by: Peter Xu <peterx@redhat.com>
Signed-off-by: David Hildenbrand <david@redhat.com>
Link: https://lore.kernel.org/r/20250210084648.33798-3-david@redhat.com
Signed-off-by: Peter Xu <peterx@redhat.com>
include/exec/memory.h