From: Wei Liu Date: Sat, 16 Aug 2014 16:00:56 +0000 (+0100) Subject: Add enlightenment information structure X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=c8a1df3fabdd9d49e22089c0a1175afd2b23be3e;p=people%2Fliuw%2Ftalks.git Add enlightenment information structure --- diff --git a/slides.tex b/slides.tex index 4b1c7c3..b9610d1 100644 --- a/slides.tex +++ b/slides.tex @@ -4,6 +4,7 @@ \usepackage{graphicx} \usepackage{caption} \usepackage{textpos} +\usepackage{verbatim} \let\Tiny=\tiny \setbeameroption{hide notes} % Class options include: notes, notesonly, handout, trans, @@ -98,9 +99,21 @@ \end{itemize} \end{frame} -\begin{frame} +\begin{frame}[fragile] \frametitle{Design: PV and PVH} -Insert picture of enlightenment information structure +Enlightenment information structure + +\begin{verbatim} + struct vnuma_info + { + nr_vnodes; + vdistance[nr_vnodes * nr_vnodes]; + vcpu_to_vnode[nr_vnodes]; + vnode_to_pnode[nr_vnodes]; + vmemrange[nr_vnodes]; + } +\end{verbatim} + \end{frame} \begin{frame}