Re: [PATCH v4 06/10] ARM: KVM: World-switch implementation

2011-08-09 Thread Christoffer Dall
On Aug 9, 2011, at 1:09 PM, Avi Kivity wrote: > On 08/06/2011 01:39 PM, Christoffer Dall wrote: >> Provides complete world-switch implementation to switch to other guests >> runinng in non-secure modes. Includes Hyp exception handlers that >> captures necessary exception information and stores th

Re: [PATCH v4 06/10] ARM: KVM: World-switch implementation

2011-08-09 Thread Avi Kivity
On 08/06/2011 01:39 PM, Christoffer Dall wrote: Provides complete world-switch implementation to switch to other guests runinng in non-secure modes. Includes Hyp exception handlers that captures necessary exception information and stores the information on the VCPU and KVM structures. Switching

[PATCH v4 06/10] ARM: KVM: World-switch implementation

2011-08-08 Thread Christoffer Dall
Provides complete world-switch implementation to switch to other guests runinng in non-secure modes. Includes Hyp exception handlers that captures necessary exception information and stores the information on the VCPU and KVM structures. Switching to Hyp mode is done through a simple HVC instructi