[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 01/10] target/mips: Drop left-over comment about Jazz machine
From: |
Peter Maydell |
Subject: |
Re: [PATCH 01/10] target/mips: Drop left-over comment about Jazz machine |
Date: |
Fri, 15 Nov 2024 15:39:54 +0000 |
On Fri, 15 Nov 2024 at 15:21, Philippe Mathieu-Daudé <philmd@linaro.org> wrote:
>
> Commit 3803b6b427 ("target/mips: Fold jazz behaviour into
> mips_cpu_do_transaction_failed") removed update on TCGCPUOps
> and commit 119065574d ("hw/core: Constify TCGCPUOps") made
> it const. Remove the now irrelevant comment.
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM
- [PATCH 00/10] accel/tcg: API prototype cleanups, Philippe Mathieu-Daudé, 2024/11/15
- [PATCH 01/10] target/mips: Drop left-over comment about Jazz machine, Philippe Mathieu-Daudé, 2024/11/15
- [PATCH 02/10] target/loongarch: Declare loongarch_cpu_dump_state() locally, Philippe Mathieu-Daudé, 2024/11/15
- [PATCH 03/10] target/sparc: Move sparc_restore_state_to_opc() to cpu.c, Philippe Mathieu-Daudé, 2024/11/15
- [PATCH 04/10] accel/tcg: Ensure frontends define restore_state_to_opc handler, Philippe Mathieu-Daudé, 2024/11/15
- [PATCH 06/10] accel/tcg: Remove cpu_unwind_state_data() unused CPUState argument, Philippe Mathieu-Daudé, 2024/11/15