linux/tools/testing/selftests/kvm
Eric Auger 1ecaabed4e selftests: KVM: Replace get_{gdt,idt}_base() by get_{gdt,idt}()
get_gdt_base() and get_idt_base() only return the base address
of the descriptor tables. Soon we will need to get the size as well.
Change the prototype of those functions so that they return
the whole desc_ptr struct instead of the address field.

Signed-off-by: Eric Auger <eric.auger@redhat.com>
Reviewed-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Reviewed-by: Miaohe Lin <linmiaohe@huawei.com>
Reviewed-by: Wei Huang <wei.huang2@amd.com>
Reviewed-by: Krish Sadhukhan <krish.sadhukhan@oracle.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2020-02-12 20:09:38 +01:00
..
include selftests: KVM: Replace get_{gdt,idt}_base() by get_{gdt,idt}() 2020-02-12 20:09:38 +01:00
lib selftests: KVM: Replace get_{gdt,idt}_base() by get_{gdt,idt}() 2020-02-12 20:09:38 +01:00
s390x selftests: KVM: testing the local IRQs resets 2020-01-31 13:17:21 +01:00
x86_64 KVM: VMX: Fix the spelling of CPU_BASED_USE_TSC_OFFSETTING 2020-01-08 18:15:59 +01:00
.gitignore kvm: tests: Add test to verify MSR_IA32_XSS 2019-10-22 15:48:15 +02:00
clear_dirty_log_test.c kvm: introduce manual dirty log reprotect 2018-12-14 12:34:19 +01:00
config selftests: kvm: Adding config fragments 2019-08-09 16:52:38 +02:00
dirty_log_test.c KVM: selftests: Remove duplicate guest mode handling 2019-09-24 13:37:24 +02:00
kvm_create_max_vcpus.c selftests: kvm: Simplify loop in kvm_create_max_vcpus test 2019-11-15 11:44:12 +01:00
Makefile KVM: s390: Fixes and cleanups for 5.6 2020-02-05 16:15:05 +01:00