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