Re: [Qemu-devel] [PATCH for-4.0 0/5] tcg/i386: Improve guest_base handling

2018-12-10 Thread Emilio G. Cota
On Mon, Dec 03, 2018 at 10:08:35 -0600, Richard Henderson wrote: > This tidies guest_base handling such that (1) we require no scratch > registers, (2) we require no extra instructions besides the memory op, > and (3) we reduce the size of the memory op by omitting a prefix. > > In principal point

Re: [Qemu-devel] [PATCH for-4.0 0/5] tcg/i386: Improve guest_base handling

2018-12-03 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20181203160840.15115-1-richard.hender...@linaro.org/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [Qemu-devel] [PATCH for-4.0 0/5] tcg/i386: Improve guest_base handling Message-id

[Qemu-devel] [PATCH for-4.0 0/5] tcg/i386: Improve guest_base handling

2018-12-03 Thread Richard Henderson
This tidies guest_base handling such that (1) we require no scratch registers, (2) we require no extra instructions besides the memory op, and (3) we reduce the size of the memory op by omitting a prefix. In principal point 3 is offset by adding additional opcodes to handle zero-extension when con