diff options
| author | Richard Henderson <richard.henderson@linaro.org> | 2023-12-19 17:57:43 +0000 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2023-12-19 17:57:43 +0000 |
| commit | 396b6c50c3e25f55ae59ab8fc551576d24ce919b (patch) | |
| tree | 63d2419a96d0462ef2da284e11c88015231b0b56 /target/arm/kvm_arm.h | |
| parent | 71c34911c19b6cf6ea60ef608154df7e00fb42c8 (diff) | |
| download | focaccia-qemu-396b6c50c3e25f55ae59ab8fc551576d24ce919b.tar.gz focaccia-qemu-396b6c50c3e25f55ae59ab8fc551576d24ce919b.zip | |
target/arm/kvm: Unexport kvm_arm_vm_state_change
Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Gavin Shan <gshan@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'target/arm/kvm_arm.h')
| -rw-r--r-- | target/arm/kvm_arm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/arm/kvm_arm.h b/target/arm/kvm_arm.h index 8a44a6b762..2037b2d7ea 100644 --- a/target/arm/kvm_arm.h +++ b/target/arm/kvm_arm.h @@ -200,8 +200,6 @@ bool kvm_arm_sve_supported(void); */ int kvm_arm_get_max_vm_ipa_size(MachineState *ms, bool *fixed_ipa); -void kvm_arm_vm_state_change(void *opaque, bool running, RunState state); - int kvm_arm_vgic_probe(void); void kvm_arm_pmu_set_irq(CPUState *cs, int irq); |