Re: [PATCH v2 08/21] arm64: KVM: VHE: Introduce unified system register accessors

2016-02-01 Thread Christoffer Dall
On Mon, Feb 01, 2016 at 02:04:39PM +, Marc Zyngier wrote: > On 01/02/16 13:47, Christoffer Dall wrote: > > On Mon, Jan 25, 2016 at 03:53:42PM +, Marc Zyngier wrote: > >> VHE brings its own bag of new system registers, or rather system > >> register accessors, as it define new ways to

Re: [PATCH v2 08/21] arm64: KVM: VHE: Introduce unified system register accessors

2016-02-01 Thread Marc Zyngier
On 01/02/16 13:47, Christoffer Dall wrote: > On Mon, Jan 25, 2016 at 03:53:42PM +, Marc Zyngier wrote: >> VHE brings its own bag of new system registers, or rather system >> register accessors, as it define new ways to access both guest >> and host system registers. For example, from the host:

Re: [PATCH v2 08/21] arm64: KVM: VHE: Introduce unified system register accessors

2016-02-01 Thread Christoffer Dall
On Mon, Jan 25, 2016 at 03:53:42PM +, Marc Zyngier wrote: > VHE brings its own bag of new system registers, or rather system > register accessors, as it define new ways to access both guest > and host system registers. For example, from the host: > > - The host TCR_EL2 register is accessed

Re: [PATCH v2 08/21] arm64: KVM: VHE: Introduce unified system register accessors

2016-02-01 Thread Christoffer Dall
On Mon, Jan 25, 2016 at 03:53:42PM +, Marc Zyngier wrote: > VHE brings its own bag of new system registers, or rather system > register accessors, as it define new ways to access both guest > and host system registers. For example, from the host: > > - The host TCR_EL2 register is accessed

Re: [PATCH v2 08/21] arm64: KVM: VHE: Introduce unified system register accessors

2016-02-01 Thread Marc Zyngier
On 01/02/16 13:47, Christoffer Dall wrote: > On Mon, Jan 25, 2016 at 03:53:42PM +, Marc Zyngier wrote: >> VHE brings its own bag of new system registers, or rather system >> register accessors, as it define new ways to access both guest >> and host system registers. For example, from the host:

Re: [PATCH v2 08/21] arm64: KVM: VHE: Introduce unified system register accessors

2016-02-01 Thread Christoffer Dall
On Mon, Feb 01, 2016 at 02:04:39PM +, Marc Zyngier wrote: > On 01/02/16 13:47, Christoffer Dall wrote: > > On Mon, Jan 25, 2016 at 03:53:42PM +, Marc Zyngier wrote: > >> VHE brings its own bag of new system registers, or rather system > >> register accessors, as it define new ways to

[PATCH v2 08/21] arm64: KVM: VHE: Introduce unified system register accessors

2016-01-25 Thread Marc Zyngier
VHE brings its own bag of new system registers, or rather system register accessors, as it define new ways to access both guest and host system registers. For example, from the host: - The host TCR_EL2 register is accessed using the TCR_EL1 accessor - The guest TCR_EL1 register is accessed using

[PATCH v2 08/21] arm64: KVM: VHE: Introduce unified system register accessors

2016-01-25 Thread Marc Zyngier
VHE brings its own bag of new system registers, or rather system register accessors, as it define new ways to access both guest and host system registers. For example, from the host: - The host TCR_EL2 register is accessed using the TCR_EL1 accessor - The guest TCR_EL1 register is accessed using