mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
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:
parent
b3b3ad22c8
commit
0af34b1dac
2 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue