mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 13:11:31 +00:00
kratart: support for krata channels for two-way byte communication
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user