summary refs log tree commit diff stats
path: root/hw/virtio/virtio-mem.c
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2025-09-30 10:33:33 +0200
committerPhilippe Mathieu-Daudé <philmd@linaro.org>2025-10-07 05:03:56 +0200
commit6204f64260b78cc4080ca7b1ee221718273d6566 (patch)
treea48a98eb45aa6349b4c33c0af297a1e5a2a3ad50 /hw/virtio/virtio-mem.c
parentedd1f91d38dfc341cac02529fcd315609e959763 (diff)
downloadfocaccia-qemu-6204f64260b78cc4080ca7b1ee221718273d6566.tar.gz
focaccia-qemu-6204f64260b78cc4080ca7b1ee221718273d6566.zip
target/arm/tcg/mte: Include missing 'exec/target_page.h' header
The "exec/target_page.h" header is indirectly pulled from
"system/ram_addr.h". Include it explicitly, in order to
avoid unrelated issues when refactoring "system/ram_addr.h":

  target/arm/tcg/mte_helper.c:815:23: error: use of undeclared identifier 'TARGET_PAGE_MASK'
    815 |     prev_page = ptr & TARGET_PAGE_MASK;
        |                       ^
  target/arm/tcg/mte_helper.c:816:29: error: use of undeclared identifier 'TARGET_PAGE_SIZE'
    816 |     next_page = prev_page + TARGET_PAGE_SIZE;
        |                             ^

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20251001175448.18933-6-philmd@linaro.org>
Diffstat (limited to 'hw/virtio/virtio-mem.c')
0 files changed, 0 insertions, 0 deletions