[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/4] gdbstub and TCG plugin improvements
From: |
Akihiko Odaki |
Subject: |
[PATCH 0/4] gdbstub and TCG plugin improvements |
Date: |
Thu, 12 Oct 2023 14:42:15 +0900 |
This series extracts fixes and refactorings that can be applied
independently from "[PATCH v9 00/23] plugins: Allow to read registers".
The patch "target/riscv: Move MISA limits to class" was replaced with
patch "target/riscv: Move misa_mxl_max to class" since I found instances
may have different misa_ext_mask.
Akihiko Odaki (4):
target/riscv: Remove misa_mxl validation
target/riscv: Move misa_mxl_max to class
target/riscv: Validate misa_mxl_max only once
plugins: Remove an extra parameter
target/riscv/cpu-qom.h | 1 +
target/riscv/cpu.h | 1 -
accel/tcg/plugin-gen.c | 9 +--
hw/riscv/boot.c | 2 +-
target/riscv/cpu.c | 142 +++++++++++++++++----------------------
target/riscv/gdbstub.c | 12 ++--
target/riscv/machine.c | 7 +-
target/riscv/translate.c | 3 +-
8 files changed, 81 insertions(+), 96 deletions(-)
--
2.42.0
- [PATCH 0/4] gdbstub and TCG plugin improvements,
Akihiko Odaki <=
[PATCH 2/4] target/riscv: Move misa_mxl_max to class, Akihiko Odaki, 2023/10/12
[PATCH 3/4] target/riscv: Validate misa_mxl_max only once, Akihiko Odaki, 2023/10/12
[PATCH 4/4] plugins: Remove an extra parameter, Akihiko Odaki, 2023/10/12