qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 18/22] tcg/riscv: Convert to tcg-target-conset.h


From: Peter Maydell
Subject: Re: [PATCH 18/22] tcg/riscv: Convert to tcg-target-conset.h
Date: Thu, 7 Jan 2021 18:08:57 +0000

On Wed, 23 Dec 2020 at 06:25, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
>  tcg/riscv/tcg-target-conset.h | 25 +++++++++++
>  tcg/riscv/tcg-target.h        |  1 +
>  tcg/riscv/tcg-target.c.inc    | 83 ++++++++++-------------------------
>  3 files changed, 49 insertions(+), 60 deletions(-)
>  create mode 100644 tcg/riscv/tcg-target-conset.h
>
> diff --git a/tcg/riscv/tcg-target-conset.h b/tcg/riscv/tcg-target-conset.h
> new file mode 100644
> index 0000000000..116dd75db2
> --- /dev/null
> +++ b/tcg/riscv/tcg-target-conset.h
> @@ -0,0 +1,25 @@
> +/* SPDX-License-Identifier: MIT */
> +/*
> + * RISC-V target-specific constaint sets.

"constraint"

> + * Copyright (c) 2020 Linaro
> + */
> +

(Also "conset.h" looks really like a typo for "const.h" which
is kinda confusing :-))
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]