[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 03/14] target/s390x: Update CR9 bits
From: |
Ilya Leoshkevich |
Subject: |
Re: [PATCH 03/14] target/s390x: Update CR9 bits |
Date: |
Wed, 22 May 2024 22:51:37 +0200 |
User-agent: |
Evolution 3.50.4 (3.50.4-1.fc39) |
On Wed, 2024-05-01 at 22:44 -0700, Richard Henderson wrote:
> Update from the PoO 14th edition.
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
> target/s390x/cpu.h | 18 +++++++++++-------
> target/s390x/tcg/misc_helper.c | 2 +-
> 2 files changed, 12 insertions(+), 8 deletions(-)
Reviewed-by: Ilya Leoshkevich <iii@linux.ibm.com>
- [PATCH 00/14] target/s390x: Fix and improve PER, Richard Henderson, 2024/05/02
- [PATCH 04/14] target/s390x: Record separate PER bits in TB flags, Richard Henderson, 2024/05/02
- [PATCH 01/14] target/s390x: Do not use unwind for per_check_exception, Richard Henderson, 2024/05/02
- [PATCH 02/14] target/s390x: Move cpu_get_tb_cpu_state out of line, Richard Henderson, 2024/05/02
- [PATCH 03/14] target/s390x: Update CR9 bits, Richard Henderson, 2024/05/02
- [PATCH 05/14] target/s390x: Disable conditional branch-to-next for PER, Richard Henderson, 2024/05/02
- [PATCH 10/14] target/s390x: Raise exception from per_store_real, Richard Henderson, 2024/05/02
- [PATCH 11/14] target/s390x: Fix helper_per_ifetch flags, Richard Henderson, 2024/05/02
- [PATCH 13/14] target/s390x: Adjust check of noreturn in translate_one, Richard Henderson, 2024/05/02
- [PATCH 07/14] target/s390x: Simplify help_branch, Richard Henderson, 2024/05/02
- [PATCH 12/14] target/s390x: Simplify per_ifetch, per_check_exception, Richard Henderson, 2024/05/02
- [PATCH 08/14] target/s390x: Split per_breaking_event from per_branch_*, Richard Henderson, 2024/05/02
- [PATCH 09/14] target/s390x: Raise exception from helper_per_branch, Richard Henderson, 2024/05/02