Add support for WHPX accelerator on Windows and introduce OVMF Pure EFI firmware #18

Open
perikiyoxd wants to merge 1 commits from perikiyoxd/exectos:whpx into master
First-time contributor

Purpose

Add WHPX support on Windows and introduce OVMF Pure EFI firmware.

Proposed changes

  • Add testkvm target for Windows using WHPX + OVMF.
  • Keep existing testkvm target for non-Windows (KVM).
  • Add OVMF-pure-efi.fd firmware file.

TODO

  • Test WHPX VM boot on Windows.
  • Verify OVMF firmware compatibility.

Agreements

  • I have read the Contributors License Agreement and I consent to those terms.
<!-- 1. Please speak English, this is the language all of us can speak and write. 2. Please follow the CONTRIBUTING.md to make your changes smoothly merged. --> ## Purpose Add WHPX support on Windows and introduce OVMF Pure EFI firmware. ## Proposed changes - Add `testkvm` target for Windows using WHPX + OVMF. - Keep existing `testkvm` target for non-Windows (KVM). - Add `OVMF-pure-efi.fd` firmware file. ## TODO - [x] Test WHPX VM boot on Windows. - [x] Verify OVMF firmware compatibility. ## Agreements - [x] I have read the Contributors License Agreement and I consent to those terms.
perikiyoxd added 1 commit 2025-10-05 21:26:59 +02:00
This pull request doesn't have enough required approvals yet. 0 of 1 approvals granted from users or teams on the allowlist.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u whpx:perikiyoxd-whpx
git checkout perikiyoxd-whpx
Sign in to join this conversation.
No description provided.