Re: [PATCH v2 0/2] KVM/arm64: sys_reg_table_init() small improvements

2022-05-04 Thread Marc Zyngier
On Thu, 28 Apr 2022 11:34:03 +0100, Alexandru Elisei wrote: > These are two small improvements to how KVM handles an out-of-order > sys_reg_desc table. These should only affect KVM developers, as the end > user should never see an error caused by an unsorted sys_reg_desc table. > > Changes in v2:

[PATCH v2 0/2] KVM/arm64: sys_reg_table_init() small improvements

2022-04-28 Thread Alexandru Elisei
These are two small improvements to how KVM handles an out-of-order sys_reg_desc table. These should only affect KVM developers, as the end user should never see an error caused by an unsorted sys_reg_desc table. Changes in v2: * Tweaked how the error is detected and propagated in kvm_arch_init()