mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
vm-migration: Add MemoryFd command for setting FDs for memory
Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user