% % 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}