Closed frapposelli closed 7 years ago
@dougm I wasn't sure if PCI addressing worked the same on other platforms and could only test on linux64. Just FYI.
@dougm right now only vmcheck is constrained on _linux
, the asm is constrained on the arch, and afaik there's no way to implement hypervisorPortCheck()
without platform specific code, the rest is fine though.
I've replaced the example with rpctool
, much better as a working example 😉
very nice. I'm a little bit concerned about the code duplication in 386/amd64 variants, but that can be addressed in a future cleanup PR
It's pretty much that, nothing more.