mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-21 19:02:30 +00:00
vm-migration: Add StartMigration type to MigratableError
Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
parent
2b150ac2ea
commit
a9ccb20e5a
@ -54,6 +54,9 @@ pub enum MigratableError {
|
||||
#[error("Failed to retrieve dirty ranges for migratable component: {0}")]
|
||||
DirtyLog(#[source] anyhow::Error),
|
||||
|
||||
#[error("Failed to start migration for migratable component: {0}")]
|
||||
StartMigration(#[source] anyhow::Error),
|
||||
|
||||
#[error("Failed to complete migration for migratable component: {0}")]
|
||||
CompleteMigration(#[source] anyhow::Error),
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user