summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm
Commit message (Collapse)AuthorAge
* kvm: selftests: add vmx_tsc_adjust_testPaolo Bonzini2018-04-16
| | | | | | | | The test checks the behavior of setting MSR_IA32_TSC in a nested guest, and the TSC_OFFSET VMCS field in general. It also introduces the testing infrastructure for Intel nested virtualization. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* kvm: selftests: add -std=gnu99 cflagsPeng Hao2018-04-12
| | | | | | | | | | lib/kvm_util.c: In function ‘kvm_memcmp_hva_gva’: lib/kvm_util.c:332:2: error: ‘for’ loop initial declarations are only allowed in C99 mode So add -std=gnu99 to CFLAGS Signed-off-by: Peng Hao <peng.hao2@zte.com.cn> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* kvm: selftests: fix spelling mistake: "divisable" and "divisible"Colin Ian King2018-04-10
| | | | | | | Trivial fix to spelling mistakes in comment and message text Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* kvm: selftests: add sync_regs_testPaolo Bonzini2018-04-04
| | | | | | | | This includes the infrastructure to map the test into the guest and run code from the test program inside a VM. Signed-off-by: Ken Hofsass <hofsass@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* kvm: selftests: add API testing infrastructurePaolo Bonzini2018-04-04
Testsuite contributed by Google and cleaned up by myself for inclusion in Linux. Signed-off-by: Ken Hofsass <hofsass@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>