summary refs log tree commit diff stats
path: root/include/system/kvm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/system/kvm.h')
-rw-r--r--include/system/kvm.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/system/kvm.h b/include/system/kvm.h
index 4896a3c9c5..3c7d314736 100644
--- a/include/system/kvm.h
+++ b/include/system/kvm.h
@@ -318,14 +318,6 @@ int kvm_create_device(KVMState *s, uint64_t type, bool test);
 bool kvm_device_supported(int vmfd, uint64_t type);
 
 /**
- * kvm_create_vcpu - Gets a parked KVM vCPU or creates a KVM vCPU
- * @cpu: QOM CPUState object for which KVM vCPU has to be fetched/created.
- *
- * @returns: 0 when success, errno (<0) when failed.
- */
-int kvm_create_vcpu(CPUState *cpu);
-
-/**
  * kvm_park_vcpu - Park QEMU KVM vCPU context
  * @cpu: QOM CPUState object for which QEMU KVM vCPU context has to be parked.
  *