summary refs log tree commit diff stats
path: root/hw/s390x
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2025-10-01 09:52:40 +0200
committerPhilippe Mathieu-Daudé <philmd@linaro.org>2025-10-07 05:03:56 +0200
commita55e8ffe47ebe0d7da7b5008b5efdfa652545a7b (patch)
tree63508bffa64c39060e17b12cbf669e8f234431ae /hw/s390x
parent2fb5ae9832728f766b66120fd23c7cf9db9d3ec2 (diff)
downloadfocaccia-qemu-a55e8ffe47ebe0d7da7b5008b5efdfa652545a7b.tar.gz
focaccia-qemu-a55e8ffe47ebe0d7da7b5008b5efdfa652545a7b.zip
accel/kvm: 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":

  accel/kvm/kvm-all.c: In function ‘kvm_init’:
  accel/kvm/kvm-all.c:2636:12: error: ‘TARGET_PAGE_SIZE’ undeclared (first use in this function); did you mean ‘TARGET_PAGE_BITS’?
   2636 |     assert(TARGET_PAGE_SIZE <= qemu_real_host_page_size());
        |            ^~~~~~~~~~~~~~~~

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