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

2013-10-03 Thread Albert ARIBAUD
Hi Andre, On Thu, 19 Sep 2013 18:06:38 +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 implementations (

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

2013-09-19 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 implementations (KVM and Xen) require the kernel to be entered in that HYP mode. This patch serie