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
While implementing VMI_EVENT_RESPONSE_SET_REGISTERS in Libvmi KVM driver, I realized that it wasn't possible to set special registers and MSRs.
VMI_EVENT_RESPONSE_SET_REGISTERS
set
The API provided by kvmi-v6 allows to get these registers:
kvmi-v6
kvm/tools/kvm/kvmi/include/kvmi/libkvmi.h
Line 110 in 5205f80
but not to set them:
Line 112 in 5205f80
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While implementing
VMI_EVENT_RESPONSE_SET_REGISTERS
in Libvmi KVM driver, I realized that it wasn't possible toset
special registers and MSRs.The API provided by
kvmi-v6
allows to get these registers:kvm/tools/kvm/kvmi/include/kvmi/libkvmi.h
Line 110 in 5205f80
but not to set them:
kvm/tools/kvm/kvmi/include/kvmi/libkvmi.h
Line 112 in 5205f80
The text was updated successfully, but these errors were encountered: