On 09/10/2017 09:39 AM, Lluís Vilanova wrote:
>          if (TRACE_GUEST_INST_AFTER_ENABLED && translated_insn) {
>              trace_guest_inst_after_tcg(cpu, tcg_ctx.tcg_env, pc_insn);
>          }
> +        if (TRACE_GUEST_INST_INFO_AFTER_ENABLED && translated_insn) {
> +            trace_guest_inst_info_after_tcg(
> +                cpu, tcg_ctx.tcg_env, pc_insn, insn_size);
> +        }

Same comments re guest_inst + guest_inst_info, really.


r~

Reply via email to