Files
acrn-hypervisor/hypervisor/arch/x86
Yan, Like ede1459e19 hv: fix the vm pointer check before use
After using get_vm_from_vmid(), vm pointer is always not NULL. But there are still many NULL pointer checks.
This commit replaced the NULL vm pointer check with a validation check which checks the vm status.
In addition, NULL check for pointer returned by get_sos_vm() and get_vm_config() is removed.

Tracked-On: #2520
Signed-off-by: Yan, Like <like.yan@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2019-04-02 16:29:51 +08:00
..
2018-12-19 09:07:14 +08:00
2019-02-22 13:14:36 +08:00
2019-03-14 10:38:17 +08:00
2019-04-02 16:00:27 +08:00
2019-03-15 09:03:14 +08:00
2019-02-22 13:14:36 +08:00
2019-03-22 08:38:13 +08:00