summary refs log tree commit diff stats
path: root/docs/interop/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/interop/conf.py')
-rw-r--r--docs/interop/conf.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/interop/conf.py b/docs/interop/conf.py
index 42ce7e3d36..2634ca3410 100644
--- a/docs/interop/conf.py
+++ b/docs/interop/conf.py
@@ -19,4 +19,8 @@ html_theme_options['description'] = u'System Emulation Management and Interopera
 man_pages = [
     ('qemu-ga', 'qemu-ga', u'QEMU Guest Agent',
      ['Michael Roth <mdroth@linux.vnet.ibm.com>'], 8),
+    ('qemu-ga-ref', 'qemu-ga-ref', 'QEMU Guest Agent Protocol Reference',
+     [], 7),
+    ('qemu-qmp-ref', 'qemu-qmp-ref', 'QEMU QMP Reference Manual',
+     [], 7),
 ]