]> xenbits.xensource.com Git - people/liuw/talks.git/commitdiff
Update
authorWei Liu <wei.liu2@citrix.com>
Wed, 5 Jul 2017 15:44:18 +0000 (16:44 +0100)
committerWei Liu <wei.liu2@citrix.com>
Wed, 5 Jul 2017 15:44:18 +0000 (16:44 +0100)
slides.tex

index cc2066d647d9b362c52e9792f3ea7d2dc4ad0666..6e8a6bb027f5ab05de72549daea5842d1eee9102 100644 (file)
 }
 
 \begin{frame}
-    \frametitle{Two big projects}
+    \frametitle{Current state of affairs}
+    \begin{itemize}
+      \item PV mode: oldest mode, used by legacy systems, useful in certain cases like running unikernel and nested-virt without vVMX or vSVM
+      \item HVM mode: needs hardware support and QEMU for emulation, is becoming (has become?) the mainstream Xen VM mode
+      \item PVH mode: essentially HVM without QEMU, under development
+    \end{itemize}
+\end{frame}
+
+\begin{frame}
+    \frametitle{Two (big) projects}
     \begin{itemize}
       \item Splitting PV and HVM code:
 Refactor x86 hypervisor code. Make guest supporting code configurable via Kconfig.