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:
@ -330,6 +330,10 @@ impl BootSetupPlatform for X86PvhPlatform {
|
||||
false
|
||||
}
|
||||
|
||||
fn hvm(&self) -> bool {
|
||||
true
|
||||
}
|
||||
|
||||
async fn initialize_early(&mut self, domain: &mut BootDomain) -> Result<()> {
|
||||
{
|
||||
let mut config: acpi_config = unsafe { MaybeUninit::zeroed().assume_init() };
|
||||
|
Reference in New Issue
Block a user