KVM: ARM: Initial skeleton to compile KVM support
Targets KVM support for Cortex A-15 processors. Contains all the framework components, make files, header files, some tracing functionality, and basic user space API. Only supported core is Cortex-A15 for now. Most functionality is in arch/arm/kvm/* or arch/arm/include/asm/kvm_*.h. Reviewed-by: Will Deacon <will.deacon@arm.com> Reviewed-by: Marcelo Tosatti <mtosatti@redhat.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com> Signed-off-by: Christoffer Dall <c.dall@virtualopensystems.com>
Showing
arch/arm/kvm/Kconfig
0 → 100644
arch/arm/kvm/Makefile
0 → 100644
arch/arm/kvm/arm.c
0 → 100644
arch/arm/kvm/coproc.c
0 → 100644
arch/arm/kvm/emulate.c
0 → 100644
arch/arm/kvm/guest.c
0 → 100644
arch/arm/kvm/init.S
0 → 100644
arch/arm/kvm/interrupts.S
0 → 100644
arch/arm/kvm/mmu.c
0 → 100644
arch/arm/kvm/reset.c
0 → 100644
arch/arm/kvm/trace.h
0 → 100644
Please register or sign in to comment