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

2017-09-13 Thread George Dunlap
On Wed, Jun 21, 2017 at 12:59 PM, 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

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

2017-06-21 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