diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2023-12-19 17:57:40 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2023-12-19 17:57:40 +0000 |
commit | 46512471c4bf11771da85fab5d040180134ca83c (patch) | |
tree | 8876fcbe727ca57bece6c35b948406406ed1cda7 /target/arm/kvm_arm.h | |
parent | 5cba8f26de98afebfd622d945e3eb7fadbe77265 (diff) | |
download | qemu-46512471c4bf11771da85fab5d040180134ca83c.zip qemu-46512471c4bf11771da85fab5d040180134ca83c.tar.gz qemu-46512471c4bf11771da85fab5d040180134ca83c.tar.bz2 |
target/arm/kvm: Unexport kvm_arm_{get, put}_virtual_time
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 | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/target/arm/kvm_arm.h b/target/arm/kvm_arm.h index 9fa9cb7..e7c32f6 100644 --- a/target/arm/kvm_arm.h +++ b/target/arm/kvm_arm.h @@ -335,22 +335,6 @@ int kvm_arm_sync_mpstate_to_kvm(ARMCPU *cpu); */ int kvm_arm_sync_mpstate_to_qemu(ARMCPU *cpu); -/** - * kvm_arm_get_virtual_time: - * @cs: CPUState - * - * Gets the VCPU's virtual counter and stores it in the KVM CPU state. - */ -void kvm_arm_get_virtual_time(CPUState *cs); - -/** - * kvm_arm_put_virtual_time: - * @cs: CPUState - * - * Sets the VCPU's virtual counter to the value stored in the KVM CPU state. - */ -void kvm_arm_put_virtual_time(CPUState *cs); - void kvm_arm_vm_state_change(void *opaque, bool running, RunState state); int kvm_arm_vgic_probe(void); |