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

Trigger wait_for_request until the last call get response #321

Merged
merged 2 commits into from
Nov 21, 2024

Conversation

gaojiaqi7
Copy link
Contributor

No description provided.


Ok(())
}
fn exchange_info(info: &MigrationInformation) -> Result<ExchangeInformation> {

Check warning

Code scanning / clippy

function exchange_info is never used Warning

function exchange\_info is never used

Ok(exchange_info)
fn read_msk(mig_info: &MigtdMigrationInformation, msk: &mut MigrationSessionKey) -> Result<()> {

Check warning

Code scanning / clippy

function read_msk is never used Warning

function read\_msk is never used
msk.fields[idx] = ret.content;
}
Ok(())
fn write_msk(mig_info: &MigtdMigrationInformation, msk: &MigrationSessionKey) -> Result<()> {

Check warning

Code scanning / clippy

function write_msk is never used Warning

function write\_msk is never used
MigTD should wait until the wait_for_request command get response. The
buffer used for last command should be kept to receive the VMM response.

Signed-off-by: Jiaqi Gao <[email protected]>
@gaojiaqi7 gaojiaqi7 merged commit a4613f4 into intel:dev/async_multiple_session Nov 21, 2024
11 checks passed
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.

1 participant