Re: [Xen-devel] [PATCH v2 02/17] x86emul: re-order cases of main switch statement

2017-09-15 Thread Andrew Cooper
On 14/09/17 16:12, Jan Beulich wrote: Re-store intended numerical ordering, which has become "violated" mostly by incremental additions where moving around bigger chunks did not seem advisable. One exception though at the very top of the switch(): Keeping the arithmetic ops together seems prefera

[Xen-devel] [PATCH v2 02/17] x86emul: re-order cases of main switch statement

2017-09-14 Thread Jan Beulich
Re-store intended numerical ordering, which has become "violated" mostly by incremental additions where moving around bigger chunks did not seem advisable. One exception though at the very top of the switch(): Keeping the arithmetic ops together seems preferable over entirely strict ordering. Addi