mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-05 22:21:31 +00:00
fix support for pv
This commit is contained in:
@ -453,6 +453,10 @@ impl BootSetupPlatform for X86PvPlatform {
|
||||
false
|
||||
}
|
||||
|
||||
fn hvm(&self) -> bool {
|
||||
false
|
||||
}
|
||||
|
||||
async fn initialize_early(&mut self, _: &mut BootDomain) -> Result<()> {
|
||||
Ok(())
|
||||
}
|
||||
|
Reference in New Issue
Block a user