Files
qemu/include/system
Philippe Mathieu-Daudé bea27e8264 system/kvm_xen: Include missing 'exec/target_page.h' header
The "exec/target_page.h" header is indirectly included. Include
it explicitly otherwise we get when refactoring unrelated headers:

  include/system/kvm_xen.h:41:55: error: ‘TARGET_PAGE_BITS’ undeclared (first use in this function)
     41 | #define XEN_SPECIAL_PFN(x) ((XEN_SPECIAL_AREA_ADDR >> TARGET_PAGE_BITS) + \
        |                                                       ^~~~~~~~~~~~~~~~

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-Id: <20260313062055.2188-16-philmd@linaro.org>
2026-05-06 12:37:33 +02:00
..
2026-01-22 11:23:31 +00:00
2025-04-23 14:08:44 -07:00
2026-03-12 12:02:55 +01:00
2026-01-22 11:23:31 +00:00
2025-10-01 08:33:24 +02:00
2025-10-28 14:49:52 +01:00
2026-02-23 14:28:57 +01:00
2025-09-16 17:31:54 +01:00
2026-04-24 21:20:44 +02:00