mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-04 05:31:32 +00:00
partially working pvh support
This commit is contained in:
@ -375,7 +375,6 @@ impl KrataChannelBackendProcessor {
|
||||
};
|
||||
|
||||
ring_ref = self.use_reserved_ref.unwrap_or(ring_ref);
|
||||
|
||||
break (ring_ref, port);
|
||||
}
|
||||
}
|
||||
|
@ -138,12 +138,7 @@ impl GuestLauncher {
|
||||
} else {
|
||||
None
|
||||
};
|
||||
let cmdline_options = [
|
||||
"earlycon=xen,keep",
|
||||
"earlyprintk=xen,keep",
|
||||
"debug",
|
||||
"elevator=noop",
|
||||
];
|
||||
let cmdline_options = ["earlyprintk=xen,keep", "console=hvc0", "debug"];
|
||||
let cmdline = cmdline_options.join(" ");
|
||||
|
||||
let guest_mac_string = container_mac.to_string().replace('-', ":");
|
||||
|
Reference in New Issue
Block a user