Skip to content
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

migtd: provide individual APIs in GHCI implementation #197

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gaojiaqi7
Copy link
Contributor

Simplify the GHCI implementation: removing the state machine of MigrationSession and exposing several individual APIs of GHCI:

query()
wait_for_request()
report_status()
shutdown()

The old implementation is hard to read and be refered by other crates(test).

Remove the state machine of MigrationSession and exposing several
individual APIs of GHCI.

Signed-off-by: Jiaqi Gao <jiaqi.gao@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant