Re: [Qemu-devel] [PATCH for-4.1 v2 02/13] tcg: Return bool success from tcg_out_mov

2019-03-18 Thread Richard Henderson
On 3/17/19 8:03 PM, Aleksandar Markovic wrote: > This patch merely changes the interface, aborting on all failures, > of which there are currently none. > > > Why is this necessary? See patch 6, in which tcg/ppc tcg_out_mov returns false for moves between integer and vector registers.

Re: [Qemu-devel] [PATCH for-4.1 v2 02/13] tcg: Return bool success from tcg_out_mov

2019-03-17 Thread Aleksandar Markovic
On Sunday, March 17, 2019, Richard Henderson wrote: > This patch merely changes the interface, aborting on all failures, > of which there are currently none. > > Why is this necessary? Aleksandar > Signed-off-by: Richard Henderson > --- > tcg/aarch64/tcg-target.inc.c | 5 +++-- > tcg/arm/tc

Re: [Qemu-devel] [PATCH for-4.1 v2 02/13] tcg: Return bool success from tcg_out_mov

2019-03-17 Thread David Gibson
On Sun, Mar 17, 2019 at 02:08:23AM -0700, Richard Henderson wrote: > This patch merely changes the interface, aborting on all failures, > of which there are currently none. > > Signed-off-by: Richard Henderson Reviewed-by: David Gibson > --- > tcg/aarch64/tcg-target.inc.c | 5 +++-- > tcg/ar

[Qemu-devel] [PATCH for-4.1 v2 02/13] tcg: Return bool success from tcg_out_mov

2019-03-17 Thread Richard Henderson
This patch merely changes the interface, aborting on all failures, of which there are currently none. Signed-off-by: Richard Henderson --- tcg/aarch64/tcg-target.inc.c | 5 +++-- tcg/arm/tcg-target.inc.c | 7 +-- tcg/i386/tcg-target.inc.c| 5 +++-- tcg/mips/tcg-target.inc.c|