[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 24/60] target/arm: Split out cpregs.h
From: |
Peter Maydell |
Subject: |
Re: [PATCH v3 24/60] target/arm: Split out cpregs.h |
Date: |
Thu, 21 Apr 2022 20:14:06 +0100 |
On Sun, 17 Apr 2022 at 19:14, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> Move ARMCPRegInfo and all related declarations to a new
> internal header, out of the public cpu.h.
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> +#ifndef TARGET_ARM_CPREGS_H
> +#define TARGET_ARM_CPREGS_H 1
Our usual style doesn't have the "1" on these include-guard defines.
Otherwise
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM
- Re: [PATCH v3 29/60] target/arm: Change cpreg access permissions to enum, (continued)
- [PATCH v3 21/60] target/arm: Use tcg_constant in translate-sve.c, Richard Henderson, 2022/04/17
- [PATCH v3 25/60] target/arm: Reorg CPAccessResult and access_check_cp_reg, Richard Henderson, 2022/04/17
- [PATCH v3 27/60] target/arm: Make some more cpreg data static const, Richard Henderson, 2022/04/17
- [PATCH v3 24/60] target/arm: Split out cpregs.h, Richard Henderson, 2022/04/17
- [PATCH v3 17/60] target/arm: Use tcg_constant in translate.c, Richard Henderson, 2022/04/17
- [PATCH v3 23/60] target/arm: Use tcg_constant_i32 in translate.h, Richard Henderson, 2022/04/17
- [PATCH v3 26/60] target/arm: Replace sentinels with ARRAY_SIZE in cpregs.h, Richard Henderson, 2022/04/17