Re: [PATCH v4 04/14] KVM: ARM: Initial skeleton to compile KVM support

2012-11-29 Thread Christoffer Dall
On Mon, Nov 19, 2012 at 9:41 AM, Will Deacon wrote: > On Sat, Nov 10, 2012 at 03:42:38PM +, Christoffer Dall wrote: >> 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.

Re: [PATCH v4 04/14] KVM: ARM: Initial skeleton to compile KVM support

2012-11-19 Thread Will Deacon
On Sat, Nov 10, 2012 at 03:42:38PM +, Christoffer Dall wrote: > 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

[PATCH v4 04/14] KVM: ARM: Initial skeleton to compile KVM support

2012-11-10 Thread Christoffer Dall
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: