aboutsummaryrefslogtreecommitdiff
path: root/target/arm/kvm_arm.h
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2023-12-19 17:57:42 +0000
committerPeter Maydell <peter.maydell@linaro.org>2023-12-19 17:57:42 +0000
commit5a8a6013ea5cfade9c300ab7062585ccd8d1690c (patch)
treecd5d83e56136c9d4055a1df83dc083ed2109123d /target/arm/kvm_arm.h
parentde3c96017f1ea482dacf7e61b54810170366c1c5 (diff)
downloadqemu-5a8a6013ea5cfade9c300ab7062585ccd8d1690c.zip
qemu-5a8a6013ea5cfade9c300ab7062585ccd8d1690c.tar.gz
qemu-5a8a6013ea5cfade9c300ab7062585ccd8d1690c.tar.bz2
target/arm/kvm: Unexport kvm_arm_vcpu_init
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.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/target/arm/kvm_arm.h b/target/arm/kvm_arm.h
index 1043123..b96ff35 100644
--- a/target/arm/kvm_arm.h
+++ b/target/arm/kvm_arm.h
@@ -19,18 +19,6 @@
#define KVM_ARM_VGIC_V3 (1 << 1)
/**
- * kvm_arm_vcpu_init:
- * @cs: CPUState
- *
- * Initialize (or reinitialize) the VCPU by invoking the
- * KVM_ARM_VCPU_INIT ioctl with the CPU type and feature
- * bitmask specified in the CPUState.
- *
- * Returns: 0 if success else < 0 error code
- */
-int kvm_arm_vcpu_init(CPUState *cs);
-
-/**
* kvm_arm_vcpu_finalize:
* @cs: CPUState
* @feature: feature to finalize