Re: [PATCH v2 01/20] mcd: Introduce Multi-Core Debug (MCD) API

2025-04-30 Thread Daniel P . Berrangé
On Wed, Apr 30, 2025 at 05:22:37PM +0200, Mario Fleischmann wrote: > On 30.04.2025 14:56, Daniel P. Berrangé wrote: > > On Wed, Apr 30, 2025 at 02:47:07PM +0200, Mario Fleischmann wrote: > >> On 30.04.2025 10:20, Daniel P. Berrangé wrote: > >>> On Wed, Apr 30, 2025 at 07:27:22AM +0200, Mario Fleisc

Re: [PATCH v2 01/20] mcd: Introduce Multi-Core Debug (MCD) API

2025-04-30 Thread Mario Fleischmann
On 30.04.2025 14:56, Daniel P. Berrangé wrote: > On Wed, Apr 30, 2025 at 02:47:07PM +0200, Mario Fleischmann wrote: >> On 30.04.2025 10:20, Daniel P. Berrangé wrote: >>> On Wed, Apr 30, 2025 at 07:27:22AM +0200, Mario Fleischmann wrote: [...] diff --git a/mcd/mcd_api.h b/mcd/mcd_api.h n

Re: [PATCH v2 01/20] mcd: Introduce Multi-Core Debug (MCD) API

2025-04-30 Thread Daniel P . Berrangé
On Wed, Apr 30, 2025 at 02:47:07PM +0200, Mario Fleischmann wrote: > On 30.04.2025 10:20, Daniel P. Berrangé wrote: > > > On Wed, Apr 30, 2025 at 07:27:22AM +0200, Mario Fleischmann wrote: > >> Formatting changes to mcd_api.h to compily with QEMU's coding style > >> guidelines: > >> > >> * limit

Re: [PATCH v2 01/20] mcd: Introduce Multi-Core Debug (MCD) API

2025-04-30 Thread Mario Fleischmann
On 30.04.2025 10:20, Daniel P. Berrangé wrote: > On Wed, Apr 30, 2025 at 07:27:22AM +0200, Mario Fleischmann wrote: >> Formatting changes to mcd_api.h to compily with QEMU's coding style >> guidelines: >> >> * limit line width to 80 >> * convert Doxygen to kernel-doc comments >> * avoid architect

Re: [PATCH v2 01/20] mcd: Introduce Multi-Core Debug (MCD) API

2025-04-30 Thread Daniel P . Berrangé
On Wed, Apr 30, 2025 at 07:27:22AM +0200, Mario Fleischmann wrote: > Formatting changes to mcd_api.h to compily with QEMU's coding style > guidelines: > > * limit line width to 80 > * convert Doxygen to kernel-doc comments > * avoid architecture specific defines > > The original MCD API version