Skip to content
New issue

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

Kvmi v6 read write changes #26

Merged
merged 2 commits into from
Feb 22, 2020
Merged

Kvmi v6 read write changes #26

merged 2 commits into from
Feb 22, 2020

Commits on Dec 2, 2019

  1. kvmi: increase the message size

    This will allow us to read a whole page with KVMI_READ_PHYSICAL.
    
    Signed-off-by: Adalbert Lazăr <[email protected]>
    adlazar committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    98c7166 View commit details
    Browse the repository at this point in the history
  2. kvmi: change the error code used for KVMI_READ_PHYSICAL and KVMI_WRIT…

    …E_PHYSICAL
    
    Until now, the introspection connection was closed on invalid gpa/size
    pairs and if the guest page could not be mapped it returned KVM_EINVAL,
    
    From now on, the kernel will return KVM_EINVAL (without closing the
    connection) for the first case and KVM_ENOENT for the second.
    
    Signed-off-by: Adalbert Lazăr <[email protected]>
    adlazar committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    998b52c View commit details
    Browse the repository at this point in the history