Peter Maydell | 585df85 | 2021-09-20 10:21:08 +0100 | [diff] [blame] | 1 | /* |
| 2 | * QEMU Hypervisor.framework (HVF) support -- ARM specifics |
| 3 | * |
| 4 | * Copyright (c) 2021 Alexander Graf |
| 5 | * |
| 6 | * This work is licensed under the terms of the GNU GPL, version 2 or later. |
| 7 | * See the COPYING file in the top-level directory. |
| 8 | * |
| 9 | */ |
| 10 | |
| 11 | #ifndef QEMU_HVF_ARM_H |
| 12 | #define QEMU_HVF_ARM_H |
| 13 | |
| 14 | #include "cpu.h" |
| 15 | |
Philippe Mathieu-Daudé | 3686119 | 2022-02-07 13:17:56 +0100 | [diff] [blame] | 16 | void hvf_arm_set_cpu_features_from_host(ARMCPU *cpu); |
Peter Maydell | 585df85 | 2021-09-20 10:21:08 +0100 | [diff] [blame] | 17 | |
| 18 | #endif |