hv: make hypercall HC_CREATE_VCPU empty

Now, we create vcpus while VM being created in hypervisor. The
create vcpu hypercall will not be used any more. For compatbility,
keep the hypercall HC_CREATE_VCPU do nothing.

v4: Don't remove HC_CREATE_VCPU hypercall, let it do nothing.

Tracked-On: #3663
Signed-off-by: Shuo A Liu <shuo.a.liu@intel.com>
This commit is contained in:
Shuo A Liu
2019-05-23 15:27:35 +08:00
committed by ACRN System Integration
parent 0ea12a45d4
commit f4ce9cc4a2
4 changed files with 2 additions and 63 deletions

View File

@@ -366,9 +366,8 @@ struct acrn_create_vm {
uint8_t reserved2[16];
} __aligned(8);
/**
* @brief Info to create a VCPU
* @brief Info to create a VCPU (deprecated)
*
* the parameter for HC_CREATE_VCPU hypercall
*/