summary refs log tree commit diff stats
path: root/hw/remote/proxy-memory-listener.c
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2025-10-01 09:54:51 +0200
committerPhilippe Mathieu-Daudé <philmd@linaro.org>2025-10-07 05:03:56 +0200
commitd08bc190a0302d1fad8ca71a3ba13c51f7337bbf (patch)
treeaf46610dee689a5342fed12a56a51bdd57cde3e7 /hw/remote/proxy-memory-listener.c
parenta55e8ffe47ebe0d7da7b5008b5efdfa652545a7b (diff)
downloadfocaccia-qemu-d08bc190a0302d1fad8ca71a3ba13c51f7337bbf.tar.gz
focaccia-qemu-d08bc190a0302d1fad8ca71a3ba13c51f7337bbf.zip
hw/s390x/s390-stattrib: 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":

  hw/s390x/s390-stattrib-kvm.c: In function ‘kvm_s390_stattrib_set_stattr’:
  hw/s390x/s390-stattrib-kvm.c:89:57: error: ‘TARGET_PAGE_SIZE’ undeclared (first use in this function); did you mean ‘TARGET_PAGE_BITS’?
     89 |     unsigned long max = s390_get_memory_limit(s390ms) / TARGET_PAGE_SIZE;
        |                                                         ^~~~~~~~~~~~~~~~
        |                                                         TARGET_PAGE_BITS

Since "system/ram_addr.h" is actually not needed, remove it.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Eric Farman <farman@linux.ibm.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20251001175448.18933-4-philmd@linaro.org>
Diffstat (limited to 'hw/remote/proxy-memory-listener.c')
0 files changed, 0 insertions, 0 deletions