bobuhiro11 / gokvm

KVM based tiny x86 hypervisor written in pure golang, which can boot Linux
https://blog.bobuhiro11.net/tags/gokvm.html
MIT License
206 stars 21 forks source link

kvm: Add MSR probe in related unit tests. #132

Closed bobuhiro11 closed 1 year ago

bobuhiro11 commented 1 year ago

This is not a perfect solution, but it works fine. There is some overhead for example.

Thanks for the review!