feature(krata): first pass on cpu hotplug support

This commit is contained in:
Alex Zenla
2024-08-15 00:58:44 -07:00
parent 4d183f02ca
commit 133ecc7d2b
10 changed files with 122 additions and 22 deletions

View File

@ -27,6 +27,7 @@ async fn main() -> Result<()> {
base: BaseDomainConfig {
uuid: Uuid::new_v4(),
max_vcpus: 1,
target_vcpus: 1,
max_mem_mb: 512,
target_mem_mb: 512,
enable_iommu: true,