Re: [Qemu-devel] [PATCH 6/8] tcg: Add INDEX_op_invalid

2017-09-08 Thread Alex Bennée
Richard Henderson writes: > Add with value 0 so that structure zero initialization can > indicate that the field is not present. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée > --- > tcg/tcg-opc.h | 2 ++ > tcg/tcg.c | 3 +++ > 2 files changed, 5 insertions(+) > > diff -

Re: [Qemu-devel] [PATCH 6/8] tcg: Add INDEX_op_invalid

2017-08-17 Thread Philippe Mathieu-Daudé
On 08/17/2017 08:01 PM, Richard Henderson wrote: Add with value 0 so that structure zero initialization can indicate that the field is not present. Signed-off-by: Richard Henderson Reviewed-by: Philippe Mathieu-Daudé --- tcg/tcg-opc.h | 2 ++ tcg/tcg.c | 3 +++ 2 files changed, 5 i

[Qemu-devel] [PATCH 6/8] tcg: Add INDEX_op_invalid

2017-08-17 Thread Richard Henderson
Add with value 0 so that structure zero initialization can indicate that the field is not present. Signed-off-by: Richard Henderson --- tcg/tcg-opc.h | 2 ++ tcg/tcg.c | 3 +++ 2 files changed, 5 insertions(+) diff --git a/tcg/tcg-opc.h b/tcg/tcg-opc.h index 9162125fac..b1445a4c24 100644 --