[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH mcdstub] first version of mcdstub
|
From: |
Philippe Mathieu-Daudé |
|
Subject: |
Re: [PATCH mcdstub] first version of mcdstub |
|
Date: |
Fri, 6 Oct 2023 10:12:50 +0200 |
|
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.15.1 |
Hi Nicolas,
On 6/10/23 09:41, 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.
The mcdstub uses TCP to communicate with the host debug software. However,
because MCD is merely an API, the TCP communication is not part of
the MCD spec but specific to this project.
[...]
Thanks for this contribution!
Unfortunately your patch series isn't correctly formatted,
so it is too hard to review as it.
I recommend the git-publish tool which usually "do the right
thing" and is very easy to use:
https://github.com/stefanha/git-publish#how-to-install
Looking forward to review your v2!
Regards,
Phil.