acrn-hypervisor/hypervisor/include/arch/x86/guest
Li, Fei1 6c8fc0a4df hv: remove vm_description_array
When we create an UOS, we didn't indicate the vmid.
Thus we can't get the vm description for the vm
description array.

Instead we use a temporary vm description to save data to
fill the vm structure when crate an UOS. It's uselesss once
UOS has created. So we don't need to maintain vm description
array here for UOS.

Signed-off-by: Li, Fei1 <fei1.li@intel.com>
Reviewed-by: Kevin Tian <kevin.tian@intel.com>
2018-05-30 14:01:56 +08:00
..
guest.h exception: use func vcpu_queue_exception to inject exception 2018-05-30 13:51:49 +08:00
pm.h HV Cx: add hypercall function to retrieve host cx 2018-05-15 17:25:57 +08:00
ucode.h hv: microcode: Enable microcode update from SOS. 2018-05-15 17:19:37 +08:00
vcpu.h replace pending_intr with pending_req 2018-05-30 13:51:49 +08:00
vioapic.h initial import 2018-05-11 14:44:28 +08:00
vlapic.h hv: vlapic: simple vlapic_rd/wr input 2018-05-15 17:19:38 +08:00
vm.h hv: remove vm_description_array 2018-05-30 14:01:56 +08:00
vpic.h initial import 2018-05-11 14:44:28 +08:00