Lines Matching refs:commands

34 The QAPI schema defines the Client JSON Protocol's commands and
39 by any commands or events, for the side effect of generated C code
181 Pragma 'command-name-exceptions' takes a list of commands whose names
184 Pragma 'command-returns-exceptions' takes a list of commands that may
187 Pragma 'documentation-exceptions' takes a list of types, commands, and
483 in pragma 'commands-returns-exceptions'. If you do this, extending
485 the pragma for new commands is strongly discouraged.
495 Some example commands::
513 section `Code generated for commands`_ for examples.
536 Please try to avoid adding new commands that rely on this, and instead
576 requires synchronization, but OOB commands can't take the BQL or any
613 In particular, HMP commands calling such a QMP command handler must be
614 marked ``.coroutine = true`` in hmp-commands.hx.
741 Types, commands, and events share a common namespace. Therefore,
750 existing older commands and complex types use underscore; when
972 commands and events), member (for structs and unions), branch (for
1010 "Returns" and "Errors" sections are only valid for commands. They
1217 SchemaInfo for commands and events have the same name as in the QAPI
1399 Clients send commands with argument data, and receive command
1403 compatible: adding commands, optional arguments, enumeration values,
1408 Incompatible changes include removing commands, command arguments,
1457 provides everything required to take JSON commands read in by a Client
1461 introspect the commands.
1737 Code generated for commands
1740 These are the marshaling/dispatch functions for the commands defined
1746 ``$(prefix)qapi-commands.c``
1750 ``$(prefix)qapi-commands.h``
1751 Function prototypes for the QMP commands specified in the schema
1753 ``$(prefix)qapi-commands.trace-events``
1756 ``$(prefix)qapi-init-commands.h``
1759 ``$(prefix)qapi-init-commands.c``
1764 $ cat qapi-generated/example-qapi-commands.h
1777 $ cat qapi-generated/example-qapi-commands.trace-events
1783 $ cat qapi-generated/example-qapi-commands.c
1852 $ cat qapi-generated/example-qapi-init-commands.h
1862 $ cat qapi-generated/example-qapi-init-commands.c
1876 SUBDIR/$(prefix)qapi-commands-SUBMODULE.h
1877 SUBDIR/$(prefix)qapi-commands-SUBMODULE.c