qapi-schema.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. # -*- Mode: Python -*-
  2. # vim: filetype=python
  3. ##
  4. # = Introduction
  5. #
  6. # This manual describes the commands and events supported by the QEMU
  7. # Monitor Protocol (QMP).
  8. #
  9. # For locating a particular item, please see the `qapi-qmp-index`.
  10. #
  11. # The following notation is used in examples:
  12. #
  13. # .. qmp-example::
  14. #
  15. # -> ... text sent by client (commands) ...
  16. # <- ... text sent by server (command responses and events) ...
  17. #
  18. # Example text is formatted for readability. However, in real
  19. # protocol usage, its commonly emitted as a single line.
  20. #
  21. # Please refer to the
  22. # :doc:`QEMU Machine Protocol Specification </interop/qmp-spec>`
  23. # for the general format of commands, responses, and events.
  24. ##
  25. { 'include': 'pragma.json' }
  26. # Documentation generated with qapi-gen.py is in source order, with
  27. # included sub-schemas inserted at the first include directive
  28. # (subsequent include directives have no effect). To get a sane and
  29. # stable order, it's best to include each sub-schema just once, or
  30. # include it first right here.
  31. { 'include': 'error.json' }
  32. { 'include': 'common.json' }
  33. { 'include': 'sockets.json' }
  34. { 'include': 'run-state.json' }
  35. { 'include': 'crypto.json' }
  36. { 'include': 'job.json' }
  37. { 'include': 'block.json' }
  38. { 'include': 'block-export.json' }
  39. { 'include': 'char.json' }
  40. { 'include': 'dump.json' }
  41. { 'include': 'net.json' }
  42. { 'include': 'ebpf.json' }
  43. { 'include': 'rocker.json' }
  44. { 'include': 'tpm.json' }
  45. { 'include': 'ui.json' }
  46. { 'include': 'authz.json' }
  47. { 'include': 'migration.json' }
  48. { 'include': 'transaction.json' }
  49. { 'include': 'trace.json' }
  50. { 'include': 'compat.json' }
  51. { 'include': 'control.json' }
  52. { 'include': 'introspect.json' }
  53. { 'include': 'qom.json' }
  54. { 'include': 'qdev.json' }
  55. { 'include': 'machine-common.json' }
  56. { 'include': 'machine.json' }
  57. { 'include': 'machine-target.json' }
  58. { 'include': 'replay.json' }
  59. { 'include': 'yank.json' }
  60. { 'include': 'misc.json' }
  61. { 'include': 'misc-target.json' }
  62. { 'include': 'audio.json' }
  63. { 'include': 'acpi.json' }
  64. { 'include': 'pci.json' }
  65. { 'include': 'stats.json' }
  66. { 'include': 'virtio.json' }
  67. { 'include': 'vfio.json' }
  68. { 'include': 'cryptodev.json' }
  69. { 'include': 'cxl.json' }
  70. { 'include': 'uefi.json' }