From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42732) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YG7Iw-00067H-LY for qemu-devel@nongnu.org; Tue, 27 Jan 2015 09:39:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YG7Is-0005v8-85 for qemu-devel@nongnu.org; Tue, 27 Jan 2015 09:39:46 -0500 Received: from mail-qa0-f42.google.com ([209.85.216.42]:35688) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YG7Is-0005uz-4I for qemu-devel@nongnu.org; Tue, 27 Jan 2015 09:39:42 -0500 Received: by mail-qa0-f42.google.com with SMTP id dc16so11613193qab.1 for ; Tue, 27 Jan 2015 06:39:41 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <54C7A273.7040104@gmail.com> References: <1422029835-4696-1-git-send-email-greg.bellows@linaro.org> <54C7A273.7040104@gmail.com> Date: Tue, 27 Jan 2015 08:39:41 -0600 Message-ID: From: Greg Bellows Content-Type: multipart/alternative; boundary=001a11c2b31ca87fea050da33995 Subject: Re: [Qemu-devel] [PATCH V2 0/4] target-arm: Initial ARMv8 extended EL support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Sergey Fedorov , "Edgar E. Iglesias" Cc: Peter Maydell , QEMU Developers --001a11c2b31ca87fea050da33995 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable +Edgar On Tue, Jan 27, 2015 at 8:36 AM, Sergey Fedorov wrote: > On 23.01.2015 19:17, Greg Bellows wrote: > > These patches add extended EL support for ARMv8. Specifically the > following > > changes were made: > > > > - Fix issue in RVBAR_EL1 CP register definition > > - Add missing RVBAR_ELx CP register definitions > > - Add missing SP_ELx CP register definitions > > - Add reset support to start in highest EL > > > > --- > > > > v1 -> v2 > > - Added case to allow secure EL1 Linux boot > > - Added check for booting Linux into EL2 if enabled > > - Removed extraneous SCR.NS setting on reset > > - Fixed incorrect EL feature check > > - Fixed incorrect RVBAR naming > > - Reverted sp_el0_access function naming > > > > Greg Bellows (4): > > target-arm: Fix RVBAR_EL1 register encoding > > target-arm: Add extended RVBAR support > > target-arm: Change reset to highest available EL > > target-arm: Add missing SP_ELx register definition > > > > hw/arm/boot.c | 22 ++++++++++++++++++++-- > > target-arm/cpu.c | 9 ++++++++- > > target-arm/helper.c | 39 +++++++++++++++++++++++++++++++++------ > > 3 files changed, 61 insertions(+), 9 deletions(-) > > > > -- > > 1.8.3.2 > > > > > > Hi! > > Are we going to have AArch64 Virtualization support soon? > > Thanks, > Sergey > =E2=80=8BHi Sergey, I am only working on adding AArch64 EL3 support but I copied Edgar who I believe is working on EL2 support. I don't know what his timeline is. Greg=E2=80=8B --001a11c2b31ca87fea050da33995 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
+Edgar

On Tue, Jan 27, 2015 at 8:36 AM, Sergey Fedorov <serg= e.fdrv@gmail.com> wrote:
On 23.01.2015 19:17, Greg Bellows wro= te:
> These patches add extended EL support for ARMv8. Specifically the foll= owing
> changes were made:
>
> - Fix issue in RVBAR_EL1 CP register definition
> - Add missing RVBAR_ELx CP register definitions
> - Add missing SP_ELx CP register definitions
> - Add reset support to start in highest EL
>
> ---
>
> v1 -> v2
> - Added case to allow secure EL1 Linux boot
> - Added check for booting Linux into EL2 if enabled
> - Removed extraneous SCR.NS setting on reset
> - Fixed incorrect EL feature check
> - Fixed incorrect RVBAR naming
> - Reverted sp_el0_access function naming
>
> Greg Bellows (4):
>=C2=A0 =C2=A0target-arm: Fix RVBAR_EL1 register encoding
>=C2=A0 =C2=A0target-arm: Add extended RVBAR support
>=C2=A0 =C2=A0target-arm: Change reset to highest available EL
>=C2=A0 =C2=A0target-arm: Add missing SP_ELx register definition
>
>=C2=A0 hw/arm/boot.c=C2=A0 =C2=A0 =C2=A0 =C2=A0| 22 +++++++++++++++++++= +--
>=C2=A0 target-arm/cpu.c=C2=A0 =C2=A0 |=C2=A0 9 ++++++++-
>=C2=A0 target-arm/helper.c | 39 +++++++++++++++++++++++++++++++++------=
>=C2=A0 3 files changed, 61 insertions(+), 9 deletions(-)
>
> --
> 1.8.3.2
>
>

Hi!

Are we going to have AArch64 Virtualization support soon?

Thanks,
Sergey

=E2=80=8BHi Serg= ey,

I am only working on adding AArch64 EL3 support bu= t I copied Edgar who I believe is working on EL2 support.=C2=A0 I don't= know what his timeline is.

Greg=E2=80=8B

--001a11c2b31ca87fea050da33995--