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

Enable KVM_SET/GET_VCPU_EVENTS ioctls for Aarch64. #73

Merged
merged 2 commits into from
Dec 11, 2019

Commits on Dec 3, 2019

  1. Enable KVM_SET/GET_VCPU_EVENTS ioctls for Aarch64.

    KVM_GET_VCPU_EVENTS and KVM_SET_VCPU_EVENTS ioctls have been supported
    on Aarch64 from a recent kernel version.
    This patch enables them on Aarch64 and checked cap KVM_CAP_VCPU_EVENTS
    before calling them in test code to avoid error in old kernel.
    
    Change-Id: I9526b48948cf0cd5d63444a82b8b09970311a3bb
    Signed-off-by: Michael Zhao <michael.zhao@arm.com>
    michael2012z committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    1908f99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f4d0cc View commit details
    Browse the repository at this point in the history