Re: [PATCH v2 00/29] first version of mcdstub

2023-10-13 Thread Alex Bennée
Nicolas Eder writes: > Signed-off-by: Nicolas Eder > > neder (29): I think you need to fix your author attribution here. > mcdstub initial commit, mcdstub file structure added > TCP chardev added, handshake with TRACE32 working > TCP packet handling added > queries for resets and tr

Re: [PATCH v2 00/29] first version of mcdstub

2023-10-06 Thread Philippe Mathieu-Daudé
On 6/10/23 11:05, Nicolas Eder wrote: SUMMARY === This patch-set introduces the first version of the mcdstub. The mcdstub is a debug interface, which enables debugging QEMU using the MCD (Multi-Core Debug) API. [...] neder (29): mcdstub initial commit, mcdstub file structure added

[PATCH v2 00/29] first version of mcdstub

2023-10-06 Thread Nicolas Eder
SUMMARY === This patch-set introduces the first version of the mcdstub. The mcdstub is a debug interface, which enables debugging QEMU using the MCD (Multi-Core Debug) API. The mcdstub uses TCP to communicate with the host debug software. However, because MCD is merely an API, the TCP communic