summaryrefslogtreecommitdiff
path: root/kvm.c
Commit message (Expand)AuthorAgeFilesLines
* Move source files into src subdirectoryDmitry V. Levin2021-02-031-428/+0
* treewide: move #include "print_fields.h" to defs.hDmitry V. Levin2021-02-011-1/+0
* treewide: replace tprints(", name=")Dmitry V. Levin2021-01-291-1/+2
* treewide: replace tprints("...") with tprint_more_data_follows()Dmitry V. Levin2021-01-291-1/+1
* treewide: replace tprints("}") with tprint_struct_end()Dmitry V. Levin2021-01-291-3/+3
* print_fields.h: remove prefix argument from all remaining PRINT_FIELD_* macrosDmitry V. Levin2021-01-291-3/+6
* print_fields.h: remove prefix argument from PRINT_FIELD_X macroDmitry V. Levin2021-01-291-8/+16
* print_fields.h: remove prefix argument from PRINT_FIELD_FLAGS macroDmitry V. Levin2021-01-291-4/+4
* Add xlat description structureEugene Syromyatnikov2019-07-241-3/+2
* kvm: avoid bogus vcpu_info assignment in vcpu_registerEugene Syromyatnikov2019-07-081-4/+3
* Use xzalloc(sz) instead of xcalloc(1, sz)Eugene Syromyatnikov2019-05-221-1/+1
* Update copyright headersDmitry V. Levin2019-03-181-1/+1
* Fix whitespace issuesDmitry V. Levin2019-02-101-1/+1
* Fix preprocessor indentationDmitry V. Levin2018-12-301-1/+1
* Change the license of strace to LGPL-2.1-or-laterDmitry V. Levin2018-12-101-21/+1
* kvm: decode the argument of KVM_CHECK_EXTENSIONPierre Marsais2018-08-191-0/+13
* Update copyright headersDmitry V. Levin2018-08-121-0/+1
* kvm: attach the exit reason of vcpu as auxstr to KVM_RUN outputMasatake YAMATO2018-07-071-1/+220
* kvm: decode the argument of KVM_SET_CPUID2 and KVM_GET_*_CPUID ioctl commandsPierre Marsais2018-07-071-0/+66
* 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