Re: [Qemu-devel] [PATCH] tci: Remove invalid assertions

2017-02-03 Thread Peter Maydell
On 2 February 2017 at 19:56, Stefan Weil wrote: > tb_jmp_insn_offset and tb_jmp_reset_offset are pointers > and cannot be used with ARRAY_SIZE. > > Signed-off-by: Stefan Weil > --- > tcg/tci/tcg-target.inc.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/tcg/tci/tcg-target.inc.c b/tcg

Re: [Qemu-devel] [PATCH] tci: Remove invalid assertions

2017-02-02 Thread Michael S. Tsirkin
On Thu, Feb 02, 2017 at 09:10:26PM +0100, Stefan Weil wrote: > Am 02.02.2017 um 21:00 schrieb Eric Blake: > > On 02/02/2017 01:56 PM, Stefan Weil wrote: > > > tb_jmp_insn_offset and tb_jmp_reset_offset are pointers > > > and cannot be used with ARRAY_SIZE. > > > > > > Signed-off-by: Stefan Weil >

Re: [Qemu-devel] [PATCH] tci: Remove invalid assertions

2017-02-02 Thread Eric Blake
On 02/02/2017 02:10 PM, Stefan Weil wrote: > Am 02.02.2017 um 21:00 schrieb Eric Blake: >> On 02/02/2017 01:56 PM, Stefan Weil wrote: >>> tb_jmp_insn_offset and tb_jmp_reset_offset are pointers >>> and cannot be used with ARRAY_SIZE. >>> >> mst posted an alternative patch: >> https://lists.gnu.org

Re: [Qemu-devel] [PATCH] tci: Remove invalid assertions

2017-02-02 Thread Stefan Weil
Am 02.02.2017 um 21:00 schrieb Eric Blake: On 02/02/2017 01:56 PM, Stefan Weil wrote: tb_jmp_insn_offset and tb_jmp_reset_offset are pointers and cannot be used with ARRAY_SIZE. Signed-off-by: Stefan Weil --- tcg/tci/tcg-target.inc.c | 2 -- 1 file changed, 2 deletions(-) mst posted an alte

Re: [Qemu-devel] [PATCH] tci: Remove invalid assertions

2017-02-02 Thread Eric Blake
On 02/02/2017 01:56 PM, Stefan Weil wrote: > tb_jmp_insn_offset and tb_jmp_reset_offset are pointers > and cannot be used with ARRAY_SIZE. > > Signed-off-by: Stefan Weil > --- > tcg/tci/tcg-target.inc.c | 2 -- > 1 file changed, 2 deletions(-) mst posted an alternative patch: https://lists.gnu.