vmm: init migration worker module

This initializes the module and the thread that will handle (control)
the migration. This introduces the new types without the necessary
wiring.

On-behalf-of: SAP philipp.schuster@sap.com
Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de>
This commit is contained in:
Philipp Schuster
2026-06-01 20:36:05 +02:00
committed by Bo Chen
parent a8d7441c59
commit e034567690
2 changed files with 164 additions and 0 deletions
+2
View File
@@ -89,6 +89,8 @@ pub mod landlock;
pub mod memory_manager;
pub mod migration;
pub mod migration_transport;
#[expect(unused)]
mod migration_worker;
mod pci_segment;
pub mod seccomp_filters;
mod serial_manager;