Re: [Qemu-devel] [PATCH v3 05/25] tcg: Allow extra data to be attached to insn_start

2015-09-23 Thread Richard Henderson
On 09/23/2015 07:55 AM, Kevin O'Connor wrote: > On Tue, Sep 22, 2015 at 01:24:47PM -0700, Richard Henderson wrote: >> With an eye toward having this data replace the gen_opc_* arrays >> that each target collects in order to enable restore_state_from_tb. > > Hi Richard, > > Instead of having each

Re: [Qemu-devel] [PATCH v3 05/25] tcg: Allow extra data to be attached to insn_start

2015-09-23 Thread Richard Henderson
On 09/23/2015 07:55 AM, Kevin O'Connor wrote: > On Tue, Sep 22, 2015 at 01:24:47PM -0700, Richard Henderson wrote: >> With an eye toward having this data replace the gen_opc_* arrays >> that each target collects in order to enable restore_state_from_tb. > > Hi Richard, > > Instead of having each

Re: [Qemu-devel] [PATCH v3 05/25] tcg: Allow extra data to be attached to insn_start

2015-09-23 Thread Kevin O'Connor
On Tue, Sep 22, 2015 at 01:24:47PM -0700, Richard Henderson wrote: > With an eye toward having this data replace the gen_opc_* arrays > that each target collects in order to enable restore_state_from_tb. Hi Richard, Instead of having each architecture front-end determine the constants to be resto

[Qemu-devel] [PATCH v3 05/25] tcg: Allow extra data to be attached to insn_start

2015-09-22 Thread Richard Henderson
With an eye toward having this data replace the gen_opc_* arrays that each target collects in order to enable restore_state_from_tb. Reviewed-by: Aurelien Jarno Reviewed-by: Peter Maydell Signed-off-by: Richard Henderson --- tcg/tcg-op.h | 52 --