pub async fn syscall(
num: target_ulong,
args: impl IntoSyscallArgs,
) -> target_ulongAvailable on crate feature
syscall-injection only.Expand description
Perform a system call in the guest. Should only be run within an injector being
run by run_injector