mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-05 22:21:31 +00:00
partially working pvh support
This commit is contained in:
@ -670,7 +670,15 @@ impl BootSetupPlatform for X86PvhPlatform {
|
||||
domain
|
||||
.consoles
|
||||
.push((evtchn, special_pfn(SPECIALPAGE_CONSOLE)));
|
||||
domain
|
||||
.phys
|
||||
.clear_pages(special_pfn(SPECIALPAGE_CONSOLE), 1)
|
||||
.await?;
|
||||
domain.store_mfn = special_pfn(SPECIALPAGE_XENSTORE);
|
||||
domain
|
||||
.phys
|
||||
.clear_pages(special_pfn(SPECIALPAGE_XENSTORE), 1)
|
||||
.await?;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
Reference in New Issue
Block a user