qemu-qmp-ref.texi 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. \input texinfo
  2. @setfilename qemu-qmp-ref.info
  3. @include version.texi
  4. @exampleindent 0
  5. @paragraphindent 0
  6. @settitle QEMU QMP Reference Manual
  7. @iftex
  8. @center @image{docs/qemu_logo}
  9. @end iftex
  10. @copying
  11. This is the QEMU QMP reference manual.
  12. Copyright @copyright{} 2016 The QEMU Project developers
  13. @quotation
  14. This manual is free documentation: you can redistribute it and/or
  15. modify it under the terms of the GNU General Public License as
  16. published by the Free Software Foundation, either version 2 of the
  17. License, or (at your option) any later version.
  18. This manual is distributed in the hope that it will be useful, but
  19. WITHOUT ANY WARRANTY; without even the implied warranty of
  20. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  21. General Public License for more details.
  22. You should have received a copy of the GNU General Public License
  23. along with this manual. If not, see http://www.gnu.org/licenses/.
  24. @end quotation
  25. @end copying
  26. @dircategory QEMU
  27. @direntry
  28. * QEMU-QMP-Ref: (qemu-qmp-ref). QEMU QMP Reference Manual
  29. @end direntry
  30. @titlepage
  31. @title QMP Reference Manual
  32. @subtitle QEMU version @value{VERSION}
  33. @page
  34. @vskip 0pt plus 1filll
  35. @insertcopying
  36. @end titlepage
  37. @contents
  38. @ifnottex
  39. @node Top
  40. @top QEMU QMP reference
  41. @end ifnottex
  42. @menu
  43. * API Reference::
  44. * Commands and Events Index::
  45. * Data Types Index::
  46. @end menu
  47. @node API Reference
  48. @chapter API Reference
  49. @c for texi2pod:
  50. @c man begin DESCRIPTION
  51. @include qemu-qmp-qapi.texi
  52. @c man end
  53. @node Commands and Events Index
  54. @unnumbered Commands and Events Index
  55. @printindex fn
  56. @node Data Types Index
  57. @unnumbered Data Types Index
  58. @printindex tp
  59. @bye