ionescu007 / SimpleVisor

SimpleVisor is a simple, portable, Intel VT-x hypervisor with two specific goals: using the least amount of assembly code (10 lines), and having the smallest amount of VMX-related code to support dynamic hyperjacking and unhyperjacking (that is, virtualizing the host state from within the host). It works on Windows and UEFI.
http://ionescu007.github.io/SimpleVisor/
1.69k stars 259 forks source link

AMD support #39

Closed Labuurii closed 5 years ago

Labuurii commented 5 years ago

If I understand correctly this hypervisor only supports intel? Is there any plans to support amd aswell?

ionescu007 commented 5 years ago

Hyperplatform from Satoshi Tanda (linked on my readme) supports AMD too. At some point we might merge them.

Best regards, Alex Ionescu

On Mon, Apr 15, 2019 at 5:35 PM Jerry Andersson notifications@github.com wrote:

If I understand correctly this hypervisor only supports intel? Is there any plans to support amd aswell?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ionescu007/SimpleVisor/issues/39, or mute the thread https://github.com/notifications/unsubscribe-auth/AFxIeNG1NEi9IBfs2-FJGE1ly2-lm3jQks5vhCvKgaJpZM4cvUWt .

tandasat commented 5 years ago

SimpleSvm supports AMD, and not HyperPlatform. https://github.com/tandasat/SimpleSvm

Labuurii commented 5 years ago

Ok, thank you :)