Files
acrn-hypervisor/hypervisor/include/arch/x86/guest
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
..
2019-02-21 10:38:30 +08:00
2019-03-14 09:05:53 +08:00
2019-03-15 14:09:56 +08:00
2018-11-05 15:35:49 +08:00
2019-03-25 13:31:51 -07:00
2019-04-02 16:29:51 +08:00
2019-02-21 10:38:30 +08:00
2019-02-03 13:00:42 +08:00