Merge tag 'pull-qapi-2022-09-07' of git://repo.or.cz/qemu/armbru into staging
[qemu/ar7.git] / target / arm / hvf_arm.h
blob9a9d1a0bf59fb3443351888643a4a1a4d05e039f
1 /*
2 * QEMU Hypervisor.framework (HVF) support -- ARM specifics
4 * Copyright (c) 2021 Alexander Graf
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.
9 */
11 #ifndef QEMU_HVF_ARM_H
12 #define QEMU_HVF_ARM_H
14 #include "cpu.h"
16 void hvf_arm_set_cpu_features_from_host(ARMCPU *cpu);
18 #endif