Re: [PATCH v11 0/3] gdbstub and TCG plugin improvements

2024-02-06 Thread Akihiko Odaki
On 2024/02/05 18:31, Alex Bennée wrote: Akihiko Odaki writes: On 2024/02/03 22:58, Alex Bennée wrote: Akihiko Odaki writes: On 2024/02/03 20:08, Alex Bennée wrote: Akihiko Odaki writes: This series extracts fixes and refactorings that can be applied independently from "[PATCH v9

Re: [PATCH v11 0/3] gdbstub and TCG plugin improvements

2024-02-05 Thread Alex Bennée
Pierrick Bouvier writes: > On 2/5/24 13:31, Alex Bennée wrote: >> Akihiko Odaki writes: >> >>> On 2024/02/03 22:58, Alex Bennée wrote: Akihiko Odaki writes: > On 2024/02/03 20:08, Alex Bennée wrote: >> Akihiko Odaki writes: >> >>> This series extracts fixes and

Re: [PATCH v11 0/3] gdbstub and TCG plugin improvements

2024-02-05 Thread Pierrick Bouvier
On 2/5/24 13:31, Alex Bennée wrote: Akihiko Odaki writes: On 2024/02/03 22:58, Alex Bennée wrote: Akihiko Odaki writes: On 2024/02/03 20:08, Alex Bennée wrote: Akihiko Odaki writes: This series extracts fixes and refactorings that can be applied independently from "[PATCH v9 00/23]

Re: [PATCH v11 0/3] gdbstub and TCG plugin improvements

2024-02-05 Thread Alex Bennée
Akihiko Odaki writes: > On 2024/02/03 22:58, Alex Bennée wrote: >> Akihiko Odaki writes: >> >>> On 2024/02/03 20:08, Alex Bennée wrote: Akihiko Odaki writes: > This series extracts fixes and refactorings that can be applied > independently from "[PATCH v9 00/23] plugins:

Re: [PATCH v11 0/3] gdbstub and TCG plugin improvements

2024-02-04 Thread Alistair Francis
On Sat, Feb 3, 2024 at 8:12 PM Akihiko Odaki wrote: > > 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

Re: [PATCH v11 0/3] gdbstub and TCG plugin improvements

2024-02-03 Thread Akihiko Odaki
On 2024/02/03 22:58, Alex Bennée wrote: Akihiko Odaki writes: On 2024/02/03 20:08, Alex Bennée wrote: Akihiko Odaki writes: 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:

Re: [PATCH v11 0/3] gdbstub and TCG plugin improvements

2024-02-03 Thread Alex Bennée
Akihiko Odaki writes: > On 2024/02/03 20:08, Alex Bennée wrote: >> Akihiko Odaki writes: >> >>> 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

Re: [PATCH v11 0/3] gdbstub and TCG plugin improvements

2024-02-03 Thread Akihiko Odaki
On 2024/02/03 20:08, Alex Bennée wrote: Akihiko Odaki writes: 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:

Re: [PATCH v11 0/3] gdbstub and TCG plugin improvements

2024-02-03 Thread Alex Bennée
Akihiko Odaki writes: > 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

[PATCH v11 0/3] gdbstub and TCG plugin improvements

2024-02-03 Thread Akihiko Odaki
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