Re: [PATCH 04/18] KVM: ARM64: Add reset and access handlers for PMCR_EL0 register

2015-08-03 Thread Christoffer Dall
On Tue, Jul 21, 2015 at 09:16:57AM +0800, Shannon Zhao wrote: > > > On 2015/7/17 18:21, Christoffer Dall wrote: > > On Fri, Jul 17, 2015 at 04:45:44PM +0800, Shannon Zhao wrote: > >> > >> > >> On 2015/7/17 3:55, Christoffer Dall wrote: > >>> On Mon, Jul 06, 2015 at 10:17:34AM +0800, shannon.z...@

Re: [PATCH 04/18] KVM: ARM64: Add reset and access handlers for PMCR_EL0 register

2015-07-20 Thread Shannon Zhao
On 2015/7/17 18:21, Christoffer Dall wrote: > On Fri, Jul 17, 2015 at 04:45:44PM +0800, Shannon Zhao wrote: >> >> >> On 2015/7/17 3:55, Christoffer Dall wrote: >>> On Mon, Jul 06, 2015 at 10:17:34AM +0800, shannon.z...@linaro.org wrote: From: Shannon Zhao Add reset handler which g

Re: [PATCH 04/18] KVM: ARM64: Add reset and access handlers for PMCR_EL0 register

2015-07-17 Thread Christoffer Dall
On Fri, Jul 17, 2015 at 04:45:44PM +0800, Shannon Zhao wrote: > > > On 2015/7/17 3:55, Christoffer Dall wrote: > > On Mon, Jul 06, 2015 at 10:17:34AM +0800, shannon.z...@linaro.org wrote: > >> From: Shannon Zhao > >> > >> Add reset handler which gets host value of PMCR_EL0 and make writable > >>

Re: [PATCH 04/18] KVM: ARM64: Add reset and access handlers for PMCR_EL0 register

2015-07-17 Thread Shannon Zhao
On 2015/7/17 3:55, Christoffer Dall wrote: > On Mon, Jul 06, 2015 at 10:17:34AM +0800, shannon.z...@linaro.org wrote: >> From: Shannon Zhao >> >> Add reset handler which gets host value of PMCR_EL0 and make writable >> bits architecturally UNKNOWN. Add access handler which emulates >> writing an

Re: [PATCH 04/18] KVM: ARM64: Add reset and access handlers for PMCR_EL0 register

2015-07-16 Thread Christoffer Dall
On Mon, Jul 06, 2015 at 10:17:34AM +0800, shannon.z...@linaro.org wrote: > From: Shannon Zhao > > Add reset handler which gets host value of PMCR_EL0 and make writable > bits architecturally UNKNOWN. Add access handler which emulates > writing and reading PMCR_EL0 register. > > Signed-off-by: Sh

[PATCH 04/18] KVM: ARM64: Add reset and access handlers for PMCR_EL0 register

2015-07-05 Thread shannon . zhao
From: Shannon Zhao Add reset handler which gets host value of PMCR_EL0 and make writable bits architecturally UNKNOWN. Add access handler which emulates writing and reading PMCR_EL0 register. Signed-off-by: Shannon Zhao --- arch/arm64/kvm/sys_regs.c | 41 +++