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

vcpu: Fix Arm target_arch gate for set_guest_debug #200

Merged
merged 1 commit into from
Jul 4, 2022

Commits on Jul 4, 2022

  1. vcpu: Fix Arm target_arch gate for set_guest_debug

    KVM_SET_GUEST_DEBUG supports arm64 architecture, but the correct
    target_arch gate name in Rust should be aarch64 instead of arm64.
    This commit does the fix for set_guest_debug() so that other
    crates that depend on the kvm-ioctls crate can be benefited.
    
    Signed-off-by: Henry Wang <Henry.Wang@arm.com>
    MrXinWang committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    98187ba View commit details
    Browse the repository at this point in the history