Re: [PATCH v2 07/20] mcd: Implement target initialization API

2025-05-20 Thread Markus Armbruster
Mario Fleischmann writes: > On 15.05.2025 15:02, Markus Armbruster wrote: > >> Mario Fleischmann writes: >> >>> The target initialization API ensures that the requested and provided >>> MCD versions are compatible. >>> >>> * implement mcd_initialize_f and mcd_qry_error_info_f in mcdserver >>> *

Re: [PATCH v2 07/20] mcd: Implement target initialization API

2025-05-19 Thread Mario Fleischmann
On 15.05.2025 15:02, Markus Armbruster wrote: > Mario Fleischmann writes: > >> The target initialization API ensures that the requested and provided >> MCD versions are compatible. >> >> * implement mcd_initialize_f and mcd_qry_error_info_f in mcdserver >> * implement QMP stub functionality >> *

Re: [PATCH v2 07/20] mcd: Implement target initialization API

2025-05-15 Thread Markus Armbruster
Mario Fleischmann writes: > The target initialization API ensures that the requested and provided > MCD versions are compatible. > > * implement mcd_initialize_f and mcd_qry_error_info_f in mcdserver > * implement QMP stub functionality > * add QTest > > Thanks to the QMP integration in QTest, fu

Re: [PATCH v2 07/20] mcd: Implement target initialization API

2025-05-15 Thread Markus Armbruster
Mario Fleischmann writes: > Thank you very much for the review! > > On 08.05.2025 14:04, Markus Armbruster wrote: > >> Mario Fleischmann writes: >> >>> The target initialization API ensures that the requested and provided >>> MCD versions are compatible. >>> >>> * implement mcd_initialize_f and

Re: [PATCH v2 07/20] mcd: Implement target initialization API

2025-05-14 Thread Mario Fleischmann
Thank you very much for the review! On 08.05.2025 14:04, Markus Armbruster wrote: > Mario Fleischmann writes: > >> The target initialization API ensures that the requested and provided >> MCD versions are compatible. >> >> * implement mcd_initialize_f and mcd_qry_error_info_f in mcdserver >> *

Re: [PATCH v2 07/20] mcd: Implement target initialization API

2025-05-08 Thread Markus Armbruster
Mario Fleischmann writes: > The target initialization API ensures that the requested and provided > MCD versions are compatible. > > * implement mcd_initialize_f and mcd_qry_error_info_f in mcdserver > * implement QMP stub functionality > * add QTest > > Thanks to the QMP integration in QTest, fu

[PATCH v2 07/20] mcd: Implement target initialization API

2025-04-29 Thread Mario Fleischmann
The target initialization API ensures that the requested and provided MCD versions are compatible. * implement mcd_initialize_f and mcd_qry_error_info_f in mcdserver * implement QMP stub functionality * add QTest Thanks to the QMP integration in QTest, function arguments and results can be (de)se