-
Notifications
You must be signed in to change notification settings - Fork 657
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
correct the condition check of suspended vm on force stop #3632
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3632 +/- ##
=======================================
Coverage 88.88% 88.88%
=======================================
Files 254 254
Lines 14225 14256 +31
=======================================
+ Hits 12644 12672 +28
- Misses 1581 1584 +3 ☔ View full report in Codecov by Sentry. |
…sSuspendImageAndOffState test.
Co-authored-by: ScottH <59572507+sharder996@users.noreply.github.com> Signed-off-by: George Liao <georgeliaojia@gmail.com>
…age suspension snapshot do not match.
… snapshot do not match.
Condense code to log mismatches between suspension snapshot and VM state.
[qemu] Make logging code terser
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, this looks good to me, thanks!
correct the condition check of suspended vm on force stop
close #3626