diff options
| author | Pierrick Bouvier <pierrick.bouvier@linaro.org> | 2025-03-31 16:40:55 -0500 |
|---|---|---|
| committer | Richard Henderson <richard.henderson@linaro.org> | 2025-04-23 15:04:57 -0700 |
| commit | 9c2ff9cdc9b33472333e9431cbf4417f5f228883 (patch) | |
| tree | 5d0c3f0d9fcb8c8d64601f31491e139d1646b0f6 /hw/hyperv/hyperv.c | |
| parent | e9659a4da2e5d75b6d100007efe315150a943146 (diff) | |
| download | focaccia-qemu-9c2ff9cdc9b33472333e9431cbf4417f5f228883.tar.gz focaccia-qemu-9c2ff9cdc9b33472333e9431cbf4417f5f228883.zip | |
exec/cpu-all: remove exec/target_page include
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'hw/hyperv/hyperv.c')
| -rw-r--r-- | hw/hyperv/hyperv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/hyperv/hyperv.c b/hw/hyperv/hyperv.c index d21e428eae..c487f13e2f 100644 --- a/hw/hyperv/hyperv.c +++ b/hw/hyperv/hyperv.c @@ -25,6 +25,7 @@ #include "target/i386/kvm/hyperv-proto.h" #include "target/i386/cpu.h" #include "exec/cpu-all.h" +#include "exec/target_page.h" struct SynICState { DeviceState parent_obj; |