b-man / Xavier-KVM

Patches and instructions for enabling KVM on the Nvidia Jetson AGX Xavier
10 stars 5 forks source link

Import some more fixes #1

Open woachk opened 4 years ago

woachk commented 4 years ago

Hello,

Importing https://github.com/torvalds/linux/commit/488f94d7212b00a2ec72fb886b155f1b04c5aa98 and https://github.com/torvalds/linux/commit/02d50cdaff36c135d222015cffdca3ff11d168ea allows to boot Windows on Arm on AGX Xavier. (it's really slow though, so more would perhaps be needed to make it usable.

Thanks,

woachk commented 4 years ago

I will push my set of patches later today.

b-man commented 4 years ago

Thanks for the work @woachk It would be cool to be able to run Win10 VMs on the Xavier (especially now that MS is creating Hyper-V enabled arm64 builds). If you create a pull request I'll gladly include your patches.

woachk commented 4 years ago

@b-man I have a problem with TLB flushes right now that make it dreadfully slow, will try to profile and fix it. (and also drags down the speed of the host system...)

woachk commented 4 years ago

20200523_183548

woachk commented 4 years ago

It's literally that slow currently with KVM and those couple of patches cherry-picked.