We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are 2 issues identified here:
MAX_KVM_CPUID_ENTRIES
CpuId
The text was updated successfully, but these errors were encountered:
We also need KvmRunWrapper and Result. @sameo is partially working on this.
KvmRunWrapper
Result
Sorry, something went wrong.
Just notice that #14 already mentions these issues. @dianpopa can you update it to only mention the MAX_KVM_CPUID_ENTRIES issue?
Fixed by #64
This crate no longer exports MAX_KVM_CPUID_ENTRIES. KVM_MAX_CPUID_ENTRIES is defined and exported by the kvm-bindings crate only on x86_64.
KVM_MAX_CPUID_ENTRIES
kvm-bindings
x86_64
acatangiu
No branches or pull requests
There are 2 issues identified here:
MAX_KVM_CPUID_ENTRIES
is a x86_64 specific constant and should be labeled as such.CpuId
wrapper since it needs to be accessible from outside.The text was updated successfully, but these errors were encountered: