-
Notifications
You must be signed in to change notification settings - Fork 61
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
Lock stopvm #246
Lock stopvm #246
Conversation
The stop vm path might be called concurrently which might cause crash. Add a scoped lock to avoid this. Tracked-On: OAM-104336 Signed-off-by: Yadong Qi <yadong.qi@intel.com>
Bump version to 1.0.2 Tracked-On: OAM-104336 Signed-off-by: Yadong Qi <yadong.qi@intel.com>
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.
PR integrated into 'preintegration' builder
More details, logs, and binaries: /absp/builders/celadon-preintegration/builds/4565
Done by "Qi, Yadong" yadong.qi@intel.com
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.
PR integrated into 'premerge' builder
More details, logs, and binaries: /absp/builders/celadon-premerge/builds/2611
Done by "Qi, Yadong" yadong.qi@intel.com
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.
cactus finished building and testing your changes
It was requested for merge by "Qi, Yadong" yadong.qi@intel.com
so we merge it. Thanks for your contribution.
more details, logs, and binaries: /absp/builders/celadon-mergerequest/builds/3025
Add guest power button by @blackdobb in projectceladon#226 Pass GPU type to Android guest from host by @AmrutaJandhyala in projectceladon#242 Lock stopvm by @yadong-intel in projectceladon#246 Tracked-On: OAM-104341 Signed-off-by: Yadong Qi <yadong.qi@intel.com>
Add lock to avoid concurrent stopping VM
Bump version to 1.0.2