Skip to content

Conversation

@GabrielMajeri
Copy link
Collaborator

I've recently had the need to build and run the project on Windows using the Windows Subsystem for Linux, and I didn't encounter many blockers. The only problem is that QEMU would try to use KVM, which is currently broken in WSL. This PR adds a new flag to the test runner to allow selectively disabling hardware acceleration.

With this change, ./build.py run --disable-kvm --ci --headless runs all the tests successfully under WSL2 on Windows 10. Unfortunately, trying to run the tests excluded from CI results in failures, suggesting that QEMU on WSL has some similar bugs.

@nicholasbishop nicholasbishop merged commit 511d0bf into master Nov 30, 2021
@GabrielMajeri GabrielMajeri deleted the add-disable-kvm-flag branch December 11, 2021 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants