[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v12 04/27] target: [tcg] Add generic translation
From: |
Lluís Vilanova |
Subject: |
Re: [Qemu-devel] [PATCH v12 04/27] target: [tcg] Add generic translation framework |
Date: |
Wed, 12 Jul 2017 11:50:48 +0300 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) |
Richard Henderson writes:
> On 07/11/2017 06:40 AM, Lluís Vilanova wrote:
>> Since other hooks can set db->is_jmp and return values (breakpoint_check),
>> I'll
>> stick with db->is_jmp instead. Then tb_start can return max_insns, and
>> generic
>> code can refine it with checks like single-stepping.
> No, you misunderstand. For SH4 I need to override single-stepping, icount,
> and
> anything else that produces a TB smaller than the atomic region.
I see, ok.
Cheers,
Lluis
- [Qemu-devel] [PATCH v12 02/27] cpu-exec: Avoid global variables in icount-related functions, (continued)
- [Qemu-devel] [PATCH v12 02/27] cpu-exec: Avoid global variables in icount-related functions, Lluís Vilanova, 2017/07/07
- [Qemu-devel] [PATCH v12 03/27] target: [tcg] Use a generic enum for DISAS_ values, Lluís Vilanova, 2017/07/07
- [Qemu-devel] [PATCH v12 04/27] target: [tcg] Add generic translation framework, Lluís Vilanova, 2017/07/07
- [Qemu-devel] [PATCH v12 05/27] target/i386: [tcg] Port to DisasContextBase, Lluís Vilanova, 2017/07/07
- [Qemu-devel] [PATCH v12 06/27] target/i386: [tcg] Port to init_disas_context, Lluís Vilanova, 2017/07/07
- [Qemu-devel] [PATCH v12 07/27] target/i386: [tcg] Port to insn_start, Lluís Vilanova, 2017/07/07