Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ionescu007/SimpleVisor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/uefi
AgeCommit message (Collapse)Author
2017-11-26Fix code analysis warnings and typoSatoshi Tanda
This change fixes warnings seen with code analysis on VS2017 and typo. Also, excludes a .VC.db file.
2017-11-07Fix UEFI issues -- SimpleVisor now works on UEFI MP systems.Alex Ionescu
1) On failures after vmxon, but before vmxlaunch, make sure to vmxoff. 2) On failure to initialize hypervisor, don't return SHV_STATUS_SUCCESS ultimately. This was going to get caught later by the hypervisor CPUID bit not being present, but this helps debugging. 3) Hypervisor should be an EFI driver (and runtime driver actually somee day), not EFI application 4) Fix ShvOsFreeContiguousAlignedMemory to use pages, not bytes.
2017-11-06Fix Issue #20Alex Ionescu
Use EFI_SIZE_TO_PAGES to fix issue #20
2017-11-06Properly support building for UEFI vs NT with VisualUefiAlex Ionescu
Refactor all project files/settings to support dual build. User should set EDK_PATH to their checked out copy of VisualUefi.
2017-03-14EDK-II Build FileAlex Ionescu
Thanks to d_olex / Dmytro Oleksiuk
2016-09-03Officially add support for UEFI: Uefisor!ionescu007
Documentation to follow.