On 10/1/25 01:21, Philippe Mathieu-Daudé wrote:
Very few files use the Physical Memory API. Declare its
methods in their own header: "system/physmem.h".
Signed-off-by: Philippe Mathieu-Daudé<[email protected]>
---
MAINTAINERS | 1 +
include/system/physmem.h | 56 +++++++++++++++++++++++++++++++++++++
include/system/ram_addr.h | 42 ----------------------------
accel/kvm/kvm-all.c | 2 +-
accel/tcg/cputlb.c | 1 +
hw/vfio/container-legacy.c | 2 +-
hw/vfio/container.c | 1 +
hw/vfio/listener.c | 1 -
migration/ram.c | 1 +
system/memory.c | 1 +
system/physmem.c | 1 +
target/arm/tcg/mte_helper.c | 2 +-
12 files changed, 65 insertions(+), 46 deletions(-)
create mode 100644 include/system/physmem.h
Reviewed-by: Richard Henderson <[email protected]>
r~