| 1 | /* AUTOMATICALLY GENERATED, DO NOT MODIFY */ |
|---|---|
| 2 | |
| 3 | /* |
| 4 | * Schema-defined QAPI/QMP commands |
| 5 | * |
| 6 | * Copyright IBM, Corp. 2011 |
| 7 | * Copyright (C) 2014-2018 Red Hat, Inc. |
| 8 | * |
| 9 | * This work is licensed under the terms of the GNU LGPL, version 2.1 or later. |
| 10 | * See the COPYING.LIB file in the top-level directory. |
| 11 | */ |
| 12 | |
| 13 | #ifndef QAPI_COMMANDS_H |
| 14 | #define QAPI_COMMANDS_H |
| 15 | |
| 16 | #include "qapi-commands-error.h" |
| 17 | #include "qapi-commands-common.h" |
| 18 | #include "qapi-commands-sockets.h" |
| 19 | #include "qapi-commands-run-state.h" |
| 20 | #include "qapi-commands-crypto.h" |
| 21 | #include "qapi-commands-block.h" |
| 22 | #include "qapi-commands-char.h" |
| 23 | #include "qapi-commands-dump.h" |
| 24 | #include "qapi-commands-job.h" |
| 25 | #include "qapi-commands-net.h" |
| 26 | #include "qapi-commands-rdma.h" |
| 27 | #include "qapi-commands-rocker.h" |
| 28 | #include "qapi-commands-tpm.h" |
| 29 | #include "qapi-commands-ui.h" |
| 30 | #include "qapi-commands-authz.h" |
| 31 | #include "qapi-commands-migration.h" |
| 32 | #include "qapi-commands-transaction.h" |
| 33 | #include "qapi-commands-trace.h" |
| 34 | #include "qapi-commands-introspect.h" |
| 35 | #include "qapi-commands-qom.h" |
| 36 | #include "qapi-commands-qdev.h" |
| 37 | #include "qapi-commands-machine.h" |
| 38 | #include "qapi-commands-machine-target.h" |
| 39 | #include "qapi-commands-misc.h" |
| 40 | #include "qapi-commands-misc-target.h" |
| 41 | #include "qapi-commands-audio.h" |
| 42 | #include "qapi-types.h" |
| 43 | #include "qapi/qmp/dispatch.h" |
| 44 | |
| 45 | void qmp_init_marshal(QmpCommandList *cmds); |
| 46 | |
| 47 | #endif /* QAPI_COMMANDS_H */ |
| 48 |