vm-migration: Add MemoryFd command for setting FDs for memory

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2022-01-14 08:07:17 +00:00
parent b95e46565c
commit 735658a49d
2 changed files with 8 additions and 0 deletions

View File

@@ -937,6 +937,9 @@ impl Vmm {
Response::error().write_to(&mut socket)?;
}
}
Command::MemoryFd => {
unimplemented!()
}
Command::Complete => {
info!("Complete Command Received");
if let Some(ref mut vm) = self.vm.as_mut() {