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