mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 18:43:33 +02:00
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> |
||
|---|---|---|
| .. | ||
| assert.c | ||
| elf.c | ||
| io.c | ||
| kvm_util_internal.h | ||
| kvm_util.c | ||
| sparsebit.c | ||
| ucall.c | ||
| vmx.c | ||
| x86.c | ||