[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v4 02/71] tcg: Split out tcg_raise_tb_overflow
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PATCH v4 02/71] tcg: Split out tcg_raise_tb_overflow |
Date: |
Thu, 18 Feb 2021 23:22:01 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0 |
On 2/17/21 9:19 PM, Richard Henderson wrote:
> Allow other places in tcg to restart with a smaller tb.
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
> tcg/tcg.c | 9 +++++++--
> 1 file changed, 7 insertions(+), 2 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
- [PATCH v4 00/71] TCI fixes and cleanups, Richard Henderson, 2021/02/17
- [PATCH v4 01/71] tcg/tci: Use exec/cpu_ldst.h interfaces, Richard Henderson, 2021/02/17
- [PATCH v4 02/71] tcg: Split out tcg_raise_tb_overflow, Richard Henderson, 2021/02/17
- Re: [PATCH v4 02/71] tcg: Split out tcg_raise_tb_overflow,
Philippe Mathieu-Daudé <=
- [PATCH v4 03/71] tcg: Manage splitwx in tc_ptr_to_region_tree by hand, Richard Henderson, 2021/02/17
- [PATCH v4 04/71] tcg/tci: Merge identical cases in generation, Richard Henderson, 2021/02/17
- [PATCH v4 05/71] tcg/tci: Remove tci_read_r8, Richard Henderson, 2021/02/17
- [PATCH v4 06/71] tcg/tci: Remove tci_read_r8s, Richard Henderson, 2021/02/17
- [PATCH v4 07/71] tcg/tci: Remove tci_read_r16, Richard Henderson, 2021/02/17