blob: ddb76ce1c2a1c05ab22a3c666028d3dd55a75a47 [file] [log] [blame]
Marc-André Lureau91d00e52017-01-13 15:41:24 +01001\input texinfo
2@setfilename qemu-ga-ref.info
3
Peter Maydellfea346f2017-02-17 18:59:28 +00004@include version.texi
5
Marc-André Lureau91d00e52017-01-13 15:41:24 +01006@exampleindent 0
7@paragraphindent 0
8
9@settitle QEMU Guest Agent Protocol Reference
10
Marc-André Lureauc051a4c2017-01-13 15:41:30 +010011@iftex
12@center @image{docs/qemu_logo}
13@end iftex
14
Marc-André Lureau91d00e52017-01-13 15:41:24 +010015@copying
16This is the QEMU Guest Agent Protocol 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-GA-Ref: (qemu-ga-ref). QEMU Guest Agent Protocol Reference
39@end direntry
40
41@titlepage
42@title Guest Agent Protocol 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 Guest Agent protocol 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-ga-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