diff options
| author | Daniel P. Berrangé <berrange@redhat.com> | 2024-11-18 16:12:35 +0100 |
|---|---|---|
| committer | Markus Armbruster <armbru@redhat.com> | 2025-02-10 15:33:29 +0100 |
| commit | 153b0989d8ec7e8ef660ed9a614964f3dbdf231f (patch) | |
| tree | e44a14be27bf1cda2489bd6d7090353e76bd8330 /include/qapi | |
| parent | 407bc4bf9027f7ac4333e47cd900d773b99a23e3 (diff) | |
| download | focaccia-qemu-153b0989d8ec7e8ef660ed9a614964f3dbdf231f.tar.gz focaccia-qemu-153b0989d8ec7e8ef660ed9a614964f3dbdf231f.zip | |
qapi: Move and rename qapi/qmp/dispatch.h to qapi/qmp-registry.h
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. include/qapi/qmp/dispatch.h corresponds mostly to qapi/qmp-registry.c. Move and rename it to include/qapi/qmp-registry.h. Now just qerror.h is left in include/qapi/qmp/. Since it's deprecated & (slowly) getting eliminated anyway, it isn't worth moving. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Zhao Liu <zhao1.liu@intel.com> Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-ID: <20241118151235.2665921-3-armbru@redhat.com>
Diffstat (limited to 'include/qapi')
| -rw-r--r-- | include/qapi/qmp-registry.h (renamed from include/qapi/qmp/dispatch.h) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/include/qapi/qmp/dispatch.h b/include/qapi/qmp-registry.h
index f2e956813a..f2e956813a 100644
--- a/include/qapi/qmp/dispatch.h
+++ b/include/qapi/qmp-registry.h
|