Re: [PATCH v7 3/4] KVM: arm64: Share the parts of get/set events useful to 32bit

2018-07-13 Thread James Morse
Hi gengdongjiu, On 11/07/18 08:16, gengdongjiu wrote: > On 2018/7/11 0:49, James Morse wrote: >> The get/set events helpers to do some work to check reserved >> and padding fields are zero. This is useful on 32bit too. >> >> Move this code into virt/kvm/arm/arm.c, and give the arch >> code some un

Re: [PATCH v7 3/4] KVM: arm64: Share the parts of get/set events useful to 32bit

2018-07-11 Thread gengdongjiu
Hi James, On 2018/7/11 0:49, James Morse wrote: > The get/set events helpers to do some work to check reserved > and padding fields are zero. This is useful on 32bit too. > > Move this code into virt/kvm/arm/arm.c, and give the arch > code some underscores. > > This is temporarily hidden behind