aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorEwan Mellor <ewan@xensource.com>2007-03-10 23:22:00 +0000
committerEwan Mellor <ewan@xensource.com>2007-03-10 23:22:00 +0000
commit2cb49001bc68da3461a5250d609fbdf56e2afa83 (patch)
tree397711c77e569b9fe3e43c4043cd3c94b112724a /docs
parentabc324d48f33530008131537e30ac5a344fbe9b6 (diff)
downloadxen-2cb49001bc68da3461a5250d609fbdf56e2afa83.tar.gz
xen-2cb49001bc68da3461a5250d609fbdf56e2afa83.tar.bz2
xen-2cb49001bc68da3461a5250d609fbdf56e2afa83.zip
Added an VM_HVM_REQUIRED error code, and use it on VM.start.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/xen-api/xenapi-datamodel.tex12
1 files changed, 11 insertions, 1 deletions
diff --git a/docs/xen-api/xenapi-datamodel.tex b/docs/xen-api/xenapi-datamodel.tex
index 08b831fdd5..ed6e0081b6 100644
--- a/docs/xen-api/xenapi-datamodel.tex
+++ b/docs/xen-api/xenapi-datamodel.tex
@@ -1141,7 +1141,8 @@ void
\vspace{0.3cm}
-\noindent{\bf Possible Error Codes:} {\tt VM\_BAD\_POWER\_STATE}
+\noindent{\bf Possible Error Codes:} {\tt VM\_BAD\_POWER\_STATE}, {\tt
+VM\_HVM\_REQUIRED}
\vspace{0.6cm}
\subsubsection{RPC name:~pause}
@@ -13337,6 +13338,15 @@ expected and actual VM state at the time of the call.
\begin{verbatim}VM_BAD_POWER_STATE(vm, expected, actual)\end{verbatim}
\begin{center}\rule{10em}{0.1pt}\end{center}
+\subsubsection{VM\_HVM\_REQUIRED}
+
+HVM is required for this operation
+
+\vspace{0.3cm}
+{\bf Signature:}
+\begin{verbatim}VM_HVM_REQUIRED(vm)\end{verbatim}
+\begin{center}\rule{10em}{0.1pt}\end{center}
+
\newpage