Marc-André Lureau | 91d00e5 | 2017-01-13 15:41:24 +0100 | [diff] [blame] | 1 | \input texinfo |
| 2 | @setfilename qemu-ga-ref.info |
| 3 | |
Peter Maydell | fea346f | 2017-02-17 18:59:28 +0000 | [diff] [blame] | 4 | @include version.texi |
| 5 | |
Marc-André Lureau | 91d00e5 | 2017-01-13 15:41:24 +0100 | [diff] [blame] | 6 | @exampleindent 0 |
| 7 | @paragraphindent 0 |
| 8 | |
| 9 | @settitle QEMU Guest Agent Protocol Reference |
| 10 | |
Marc-André Lureau | c051a4c | 2017-01-13 15:41:30 +0100 | [diff] [blame] | 11 | @iftex |
| 12 | @center @image{docs/qemu_logo} |
| 13 | @end iftex |
| 14 | |
Marc-André Lureau | 91d00e5 | 2017-01-13 15:41:24 +0100 | [diff] [blame] | 15 | @copying |
| 16 | This is the QEMU Guest Agent Protocol reference manual. |
| 17 | |
| 18 | Copyright @copyright{} 2016 The QEMU Project developers |
| 19 | |
| 20 | @quotation |
| 21 | This manual is free documentation: you can redistribute it and/or |
| 22 | modify it under the terms of the GNU General Public License as |
| 23 | published by the Free Software Foundation, either version 2 of the |
| 24 | License, or (at your option) any later version. |
| 25 | |
| 26 | This manual is distributed in the hope that it will be useful, but |
| 27 | WITHOUT ANY WARRANTY; without even the implied warranty of |
| 28 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 29 | General Public License for more details. |
| 30 | |
| 31 | You should have received a copy of the GNU General Public License |
| 32 | along 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 |