summaryrefslogtreecommitdiff
path: root/kvm.c
Commit message (Expand)AuthorAgeFilesLines
* kvm: decode the argument of KVM_{SET, GET}_SREGS ioctl commandMasatake YAMATO2017-12-041-0/+24
* kvm: decode the argument of KVM_{SET, GET}_REGS ioctl commandMasatake YAMATO2017-12-041-0/+25
* kvm: decode the argument of KVM_SET_USER_MEMORY_REGION ioctl commandMasatake YAMATO2017-12-041-0/+30
* kvm: decode the argument of KVM_CREATE_VCPU ioctl commandMasatake YAMATO2017-12-011-0/+11
* kvm: handle KVM_CREATE_VM ioctl commandMasatake YAMATO2017-12-011-0/+2
* kvm: handle KVM_RUN, KVM_GET_VCPU_MMAP_SIZE, and KVM_GET_API_VERSION ioctl co...Masatake YAMATO2017-12-011-0/+3
* ioctl: add a stub for decoding kvm related ioctlsMasatake YAMATO2017-12-011-0/+45