]> granicus.if.org Git - strace/blob - linux/arch_kvm.c
kvm: decode the argument of KVM_{SET, GET}_REGS ioctl command
[strace] / linux / arch_kvm.c
1 #ifdef HAVE_STRUCT_KVM_REGS
2 static void
3 arch_print_kvm_regs(struct tcb *const tcp,
4                     const kernel_ulong_t addr,
5                     const struct kvm_regs *const regs)
6 {
7         printaddr(addr);
8 }
9 #endif  /* HAVE_STRUCT_KVM_REGS */