Files
acrn-hypervisor/hypervisor/arch/x86
Zide Chen a3207b2bc2 hv: allocate vpid based on vm_id and vcpu_id mapping
Currently vpid is not released in reset_vcpu() hence the vpid resource
could be exhausted easily if guests are re-launched.

This patch assigns vpid according to the fixed mapping of runtime vm_id
and vcpu_id to guarantee the uniqueness of vpid.

Tracked-On: #2700
Signed-off-by: Zide Chen <zide.chen@intel.com>
Signed-off-by: Sainath Grandhi <sainath.grandhi@intel.com>
Acked-by: Anthony Xu <anthony.xu@intel.com>
2019-04-22 19:57:28 +08:00
..
2018-12-19 09:07:14 +08:00
2019-04-12 13:45:32 +08:00
2019-02-22 13:14:36 +08:00
2019-03-14 10:38:17 +08:00
2019-02-22 13:14:36 +08:00
2019-03-22 08:38:13 +08:00