[PATCH][next] arm64: KVM: GICv3: move system register access to msr_s/mrs_s

2014-07-31 Thread Marc Zyngier
Commit 72c583951526 (arm64: gicv3: Allow GICv3 compilation with older binutils) changed the way we express the GICv3 system registers, but couldn't change the occurences used by KVM as the code wasn't merged yet. Just fix the accessors. Cc: Will Deacon will.dea...@arm.com Cc: Catalin Marinas

Re: [PATCH][next] arm64: KVM: GICv3: move system register access to msr_s/mrs_s

2014-07-31 Thread Will Deacon
On Thu, Jul 31, 2014 at 02:16:39PM +0100, Marc Zyngier wrote: Commit 72c583951526 (arm64: gicv3: Allow GICv3 compilation with older binutils) changed the way we express the GICv3 system registers, but couldn't change the occurences used by KVM as the code wasn't merged yet. Just fix the

Re: [PATCH][next] arm64: KVM: GICv3: move system register access to msr_s/mrs_s

2014-07-31 Thread Christoffer Dall
On Thu, Jul 31, 2014 at 02:19:47PM +0100, Will Deacon wrote: On Thu, Jul 31, 2014 at 02:16:39PM +0100, Marc Zyngier wrote: Commit 72c583951526 (arm64: gicv3: Allow GICv3 compilation with older binutils) changed the way we express the GICv3 system registers, but couldn't change the

Re: [PATCH][next] arm64: KVM: GICv3: move system register access to msr_s/mrs_s

2014-07-31 Thread Will Deacon
On Thu, Jul 31, 2014 at 02:32:27PM +0100, Christoffer Dall wrote: On Thu, Jul 31, 2014 at 02:19:47PM +0100, Will Deacon wrote: On Thu, Jul 31, 2014 at 02:16:39PM +0100, Marc Zyngier wrote: Commit 72c583951526 (arm64: gicv3: Allow GICv3 compilation with older binutils) changed the way we

Re: [PATCH][next] arm64: KVM: GICv3: move system register access to msr_s/mrs_s

2014-07-31 Thread Christoffer Dall
On Thu, Jul 31, 2014 at 05:05:58PM +0100, Will Deacon wrote: On Thu, Jul 31, 2014 at 02:32:27PM +0100, Christoffer Dall wrote: On Thu, Jul 31, 2014 at 02:19:47PM +0100, Will Deacon wrote: On Thu, Jul 31, 2014 at 02:16:39PM +0100, Marc Zyngier wrote: Commit 72c583951526 (arm64: gicv3: