Re: [PATCH 08/25] gdbstub: Fix target_xml initialization

2023-10-10 Thread Alistair Francis
On Tue, Oct 10, 2023 at 4:36 AM Alex Bennée wrote: > > From: Akihiko Odaki > > target_xml is no longer a fixed-length array but a pointer to a > variable-length memory. > > Fixes: 56e534bd11 ("gdbstub: refactor get_feature_xml") > Signed-off-by: Akihiko Odaki > Reviewed-by: Philippe Mathieu-Daud

[PATCH 08/25] gdbstub: Fix target_xml initialization

2023-10-09 Thread Alex Bennée
From: Akihiko Odaki target_xml is no longer a fixed-length array but a pointer to a variable-length memory. Fixes: 56e534bd11 ("gdbstub: refactor get_feature_xml") Signed-off-by: Akihiko Odaki Reviewed-by: Philippe Mathieu-Daudé Message-Id: <20230912224107.29669-2-akihiko.od...@daynix.com> Sig