]> xenbits.xensource.com Git - people/liuw/fosdem2016.git/commitdiff
update
authorWei Liu <liuw@liuw.name>
Sun, 31 Jan 2016 10:16:34 +0000 (11:16 +0100)
committerWei Liu <liuw@liuw.name>
Sun, 31 Jan 2016 10:16:37 +0000 (11:16 +0100)
talk.pdf
talk.tex

index 0569657431f8a9fa78552551af9fd8bc27f40a9a..07a9f17a1ea169796b1422234dc1b4e3ae17081e 100644 (file)
Binary files a/talk.pdf and b/talk.pdf differ
index e30574ac6a9711fb5dfc3d408ebf9c1854892106..fe1f1a38314c97bc1746b242b01e188f0fbfdbea 100644 (file)
--- a/talk.tex
+++ b/talk.tex
     \begin{itemize}
         \item Fix initial ARP sending on restore from migration (\brev{282908}).
         \item Preserve configured options across migrations (\brev{285098}).
+        \item Fix PF to work with netfront (\brev{289316}) by Kristof Provost
        \item Clean-up and new feature
        \begin{itemize}
                \item Remove obsolete page flipping mode (\brev{289583})
@@ -339,6 +340,7 @@ ows, FreeBSD)
        \begin{itemize}
                \item No PVMMU etc, a lot less code
        \end{itemize}
+       \item Easier to port new OSes
     \end{itemize}
 \end{frame}
 \note{
@@ -350,10 +352,10 @@ ows, FreeBSD)
 \begin{frame}
     \frametitle{Gory details about PVH}
     \begin{itemize}
-        \item PVH-classic vs HVMlite-nodm
+        \item PVH-classic vs HVMlite
        \item PVH-classic is first attempt for the design, to make PV guest look like HVM guest
-       \item HVMlite-nodm is the new approach, to make HVM guest look like PV guest
-       \item They will converge at some point, the agreed upon road map is to make HVMlite-nodm canonical "PVH"
+       \item HVMlite is the new approach, to make HVM guest look like PV guest
+       \item They will converge at some point, the agreed upon road map is to make HVMlite canonical "PVH"
        \item End users probably won't notice the difference
     \end{itemize}
 \end{frame}