]> granicus.if.org Git - strace/history - kvm.c
tests: implement ioctl_evdev-success-v.test via ioctl_evdev-success.test
[strace] / kvm.c
2019-07-24 Eugene SyromyatnikovAdd xlat description structure
2019-07-08 Eugene Syromyatnikovkvm: avoid bogus vcpu_info assignment in vcpu_register
2019-05-22 Eugene SyromyatnikovUse xzalloc(sz) instead of xcalloc(1, sz)
2019-03-18 Dmitry V. LevinUpdate copyright headers
2019-02-10 Dmitry V. LevinFix whitespace issues
2018-12-30 Dmitry V. LevinFix preprocessor indentation
2018-12-10 Dmitry V. LevinChange the license of strace to LGPL-2.1-or-later
2018-08-19 Pierre Marsaiskvm: decode the argument of KVM_CHECK_EXTENSION
2018-08-12 Dmitry V. LevinUpdate copyright headers
2018-07-07 Masatake YAMATOkvm: attach the exit reason of vcpu as auxstr to KVM_RU...
2018-07-07 Pierre Marsaiskvm: decode the argument of KVM_SET_CPUID2 and KVM_GET_...
2017-12-04 Masatake YAMATOkvm: decode the argument of KVM_{SET, GET}_SREGS ioctl...
2017-12-04 Masatake YAMATOkvm: decode the argument of KVM_{SET, GET}_REGS ioctl...
2017-12-04 Masatake YAMATOkvm: decode the argument of KVM_SET_USER_MEMORY_REGION...
2017-12-01 Masatake YAMATOkvm: decode the argument of KVM_CREATE_VCPU ioctl command
2017-12-01 Masatake YAMATOkvm: handle KVM_CREATE_VM ioctl command
2017-12-01 Masatake YAMATOkvm: handle KVM_RUN, KVM_GET_VCPU_MMAP_SIZE, and KVM_GE...
2017-12-01 Masatake YAMATOioctl: add a stub for decoding kvm related ioctls