StrikerX3 / OpenXBOX

An experimental (Original) Xbox emulator
79 stars 6 forks source link

Add support for KVM on Linux #19

Closed StrikerX3 closed 6 years ago

StrikerX3 commented 6 years ago

KVM is Linux's virtualization platform, supporting both Intel and AMD hardware-assisted virtualization solutions.

We want to implement this as a Linux-only CPU module.

darrena092 commented 6 years ago

Pretty much implemented in my kvm branch now. Few additional bits to do then will submit a PR.

darrena092 commented 6 years ago

Submitted https://github.com/StrikerX3/OpenXBOX/pull/35

StrikerX3 commented 6 years ago

Merged.