Searched hist:"00 ca24ff9e5fc3c6ae608226908e6864ad8193a8" (Results 1 – 8 of 8) sorted by relevance
/qemu/tests/unit/ |
H A D | test-qmp-cmds.c | 00ca24ff9e5fc3c6ae608226908e6864ad8193a8 Wed Nov 20 18:25:48 UTC 2019 Markus Armbruster <armbru@redhat.com> qapi: Generate command registration stuff into separate files
Having to include qapi-commands.h just for qmp_init_marshal() is suboptimal. Generate it into separate files. This lets monitor/misc.c, qga/main.c, and the generated qapi-commands-FOO.h include less.
Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20191120182551.23795-4-armbru@redhat.com> [Typos in docs/devel/qapi-code-gen.txt fixed] Reviewed-by: Eric Blake <eblake@redhat.com>
|
/qemu/monitor/ |
H A D | hmp-target.c | 00ca24ff9e5fc3c6ae608226908e6864ad8193a8 Wed Nov 20 18:25:48 UTC 2019 Markus Armbruster <armbru@redhat.com> qapi: Generate command registration stuff into separate files
Having to include qapi-commands.h just for qmp_init_marshal() is suboptimal. Generate it into separate files. This lets monitor/misc.c, qga/main.c, and the generated qapi-commands-FOO.h include less.
Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20191120182551.23795-4-armbru@redhat.com> [Typos in docs/devel/qapi-code-gen.txt fixed] Reviewed-by: Eric Blake <eblake@redhat.com>
|
/qemu/scripts/qapi/ |
H A D | commands.py | 00ca24ff9e5fc3c6ae608226908e6864ad8193a8 Wed Nov 20 18:25:48 UTC 2019 Markus Armbruster <armbru@redhat.com> qapi: Generate command registration stuff into separate files
Having to include qapi-commands.h just for qmp_init_marshal() is suboptimal. Generate it into separate files. This lets monitor/misc.c, qga/main.c, and the generated qapi-commands-FOO.h include less.
Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20191120182551.23795-4-armbru@redhat.com> [Typos in docs/devel/qapi-code-gen.txt fixed] Reviewed-by: Eric Blake <eblake@redhat.com>
|
/qemu/docs/devel/ |
H A D | qapi-code-gen.rst | 00ca24ff9e5fc3c6ae608226908e6864ad8193a8 Wed Nov 20 18:25:48 UTC 2019 Markus Armbruster <armbru@redhat.com> qapi: Generate command registration stuff into separate files
Having to include qapi-commands.h just for qmp_init_marshal() is suboptimal. Generate it into separate files. This lets monitor/misc.c, qga/main.c, and the generated qapi-commands-FOO.h include less.
Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20191120182551.23795-4-armbru@redhat.com> [Typos in docs/devel/qapi-code-gen.txt fixed] Reviewed-by: Eric Blake <eblake@redhat.com>
|
/qemu/qga/ |
H A D | main.c | 00ca24ff9e5fc3c6ae608226908e6864ad8193a8 Wed Nov 20 18:25:48 UTC 2019 Markus Armbruster <armbru@redhat.com> qapi: Generate command registration stuff into separate files
Having to include qapi-commands.h just for qmp_init_marshal() is suboptimal. Generate it into separate files. This lets monitor/misc.c, qga/main.c, and the generated qapi-commands-FOO.h include less.
Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20191120182551.23795-4-armbru@redhat.com> [Typos in docs/devel/qapi-code-gen.txt fixed] Reviewed-by: Eric Blake <eblake@redhat.com>
|
/qemu/ |
H A D | .gitignore | 00ca24ff9e5fc3c6ae608226908e6864ad8193a8 Wed Nov 20 18:25:48 UTC 2019 Markus Armbruster <armbru@redhat.com> qapi: Generate command registration stuff into separate files
Having to include qapi-commands.h just for qmp_init_marshal() is suboptimal. Generate it into separate files. This lets monitor/misc.c, qga/main.c, and the generated qapi-commands-FOO.h include less.
Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20191120182551.23795-4-armbru@redhat.com> [Typos in docs/devel/qapi-code-gen.txt fixed] Reviewed-by: Eric Blake <eblake@redhat.com>
|
H A D | Makefile | 00ca24ff9e5fc3c6ae608226908e6864ad8193a8 Wed Nov 20 18:25:48 UTC 2019 Markus Armbruster <armbru@redhat.com> qapi: Generate command registration stuff into separate files
Having to include qapi-commands.h just for qmp_init_marshal() is suboptimal. Generate it into separate files. This lets monitor/misc.c, qga/main.c, and the generated qapi-commands-FOO.h include less.
Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20191120182551.23795-4-armbru@redhat.com> [Typos in docs/devel/qapi-code-gen.txt fixed] Reviewed-by: Eric Blake <eblake@redhat.com>
|
/qemu/tests/ |
H A D | Makefile.include | 00ca24ff9e5fc3c6ae608226908e6864ad8193a8 Wed Nov 20 18:25:48 UTC 2019 Markus Armbruster <armbru@redhat.com> qapi: Generate command registration stuff into separate files
Having to include qapi-commands.h just for qmp_init_marshal() is suboptimal. Generate it into separate files. This lets monitor/misc.c, qga/main.c, and the generated qapi-commands-FOO.h include less.
Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20191120182551.23795-4-armbru@redhat.com> [Typos in docs/devel/qapi-code-gen.txt fixed] Reviewed-by: Eric Blake <eblake@redhat.com>
|