linux/arch/arm/kvm
Christoffer Dall 749cf76c5a 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>
2013-01-23 13:29:10 -05:00
..
arm.c KVM: ARM: Initial skeleton to compile KVM support 2013-01-23 13:29:10 -05:00
coproc.c KVM: ARM: Initial skeleton to compile KVM support 2013-01-23 13:29:10 -05:00
emulate.c KVM: ARM: Initial skeleton to compile KVM support 2013-01-23 13:29:10 -05:00
guest.c KVM: ARM: Initial skeleton to compile KVM support 2013-01-23 13:29:10 -05:00
init.S KVM: ARM: Initial skeleton to compile KVM support 2013-01-23 13:29:10 -05:00
interrupts.S KVM: ARM: Initial skeleton to compile KVM support 2013-01-23 13:29:10 -05:00
Kconfig KVM: ARM: Initial skeleton to compile KVM support 2013-01-23 13:29:10 -05:00
Makefile KVM: ARM: Initial skeleton to compile KVM support 2013-01-23 13:29:10 -05:00
mmu.c KVM: ARM: Initial skeleton to compile KVM support 2013-01-23 13:29:10 -05:00
reset.c KVM: ARM: Initial skeleton to compile KVM support 2013-01-23 13:29:10 -05:00
trace.h KVM: ARM: Initial skeleton to compile KVM support 2013-01-23 13:29:10 -05:00