You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: drop cfg(target_arch) from create_guest_memfd
The KVM docs do not list this ioctls as restricted to any specific
architecture. It is instead discoverable via capabilities, and can
theoretically work on any architecture (provided the architecture has a
VM type that support guest private memory).
Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
0 commit comments