Re: [PATCH v3 19/20] gdbstub: Implement qGDBServerVersion packet

2025-05-27 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > On 21/5/25 17:42, Alex Bennée wrote: >> From: Dominik 'Disconnect3d' Czarnota >> This commit adds support for the `qGDBServerVersion` packet to the >> qemu >> gdbstub which could be used by clients to detect the QEMU version >> (and, e.g., use a workaround for k

Re: [PATCH v3 19/20] gdbstub: Implement qGDBServerVersion packet

2025-05-25 Thread Philippe Mathieu-Daudé
On 21/5/25 17:42, Alex Bennée wrote: From: Dominik 'Disconnect3d' Czarnota This commit adds support for the `qGDBServerVersion` packet to the qemu gdbstub which could be used by clients to detect the QEMU version (and, e.g., use a workaround for known bugs). This packet is not documented/stan

Re: [PATCH v3 19/20] gdbstub: Implement qGDBServerVersion packet

2025-05-22 Thread Akihiko Odaki
On 2025/05/22 19:05, Alex Bennée wrote: Akihiko Odaki writes: On 2025/05/22 1:42, Alex Bennée wrote: From: Dominik 'Disconnect3d' Czarnota This commit adds support for the `qGDBServerVersion` packet to the qemu gdbstub which could be used by clients to detect the QEMU version (and, e.g., us

Re: [PATCH v3 19/20] gdbstub: Implement qGDBServerVersion packet

2025-05-22 Thread Alex Bennée
Akihiko Odaki writes: > On 2025/05/22 1:42, Alex Bennée wrote: >> From: Dominik 'Disconnect3d' Czarnota >> This commit adds support for the `qGDBServerVersion` packet to the >> qemu >> gdbstub which could be used by clients to detect the QEMU version >> (and, e.g., use a workaround for known bu

Re: [PATCH v3 19/20] gdbstub: Implement qGDBServerVersion packet

2025-05-21 Thread Akihiko Odaki
On 2025/05/22 1:42, Alex Bennée wrote: From: Dominik 'Disconnect3d' Czarnota This commit adds support for the `qGDBServerVersion` packet to the qemu gdbstub which could be used by clients to detect the QEMU version (and, e.g., use a workaround for known bugs). This packet is not documented/st

[PATCH v3 19/20] gdbstub: Implement qGDBServerVersion packet

2025-05-21 Thread Alex Bennée
From: Dominik 'Disconnect3d' Czarnota This commit adds support for the `qGDBServerVersion` packet to the qemu gdbstub which could be used by clients to detect the QEMU version (and, e.g., use a workaround for known bugs). This packet is not documented/standarized by GDB but it was implemented b