Re: [PATCH 02/18] gdbstub: Move phy_memory_mode to GDBSystemState

2024-10-05 Thread Richard Henderson
On 9/23/24 09:12, Ilya Leoshkevich wrote: Follow the convention that all the pieces of the global stub state must be inside a single struct. Signed-off-by: Ilya Leoshkevich --- gdbstub/system.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gdbstub/system.c

[PATCH 02/18] gdbstub: Move phy_memory_mode to GDBSystemState

2024-09-23 Thread Ilya Leoshkevich
Follow the convention that all the pieces of the global stub state must be inside a single struct. Signed-off-by: Ilya Leoshkevich --- gdbstub/system.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gdbstub/system.c b/gdbstub/system.c index 1ad87fe7fdf..5ce357c6