kratart: support for krata channels for two-way byte communication

This commit is contained in:
Alex Zenla
2024-03-28 05:31:57 +00:00
parent d4f1ee5521
commit 63f7db6cf4
9 changed files with 484 additions and 132 deletions

View File

@ -275,7 +275,7 @@ impl XenClient {
initrd.as_slice(),
config.max_vcpus,
config.mem_mb,
1 + config.channels.len(),
1,
)?;
boot.boot(&mut arch, &mut state, config.cmdline)?;
xenstore_evtchn = state.store_evtchn;