Re: [U-Boot] [PATCH 0/6] ARMv7: Add HYP mode switching support

2013-05-31 Thread Christoffer Dall
On Fri, May 31, 2013 at 08:36:12AM +0200, Andre Przywara wrote: > On 05/31/2013 08:11 AM, Christoffer Dall wrote: > > On Mon, May 06, 2013 at 03:17:44PM +0200, Andre Przywara wrote: > >> (for GIT URL and Changelog see below) > >> > >> ARM CPUs with the virtualization extension have a new mode calle

Re: [U-Boot] [PATCH 0/6] ARMv7: Add HYP mode switching support

2013-05-31 Thread Christoffer Dall
On Mon, May 06, 2013 at 03:17:44PM +0200, Andre Przywara wrote: > (for GIT URL and Changelog see below) > > ARM CPUs with the virtualization extension have a new mode called > HYP mode, which allows hypervisors to safely control and monitor > guests. The current hypervisor (KVM and Xen) implementat

Re: [U-Boot] [PATCH 0/6] ARMv7: Add HYP mode switching support

2013-05-30 Thread Andre Przywara
On 05/31/2013 08:11 AM, Christoffer Dall wrote: On Mon, May 06, 2013 at 03:17:44PM +0200, Andre Przywara wrote: (for GIT URL and Changelog see below) ARM CPUs with the virtualization extension have a new mode called HYP mode, which allows hypervisors to safely control and monitor guests. The cu

Re: [U-Boot] [PATCH 0/6] ARMv7: Add HYP mode switching support

2013-05-26 Thread Andre Przywara
On 05/23/2013 12:52 PM, Albert ARIBAUD wrote: Hi Andre, On Mon, 6 May 2013 15:17:44 +0200, Andre Przywara wrote: (for GIT URL and Changelog see below) ARM CPUs with the virtualization extension have a new mode called HYP mode, which allows hypervisors to safely control and monitor guests. T

Re: [U-Boot] [PATCH 0/6] ARMv7: Add HYP mode switching support

2013-05-23 Thread Albert ARIBAUD
Hi Andre, On Mon, 6 May 2013 15:17:44 +0200, Andre Przywara wrote: > (for GIT URL and Changelog see below) > > ARM CPUs with the virtualization extension have a new mode called > HYP mode, which allows hypervisors to safely control and monitor > guests. The current hypervisor (KVM and Xen) imp

[U-Boot] [PATCH 0/6] ARMv7: Add HYP mode switching support

2013-05-06 Thread Andre Przywara
(for GIT URL and Changelog see below) ARM CPUs with the virtualization extension have a new mode called HYP mode, which allows hypervisors to safely control and monitor guests. The current hypervisor (KVM and Xen) implementations require the kernel to be entered in that HYP mode. This patch serie