Re: [PATCH v3 1/5] KVM: arm64: selftests: get-reg-list: Introduce vcpu configs

2021-06-03 Thread Andrew Jones
On Wed, Jun 02, 2021 at 04:40:28PM -0700, Ricardo Koller wrote: > On Mon, May 31, 2021 at 12:33:40PM +0200, Andrew Jones wrote: > > We already break register lists into sublists that get selected based > > on vcpu config. However, since we only had two configs (vregs and sve), > > we didn't structu

Re: [PATCH v3 1/5] KVM: arm64: selftests: get-reg-list: Introduce vcpu configs

2021-06-02 Thread Ricardo Koller
On Mon, May 31, 2021 at 12:33:40PM +0200, Andrew Jones wrote: > We already break register lists into sublists that get selected based > on vcpu config. However, since we only had two configs (vregs and sve), > we didn't structure the code very well to manage them. Restructure it > now to more clean

[PATCH v3 1/5] KVM: arm64: selftests: get-reg-list: Introduce vcpu configs

2021-05-31 Thread Andrew Jones
We already break register lists into sublists that get selected based on vcpu config. However, since we only had two configs (vregs and sve), we didn't structure the code very well to manage them. Restructure it now to more cleanly handle register sublists that are dependent on the vcpu config. Th