Re: [PATCH v2 01/31] include: move include/qapi/qmp/ to include/qobject/

2024-11-15 Thread Daniel P . Berrangé
On Thu, Nov 14, 2024 at 03:30:47PM +0100, Markus Armbruster wrote: > Daniel P. Berrangé writes: > > > The general expectation is that header files should follow the same > > file/path naming scheme as the corresponding source file. There are > > various historical exceptions to this practice in Q

Re: [PATCH v2 01/31] include: move include/qapi/qmp/ to include/qobject/

2024-11-14 Thread Markus Armbruster
Daniel P. Berrangé writes: > The general expectation is that header files should follow the same > file/path naming scheme as the corresponding source file. There are > various historical exceptions to this practice in QEMU, with one of > the most notable being the include/qapi/qmp/ directory. Mo

Re: [PATCH v2 01/31] include: move include/qapi/qmp/ to include/qobject/

2024-10-18 Thread Zhao Liu
On Thu, Oct 17, 2024 at 12:33:13PM +0100, Daniel P. Berrangé wrote: > Date: Thu, 17 Oct 2024 12:33:13 +0100 > From: "Daniel P. Berrangé" > Subject: [PATCH v2 01/31] include: move include/qapi/qmp/ to > include/qobject/ > > The general expectation is that header

[PATCH v2 01/31] include: move include/qapi/qmp/ to include/qobject/

2024-10-17 Thread Daniel P . Berrangé
The general expectation is that header files should follow the same file/path naming scheme as the corresponding source file. There are various historical exceptions to this practice in QEMU, with one of the most notable being the include/qapi/qmp/ directory. Most of the headers there correspond to