]> xenbits.xensource.com Git - people/liuw/fosdem2016.git/commitdiff
fix typos
authorWei Liu <liuw@liuw.name>
Fri, 29 Jan 2016 23:53:09 +0000 (00:53 +0100)
committerWei Liu <liuw@liuw.name>
Fri, 29 Jan 2016 23:53:09 +0000 (00:53 +0100)
talk.pdf
talk.tex

index 048cad6b38739bc8124d93f88516f8cf86f17c26..0569657431f8a9fa78552551af9fd8bc27f40a9a 100644 (file)
Binary files a/talk.pdf and b/talk.pdf differ
index 75bdba14bb6f4bf3b4ea9f41f56928106390a9a3..dbf2a1f7b20adcb7231277c6ce9628ae572eba93 100644 (file)
--- a/talk.tex
+++ b/talk.tex
         \item Preserve configured options across migrations (\brev{285098}).
        \item Clean-up and new feature
        \begin{itemize}
-               \item Remove obselete page flipping mode (\brev{289583})
+               \item Remove obsolete page flipping mode (\brev{289583})
                \item Implement multiqueue (\brev{294442})
                \item Throughput from guest to host: 1 queue 5.8 Gb/s, 4 queues 11.2 Gb/s
        \end{itemize}
 \subsection{xen_up}
 
 \begin{frame}
-    \frametitle{The full virtualization spectrum}
+    \frametitle{The full virtualisation spectrum}
     {\centering
     \begin{columns}
         \begin{column}{0.4\textwidth}
@@ -335,7 +335,7 @@ ows, FreeBSD)
                \item No emulation eliminate a main class of security bugs
                \item No PVMMU etc, a lot less complex code for both guest kernel and Xen toolstack
        \end{itemize}
-       \item Maintanence
+       \item Maintenance
        \begin{itemize}
                \item No PVMMU etc, a lot less code
        \end{itemize}
@@ -366,7 +366,7 @@ ows, FreeBSD)
     \frametitle{Guest support}
 
     \begin{itemize}
-        \item List of OSes and virtualization support:
+        \item List of OSes and virtualisation support:
     \end{itemize}
 
     {\scriptsize
@@ -443,7 +443,7 @@ ows, FreeBSD)
         \item Fairer locks in hypervisor: queue rwlock
        \item Should benefit all guests, especially Xen virtual devices with multiqueue support (net, block)
        \begin{itemize}
-               \item 2-socket Haswell-EP systems, Linux 16 queues inter-VM network throughput jumped from 15Gb/s to 48Gb/s
+               \item 2-socket Haswell-EP systems, Linux 16 queues inter-VM network throughput jumped from 15 Gb/s to 48 Gb/s
        \end{itemize}
     \end{itemize}
 \end{frame}