You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(vcpu): correct exit reason handling in vmexit trampoline
- Update vmexit_trampoline to properly save and restore exit reason
- Modify Aarch64VCpu::run to return exit reason instead of dummy value
- These changes ensure correct handling of VM exits and improve code clarity
0 commit comments