Re: [PATCH v9 12/16] ARM: KVM: World-switch implementation

2012-07-25 Thread Christoffer Dall
On Tue, Jul 3, 2012 at 12:07 PM, Avi Kivity wrote: > On 07/03/2012 12:01 PM, Christoffer Dall wrote: >> Provides complete world-switch implementation to switch to other guests >> running in non-secure modes. Includes Hyp exception handlers that >> capture necessary exception information and stores

Re: [PATCH v9 12/16] ARM: KVM: World-switch implementation

2012-07-03 Thread Avi Kivity
On 07/03/2012 12:01 PM, Christoffer Dall wrote: > Provides complete world-switch implementation to switch to other guests > running in non-secure modes. Includes Hyp exception handlers that > capture necessary exception information and stores the information on > the VCPU and KVM structures. > > T

[PATCH v9 12/16] ARM: KVM: World-switch implementation

2012-07-03 Thread Christoffer Dall
Provides complete world-switch implementation to switch to other guests running in non-secure modes. Includes Hyp exception handlers that capture necessary exception information and stores the information on the VCPU and KVM structures. The following Hyp-ABI is also documented in the code: Hyp-AB