mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-05 15:45:05 +00:00
add triple fault request support
if vcpu meet triple fault, the vcpu should exit. Signed-off-by: Jason Chen CJ <jason.cj.chen@intel.com> Acked-by: Tian, Kevin <kevin.tian@intel.com>
This commit is contained in:
@@ -41,5 +41,7 @@
|
||||
#define EIO 4
|
||||
/** Indicates that target is busy. */
|
||||
#define EBUSY 5
|
||||
/** Indicates there is fault. */
|
||||
#define EFAULT 6
|
||||
|
||||
#endif /* ERRNO_H */
|
||||
|
||||
Reference in New Issue
Block a user