Re: [PATCH 0/2] qapi/qapi-schema: Clarify the dependency relationship

2024-05-30 Thread Zhao Liu
Hi Eric and Markus, Just a gentle poke. What do you think of this ordering? Thanks, Zhao On Fri, May 17, 2024 at 02:27:46PM +0800, Zhao Liu wrote: > Date: Fri, 17 May 2024 14:27:46 +0800 > From: Zhao Liu > Subject: [PATCH 0/2] qapi/qapi-schema: Clarify the dependency relationship &

[PATCH 0/2] qapi/qapi-schema: Clarify the dependency relationship

2024-05-17 Thread Zhao Liu
Hi, At present, the correctness of the dependencies of JSON files is ensured by the order in which they are listed, but in general, the mixing of multiple files and the lack of clear guidelines for ordering them is not friendly to extending and maintaining. Therefore, I have a proposal to