aboutsummaryrefslogtreecommitdiffstats
path: root/docs/xen-api/xenapi.tex
diff options
context:
space:
mode:
Diffstat (limited to 'docs/xen-api/xenapi.tex')
-rw-r--r--docs/xen-api/xenapi.tex56
1 files changed, 56 insertions, 0 deletions
diff --git a/docs/xen-api/xenapi.tex b/docs/xen-api/xenapi.tex
new file mode 100644
index 0000000000..ff8cfa9fcc
--- /dev/null
+++ b/docs/xen-api/xenapi.tex
@@ -0,0 +1,56 @@
+%
+% Copyright (c) 2006 XenSource, Inc.
+%
+% Permission is granted to copy, distribute and/or modify this document under
+% the terms of the GNU Free Documentation License, Version 1.2 or any later
+% version published by the Free Software Foundation; with no Invariant
+% Sections, no Front-Cover Texts and no Back-Cover Texts. A copy of the
+% license is included in the section entitled
+% "GNU Free Documentation License" or the file fdl.tex.
+%
+% Authors: Ewan Mellor, Richard Sharp, Dave Scott, Jon Harrop.
+%
+
+\documentclass{report}
+
+\usepackage{a4wide}
+\usepackage{graphics}
+\usepackage{longtable}
+
+\setlength\topskip{0cm}
+\setlength\topmargin{0cm}
+\setlength\oddsidemargin{0cm}
+\setlength\evensidemargin{0cm}
+\setlength\parindent{0pt}
+
+%% Parameters for coversheet:
+\input{xenapi-coversheet}
+
+\begin{document}
+
+% The coversheet itself
+\include{coversheet}
+
+% ... and off we go!
+
+\chapter{Introduction}
+
+This document contains a proposal for a Xen Management API---an interface for
+remotely configuring and controlling virtualised guests running on a
+Xen-enabled host.
+
+~
+
+{\bf \large This document is an early draft for discussion purposes only.}
+
+~
+
+\input{presentation}
+
+\include{wire-protocol}
+\include{vm-lifecycle}
+\include{todo}
+\include{xenapi-datamodel}
+\include{fdl}
+
+\end{document}