mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-04 23:24:56 +00:00
HV: Reset physical core of lapic_pt vm when shutdown
The physical core of lapic_pt vm should be reset for security and correctness when shutdown the vm. Tracked-On: #2991 Signed-off-by: Kaige Fu <kaige.fu@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
@@ -23,5 +23,7 @@
|
||||
#define ENODEV 19
|
||||
/** Indicates that argument is not valid. */
|
||||
#define EINVAL 22
|
||||
/** Indicates that timeout occurs. */
|
||||
#define ETIMEDOUT 110
|
||||
|
||||
#endif /* ERRNO_H */
|
||||
|
||||
Reference in New Issue
Block a user