system/hvf: Avoid including 'cpu.h'

"system/hvf.h" doesn't need to include a full "cpu.h",
only "exec/vaddr.h" and "qemu/queue.h" are required.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-Id: <20250403235821.9909-27-philmd@linaro.org>
This commit is contained in:
Philippe Mathieu-Daudé 2025-04-02 13:17:28 +02:00
parent b3b3ad22c8
commit 0af34b1dac
2 changed files with 4 additions and 1 deletions

View file

@ -11,6 +11,8 @@
#ifndef HVF_INT_H
#define HVF_INT_H
#include "qemu/queue.h"
#ifdef __aarch64__
#include <Hypervisor/Hypervisor.h>
typedef hv_vcpu_t hvf_vcpuid;