Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-10-17 | kvm: selftests: move arch-specific files to arch-specific locations | Andrew Jones | 1 | -110/+0 | |
Signed-off-by: Andrew Jones <drjones@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> | |||||
2018-10-17 | kvm: selftests: introduce ucall | Andrew Jones | 1 | -6/+6 | |
Rework the guest exit to userspace code to generalize the concept into what it is, a "hypercall to userspace", and provide two implementations of it: the PortIO version currently used, but only useable by x86, and an MMIO version that other architectures (except s390) can use. Signed-off-by: Andrew Jones <drjones@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> | |||||
2018-09-20 | kvm: selftests: Add platform_info_test | Drew Schmitt | 1 | -0/+110 | |
Test guest access to MSR_PLATFORM_INFO when the capability is enabled or disabled. Signed-off-by: Drew Schmitt <dasch@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> |