mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
misc: clippy: add unnecessary_semicolon
Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de> On-behalf-of: SAP philipp.schuster@sap.com
This commit is contained in:
committed by
Rob Bradford
parent
06390342a6
commit
7cb73e9e56
@@ -7683,7 +7683,7 @@ mod ivshmem {
|
||||
None,
|
||||
"source VM was not terminated successfully.",
|
||||
);
|
||||
};
|
||||
}
|
||||
|
||||
// Post live-migration check to make sure the destination VM is functional
|
||||
let r = std::panic::catch_unwind(|| {
|
||||
@@ -10098,7 +10098,7 @@ mod live_migration {
|
||||
None,
|
||||
"source VM was not terminated successfully.",
|
||||
);
|
||||
};
|
||||
}
|
||||
|
||||
// Post live-migration check to make sure the destination VM is functional
|
||||
let r = std::panic::catch_unwind(|| {
|
||||
@@ -10272,7 +10272,7 @@ mod live_migration {
|
||||
None,
|
||||
"source VM was not terminated successfully.",
|
||||
);
|
||||
};
|
||||
}
|
||||
|
||||
// Post live-migration check to make sure the destination VM is functional
|
||||
let r = std::panic::catch_unwind(|| {
|
||||
@@ -10490,7 +10490,7 @@ mod live_migration {
|
||||
None,
|
||||
"source VM was not terminated successfully.",
|
||||
);
|
||||
};
|
||||
}
|
||||
|
||||
// Post live-migration check to make sure the destination VM is functional
|
||||
let r = std::panic::catch_unwind(|| {
|
||||
@@ -10706,7 +10706,7 @@ mod live_migration {
|
||||
None,
|
||||
"source VM was not terminated successfully.",
|
||||
);
|
||||
};
|
||||
}
|
||||
|
||||
// Post live-migration check to make sure the destination VM is functional
|
||||
let r = std::panic::catch_unwind(|| {
|
||||
@@ -10816,7 +10816,7 @@ mod live_migration {
|
||||
Some(ovs_child),
|
||||
"source VM was not terminated successfully.",
|
||||
);
|
||||
};
|
||||
}
|
||||
|
||||
// Post live-migration check to make sure the destination VM is functional
|
||||
let r = std::panic::catch_unwind(|| {
|
||||
@@ -10963,7 +10963,7 @@ mod live_migration {
|
||||
None,
|
||||
"source VM was not terminated successfully.",
|
||||
);
|
||||
};
|
||||
}
|
||||
|
||||
// Post live-migration check to make sure the destination VM is functioning
|
||||
let r = std::panic::catch_unwind(|| {
|
||||
@@ -11177,7 +11177,7 @@ mod live_migration {
|
||||
None,
|
||||
"Source VM was not terminated successfully.",
|
||||
);
|
||||
};
|
||||
}
|
||||
|
||||
// After live migration, ensure the destination VM is running normally
|
||||
let r = std::panic::catch_unwind(|| {
|
||||
|
||||
Reference in New Issue
Block a user