first version
authorOlivier Matz <zer0@droids-corp.org>
Thu, 31 Oct 2013 09:55:03 +0000 (10:55 +0100)
committerOlivier Matz <zer0@droids-corp.org>
Thu, 31 Oct 2013 09:55:03 +0000 (10:55 +0100)
30 files changed:
Makefile [new file with mode: 0644]
_static/6wind-banner.png [new file with mode: 0644]
_static/custom.css [new file with mode: 0644]
conf.py [new file with mode: 0644]
cpu-virt.svg [new file with mode: 0644]
device-domain-mapping.svg [new file with mode: 0644]
dma-req-id.svg [new file with mode: 0644]
dma-virt.svg [new file with mode: 0644]
dma.svg [new file with mode: 0644]
ethernet-dev-virt.svg [new file with mode: 0644]
high-thput1.jpg [new file with mode: 0644]
high-thput2.jpg [new file with mode: 0644]
hosted.svg [new file with mode: 0644]
index.rst [new file with mode: 0644]
isa-abi.svg [new file with mode: 0644]
make.bat [new file with mode: 0644]
mem-virt.svg [new file with mode: 0644]
mmu1.svg [new file with mode: 0644]
mmu2.svg [new file with mode: 0644]
qemu.svg [new file with mode: 0644]
recovery.png [new file with mode: 0644]
standalone.svg [new file with mode: 0644]
tlb-flush-issue.svg [new file with mode: 0644]
virt-devices.svg [new file with mode: 0644]
virtual-servers.svg [new file with mode: 0644]
vmware-wks.png [new file with mode: 0644]
vt-d.svg [new file with mode: 0644]
vt-x-mem.svg [new file with mode: 0644]
vt-x-mmu.svg [new file with mode: 0644]
vt-x.svg [new file with mode: 0644]

diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..2cd293c
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,183 @@
+# Makefile for Sphinx documentation
+#
+
+# You can set these variables from the command line.
+SPHINXOPTS    =
+SPHINXBUILD   = sphinx-build
+PAPER         =
+BUILDDIR      = _build
+
+# User-friendly check for sphinx-build
+ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1)
+$(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to point to the full path of the '$(SPHINXBUILD)' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from http://sphinx-doc.org/)
+endif
+
+# Internal variables.
+PAPEROPT_a4     = -D latex_paper_size=a4
+PAPEROPT_letter = -D latex_paper_size=letter
+ALLSPHINXOPTS   = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
+# the i18n builder cannot share the environment and doctrees with the others
+I18NSPHINXOPTS  = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
+
+.PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext
+
+help:
+       @echo "Please use \`make <target>' where <target> is one of"
+       @echo "  html       to make standalone HTML files"
+       @echo "  dirhtml    to make HTML files named index.html in directories"
+       @echo "  singlehtml to make a single large HTML file"
+       @echo "  pickle     to make pickle files"
+       @echo "  json       to make JSON files"
+       @echo "  htmlhelp   to make HTML files and a HTML help project"
+       @echo "  qthelp     to make HTML files and a qthelp project"
+       @echo "  devhelp    to make HTML files and a Devhelp project"
+       @echo "  epub       to make an epub"
+       @echo "  latex      to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
+       @echo "  latexpdf   to make LaTeX files and run them through pdflatex"
+       @echo "  latexpdfja to make LaTeX files and run them through platex/dvipdfmx"
+       @echo "  text       to make text files"
+       @echo "  man        to make manual pages"
+       @echo "  texinfo    to make Texinfo files"
+       @echo "  info       to make Texinfo files and run them through makeinfo"
+       @echo "  gettext    to make PO message catalogs"
+       @echo "  changes    to make an overview of all changed/added/deprecated items"
+       @echo "  xml        to make Docutils-native XML files"
+       @echo "  pseudoxml  to make pseudoxml-XML files for display purposes"
+       @echo "  linkcheck  to check all external links for integrity"
+       @echo "  doctest    to run all doctests embedded in the documentation (if enabled)"
+
+clean:
+       rm -rf $(BUILDDIR)/*
+
+html:
+       $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
+       @echo
+       @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
+
+dirhtml:
+       $(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml
+       @echo
+       @echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml."
+
+singlehtml:
+       $(SPHINXBUILD) -b singlehtml $(ALLSPHINXOPTS) $(BUILDDIR)/singlehtml
+       @echo
+       @echo "Build finished. The HTML page is in $(BUILDDIR)/singlehtml."
+
+pickle:
+       $(SPHINXBUILD) -b pickle $(ALLSPHINXOPTS) $(BUILDDIR)/pickle
+       @echo
+       @echo "Build finished; now you can process the pickle files."
+
+json:
+       $(SPHINXBUILD) -b json $(ALLSPHINXOPTS) $(BUILDDIR)/json
+       @echo
+       @echo "Build finished; now you can process the JSON files."
+
+htmlhelp:
+       $(SPHINXBUILD) -b htmlhelp $(ALLSPHINXOPTS) $(BUILDDIR)/htmlhelp
+       @echo
+       @echo "Build finished; now you can run HTML Help Workshop with the" \
+             ".hhp project file in $(BUILDDIR)/htmlhelp."
+
+qthelp:
+       $(SPHINXBUILD) -b qthelp $(ALLSPHINXOPTS) $(BUILDDIR)/qthelp
+       @echo
+       @echo "Build finished; now you can run "qcollectiongenerator" with the" \
+             ".qhcp project file in $(BUILDDIR)/qthelp, like this:"
+       @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/SystemVirtualizationandOSVirtualMachines.qhcp"
+       @echo "To view the help file:"
+       @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/SystemVirtualizationandOSVirtualMachines.qhc"
+
+devhelp:
+       $(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) $(BUILDDIR)/devhelp
+       @echo
+       @echo "Build finished."
+       @echo "To view the help file:"
+       @echo "# mkdir -p $$HOME/.local/share/devhelp/SystemVirtualizationandOSVirtualMachines"
+       @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/SystemVirtualizationandOSVirtualMachines"
+       @echo "# devhelp"
+
+epub:
+       $(SPHINXBUILD) -b epub $(ALLSPHINXOPTS) $(BUILDDIR)/epub
+       @echo
+       @echo "Build finished. The epub file is in $(BUILDDIR)/epub."
+
+latex:
+       $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
+       @echo
+       @echo "Build finished; the LaTeX files are in $(BUILDDIR)/latex."
+       @echo "Run \`make' in that directory to run these through (pdf)latex" \
+             "(use \`make latexpdf' here to do that automatically)."
+
+latexpdf:
+       $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
+       @echo "Running LaTeX files through pdflatex..."
+       $(MAKE) -C $(BUILDDIR)/latex all-pdf
+       @echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex."
+
+latexpdfja:
+       $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
+       @echo "Running LaTeX files through platex and dvipdfmx..."
+       $(MAKE) -C $(BUILDDIR)/latex all-pdf-ja
+       @echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex."
+
+text:
+       $(SPHINXBUILD) -b text $(ALLSPHINXOPTS) $(BUILDDIR)/text
+       @echo
+       @echo "Build finished. The text files are in $(BUILDDIR)/text."
+
+man:
+       $(SPHINXBUILD) -b man $(ALLSPHINXOPTS) $(BUILDDIR)/man
+       @echo
+       @echo "Build finished. The manual pages are in $(BUILDDIR)/man."
+
+texinfo:
+       $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo
+       @echo
+       @echo "Build finished. The Texinfo files are in $(BUILDDIR)/texinfo."
+       @echo "Run \`make' in that directory to run these through makeinfo" \
+             "(use \`make info' here to do that automatically)."
+
+info:
+       $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo
+       @echo "Running Texinfo files through makeinfo..."
+       make -C $(BUILDDIR)/texinfo info
+       @echo "makeinfo finished; the Info files are in $(BUILDDIR)/texinfo."
+
+gettext:
+       $(SPHINXBUILD) -b gettext $(I18NSPHINXOPTS) $(BUILDDIR)/locale
+       @echo
+       @echo "Build finished. The message catalogs are in $(BUILDDIR)/locale."
+
+changes:
+       $(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes
+       @echo
+       @echo "The overview file is in $(BUILDDIR)/changes."
+
+linkcheck:
+       $(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck
+       @echo
+       @echo "Link check complete; look for any errors in the above output " \
+             "or in $(BUILDDIR)/linkcheck/output.txt."
+
+doctest:
+       $(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest
+       @echo "Testing of doctests in the sources finished, look at the " \
+             "results in $(BUILDDIR)/doctest/output.txt."
+
+xml:
+       $(SPHINXBUILD) -b xml $(ALLSPHINXOPTS) $(BUILDDIR)/xml
+       @echo
+       @echo "Build finished. The XML files are in $(BUILDDIR)/xml."
+
+pseudoxml:
+       $(SPHINXBUILD) -b pseudoxml $(ALLSPHINXOPTS) $(BUILDDIR)/pseudoxml
+       @echo
+       @echo "Build finished. The pseudo-XML files are in $(BUILDDIR)/pseudoxml."
+
+
+slides:
+       $(SPHINXBUILD) -b slides $(ALLSPHINXOPTS) $(BUILDDIR)/slides
+       @echo "Build finished. The HTML slides are in $(BUILDDIR)/slides."
+
diff --git a/_static/6wind-banner.png b/_static/6wind-banner.png
new file mode 100644 (file)
index 0000000..d7a8643
Binary files /dev/null and b/_static/6wind-banner.png differ
diff --git a/_static/custom.css b/_static/custom.css
new file mode 100644 (file)
index 0000000..7443f7b
--- /dev/null
@@ -0,0 +1,57 @@
+.slides > article {
+    background: #FAF8FF url('6wind-banner.png') no-repeat left top;
+    background-size:100%;
+    padding: 80px 40px;
+    color: #404040;
+}
+
+h1 {
+    color: #202080;
+}
+
+h2 {
+    color: #202080;
+}
+
+h3 {
+    color: #202080;
+    display: block;
+    text-align: right;
+    padding: 0px 0px 0px 0px;
+}
+
+/* reduce font size of imbricated lists */
+ul ul {
+    font-size: 0.8em;
+}
+
+/* center images */
+img {
+    display: block;
+    margin-left: auto;
+    margin-right: auto;
+}
+
+/* bold is in red */
+strong {
+    color: #B00000;
+}
+
+/* hacks for table of contents */
+
+div.topic {
+    border: 0px;
+    margin: -70px 0px;
+    padding: 7px 40px 0px;
+}
+div.contents.topic {
+    font-size: 0.8em;
+}
+a.reference.internal {
+    text-decoration: none;
+    color: #404040;
+}
+p.topic-title {
+    color: #202080;
+    font-size: 0px;
+}
diff --git a/conf.py b/conf.py
new file mode 100644 (file)
index 0000000..61e1a4b
--- /dev/null
+++ b/conf.py
@@ -0,0 +1,332 @@
+# -*- coding: utf-8 -*-
+#
+# System Virtualization and OS Virtual Machines documentation build configuration file, created by
+# sphinx-quickstart on Mon Oct 28 09:39:30 2013.
+#
+# This file is execfile()d with the current directory set to its containing dir.
+#
+# Note that not all possible configuration values are present in this
+# autogenerated file.
+#
+# All configuration values have a default; values that are commented out
+# serve to show the default.
+
+import sys, os
+
+# If extensions (or modules to document with autodoc) are in another directory,
+# add these directories to sys.path here. If the directory is relative to the
+# documentation root, use os.path.abspath to make it absolute, like shown here.
+#sys.path.insert(0, os.path.abspath('.'))
+
+# -- General configuration -----------------------------------------------------
+
+# If your documentation needs a minimal Sphinx version, state it here.
+#needs_sphinx = '1.0'
+
+# Add any Sphinx extension module names here, as strings. They can be extensions
+# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
+extensions = ['sphinx.ext.doctest', 'sphinx.ext.intersphinx', 'sphinx.ext.todo', 'sphinx.ext.coverage', 'sphinx.ext.pngmath', 'sphinx.ext.ifconfig']
+
+# Add any paths that contain templates here, relative to this directory.
+templates_path = ['_templates']
+
+# The suffix of source filenames.
+source_suffix = '.rst'
+
+# The encoding of source files.
+#source_encoding = 'utf-8-sig'
+
+# The master toctree document.
+master_doc = 'index'
+
+# General information about the project.
+project = u'System Virtualization and OS Virtual Machines'
+copyright = u'2013, Ivan Boule, Olivier Matz'
+
+# The version info for the project you're documenting, acts as replacement for
+# |version| and |release|, also used in various other places throughout the
+# built documents.
+#
+# The short X.Y version.
+version = '2013.10.28'
+# The full version, including alpha/beta/rc tags.
+release = '2013.10.28'
+
+# The language for content autogenerated by Sphinx. Refer to documentation
+# for a list of supported languages.
+#language = None
+
+# There are two options for replacing |today|: either, you set today to some
+# non-false value, then it is used:
+#today = ''
+# Else, today_fmt is used as the format for a strftime call.
+#today_fmt = '%B %d, %Y'
+
+# List of patterns, relative to source directory, that match files and
+# directories to ignore when looking for source files.
+exclude_patterns = ['_build']
+
+# The reST default role (used for this markup: `text`) to use for all documents.
+#default_role = None
+
+# If true, '()' will be appended to :func: etc. cross-reference text.
+#add_function_parentheses = True
+
+# If true, the current module name will be prepended to all description
+# unit titles (such as .. function::).
+#add_module_names = True
+
+# If true, sectionauthor and moduleauthor directives will be shown in the
+# output. They are ignored by default.
+#show_authors = False
+
+# The name of the Pygments (syntax highlighting) style to use.
+pygments_style = 'sphinx'
+
+# A list of ignored prefixes for module index sorting.
+#modindex_common_prefix = []
+
+# If true, keep warnings as "system message" paragraphs in the built documents.
+#keep_warnings = False
+
+
+# -- Options for HTML output ---------------------------------------------------
+
+# The theme to use for HTML and HTML Help pages.  See the documentation for
+# a list of builtin themes.
+html_theme = 'default'
+
+# Theme options are theme-specific and customize the look and feel of a theme
+# further.  For a list of options available for each theme, see the
+# documentation.
+#html_theme_options = {}
+
+# Add any paths that contain custom themes here, relative to this directory.
+#html_theme_path = []
+
+# The name for this set of Sphinx documents.  If None, it defaults to
+# "<project> v<release> documentation".
+#html_title = None
+
+# A shorter title for the navigation bar.  Default is the same as html_title.
+#html_short_title = None
+
+# The name of an image file (relative to this directory) to place at the top
+# of the sidebar.
+#html_logo = None
+
+# The name of an image file (within the static path) to use as favicon of the
+# docs.  This file should be a Windows icon file (.ico) being 16x16 or 32x32
+# pixels large.
+#html_favicon = None
+
+# Add any paths that contain custom static files (such as style sheets) here,
+# relative to this directory. They are copied after the builtin static files,
+# so a file named "default.css" will overwrite the builtin "default.css".
+html_static_path = ['_static']
+
+# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
+# using the given strftime format.
+#html_last_updated_fmt = '%b %d, %Y'
+
+# If true, SmartyPants will be used to convert quotes and dashes to
+# typographically correct entities.
+#html_use_smartypants = True
+
+# Custom sidebar templates, maps document names to template names.
+#html_sidebars = {}
+
+# Additional templates that should be rendered to pages, maps page names to
+# template names.
+#html_additional_pages = {}
+
+# If false, no module index is generated.
+#html_domain_indices = True
+
+# If false, no index is generated.
+#html_use_index = True
+
+# If true, the index is split into individual pages for each letter.
+#html_split_index = False
+
+# If true, links to the reST sources are added to the pages.
+#html_show_sourcelink = True
+
+# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
+#html_show_sphinx = True
+
+# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
+#html_show_copyright = True
+
+# If true, an OpenSearch description file will be output, and all pages will
+# contain a <link> tag referring to it.  The value of this option must be the
+# base URL from which the finished HTML is served.
+#html_use_opensearch = ''
+
+# This is the file name suffix for HTML files (e.g. ".xhtml").
+#html_file_suffix = None
+
+# Output file base name for HTML help builder.
+htmlhelp_basename = 'SystemVirtualizationandOSVirtualMachinesdoc'
+
+
+# -- Options for LaTeX output --------------------------------------------------
+
+latex_elements = {
+# The paper size ('letterpaper' or 'a4paper').
+#'papersize': 'letterpaper',
+
+# The font size ('10pt', '11pt' or '12pt').
+#'pointsize': '10pt',
+
+# Additional stuff for the LaTeX preamble.
+#'preamble': '',
+}
+
+# Grouping the document tree into LaTeX files. List of tuples
+# (source start file, target name, title, author, documentclass [howto/manual]).
+latex_documents = [
+  ('index', 'SystemVirtualizationandOSVirtualMachines.tex', u'System Virtualization and OS Virtual Machines Documentation',
+   u'Ivan Boule, Olivier Matz', 'manual'),
+]
+
+# The name of an image file (relative to this directory) to place at the top of
+# the title page.
+#latex_logo = None
+
+# For "manual" documents, if this is true, then toplevel headings are parts,
+# not chapters.
+#latex_use_parts = False
+
+# If true, show page references after internal links.
+#latex_show_pagerefs = False
+
+# If true, show URL addresses after external links.
+#latex_show_urls = False
+
+# Documents to append as an appendix to all manuals.
+#latex_appendices = []
+
+# If false, no module index is generated.
+#latex_domain_indices = True
+
+
+# -- Options for manual page output --------------------------------------------
+
+# One entry per manual page. List of tuples
+# (source start file, name, description, authors, manual section).
+man_pages = [
+    ('index', 'systemvirtualizationandosvirtualmachines', u'System Virtualization and OS Virtual Machines Documentation',
+     [u'Ivan Boule, Olivier Matz'], 1)
+]
+
+# If true, show URL addresses after external links.
+#man_show_urls = False
+
+
+# -- Options for Texinfo output ------------------------------------------------
+
+# Grouping the document tree into Texinfo files. List of tuples
+# (source start file, target name, title, author,
+#  dir menu entry, description, category)
+texinfo_documents = [
+  ('index', 'SystemVirtualizationandOSVirtualMachines', u'System Virtualization and OS Virtual Machines Documentation',
+   u'Ivan Boule, Olivier Matz', 'SystemVirtualizationandOSVirtualMachines', 'One line description of project.',
+   'Miscellaneous'),
+]
+
+# Documents to append as an appendix to all manuals.
+#texinfo_appendices = []
+
+# If false, no module index is generated.
+#texinfo_domain_indices = True
+
+# How to display URL addresses: 'footnote', 'no', or 'inline'.
+#texinfo_show_urls = 'footnote'
+
+# If true, do not generate a @detailmenu in the "Top" node's menu.
+#texinfo_no_detailmenu = False
+
+
+# -- Hieroglyph Slide Configuration ------------
+
+extensions += [
+    'hieroglyph',
+]
+
+slide_theme = 'slides'
+slide_levels = 3
+slide_numbers = True
+
+# Place custom static assets in the _static directory and uncomment
+# the following lines to include them
+
+slide_theme_options = {
+    'custom_css': 'custom.css',
+#     'custom_js': 'custom.js',
+}
+
+# ----------------------------------------------
+
+
+
+# -- Options for Epub output ---------------------------------------------------
+
+# Bibliographic Dublin Core info.
+epub_title = u'System Virtualization and OS Virtual Machines'
+epub_author = u'Ivan Boule, Olivier Matz'
+epub_publisher = u'Ivan Boule, Olivier Matz'
+epub_copyright = u'2013, Ivan Boule, Olivier Matz'
+
+# The language of the text. It defaults to the language option
+# or en if the language is not set.
+#epub_language = ''
+
+# The scheme of the identifier. Typical schemes are ISBN or URL.
+#epub_scheme = ''
+
+# The unique identifier of the text. This can be a ISBN number
+# or the project homepage.
+#epub_identifier = ''
+
+# A unique identification for the text.
+#epub_uid = ''
+
+# A tuple containing the cover image and cover page html template filenames.
+#epub_cover = ()
+
+# A sequence of (type, uri, title) tuples for the guide element of content.opf.
+#epub_guide = ()
+
+# HTML files that should be inserted before the pages created by sphinx.
+# The format is a list of tuples containing the path and title.
+#epub_pre_files = []
+
+# HTML files shat should be inserted after the pages created by sphinx.
+# The format is a list of tuples containing the path and title.
+#epub_post_files = []
+
+# A list of files that should not be packed into the epub file.
+#epub_exclude_files = []
+
+# The depth of the table of contents in toc.ncx.
+#epub_tocdepth = 3
+
+# Allow duplicate toc entries.
+#epub_tocdup = True
+
+# Fix unsupported image types using the PIL.
+#epub_fix_images = False
+
+# Scale large images.
+#epub_max_image_width = 0
+
+# If 'no', URL addresses will not be shown.
+#epub_show_urls = 'inline'
+
+# If false, no index is generated.
+#epub_use_index = True
+
+
+# Example configuration for intersphinx: refer to the Python standard library.
+intersphinx_mapping = {'http://docs.python.org/': None}
diff --git a/cpu-virt.svg b/cpu-virt.svg
new file mode 100644 (file)
index 0000000..e3922cf
--- /dev/null
@@ -0,0 +1,462 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:ooo="http://xml.openoffice.org/svg/export"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.2"
+   width="795.69958"
+   height="366.16534"
+   viewBox="0 0 22456.411 10334"
+   preserveAspectRatio="xMidYMid"
+   clip-path="url(#presentation_clip_path)"
+   xml:space="preserve"
+   id="svg13811"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="cpu-virt.svg"
+   style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"><metadata
+     id="metadata14090"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1918"
+     inkscape:window-height="1059"
+     id="namedview14088"
+     showgrid="false"
+     fit-margin-top="20"
+     fit-margin-left="20"
+     fit-margin-right="20"
+     fit-margin-bottom="20"
+     inkscape:zoom="0.95353535"
+     inkscape:cx="266.81499"
+     inkscape:cy="123.42837"
+     inkscape:window-x="0"
+     inkscape:window-y="19"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="svg13811" /><defs
+     class="ClipPathGroup"
+     id="defs13813"><clipPath
+       id="presentation_clip_path"
+       clipPathUnits="userSpaceOnUse"><rect
+         x="0"
+         y="0"
+         width="21590"
+         height="27940"
+         id="rect13816" /></clipPath></defs><defs
+     class="TextShapeIndex"
+     id="defs13818"><g
+       ooo:slide="id1"
+       ooo:id-list="id3 id4 id5 id6 id7 id8 id9 id10 id11 id12 id13 id14 id15 id16 id17 id18 id19"
+       id="g13820" /></defs><defs
+     class="EmbeddedBulletChars"
+     id="defs13822"><g
+       id="bullet-char-template(57356)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 580,1141 1163,571 580,0 -4,571 580,1141 z"
+         id="path13825"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(57354)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 8,1128 1129,0 L 1137,0 8,0 8,1128 z"
+         id="path13828"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10146)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 174,0 602,739 174,1481 1456,739 174,0 z m 1184,739 -1049,607 350,-607 699,0 z"
+         id="path13831"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10132)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 2015,739 1276,0 717,0 l 543,543 -1086,0 0,393 1086,0 -543,545 557,0 741,-742 z"
+         id="path13834"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10007)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z"
+         id="path13837"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10004)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 l 0,-122 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 z"
+         id="path13840"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(9679)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 z"
+         id="path13843"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(8226)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z"
+         id="path13846"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(8211)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m -4,459 1139,0 0,147 -1139,0 0,-147 z"
+         id="path13849"
+         inkscape:connector-curvature="0" /></g></defs><defs
+     class="TextEmbeddedBitmaps"
+     id="defs13851" /><g
+     id="g13853"
+     transform="translate(301.96642,-2674.5556)"><g
+       id="id2"
+       class="Master_Slide"><g
+         id="bg-id2"
+         class="Background" /><g
+         id="bo-id2"
+         class="BackgroundObjects" /></g></g><path
+     style="fill:none;stroke:#3465af;stroke-width:102"
+     inkscape:connector-curvature="0"
+     id="path13870"
+     d="m 6769.9664,6099.4444 -2285,0 0,-5483.99996 4570,0 0,5483.99996 -2285,0 z" /><path
+     style="fill:#23ff23;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path13875"
+     d="m 6769.9664,3357.4444 -2285,0 0,-2741.99996 4570,0 0,2741.99996 -2285,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path13877"
+     d="m 6769.9664,3357.4444 -2285,0 0,-2741.99996 4570,0 0,2741.99996 -2285,0 z" /><text
+     id="text13879"
+     class="TextShape"
+     x="301.96643"
+     y="-2674.5557"
+     style="font-size:12px"><tspan
+       style="font-size:635px;font-weight:400;font-family:'Liberation Sans, sans-serif'"
+       id="tspan13881"
+       font-weight="400"
+       font-size="635px"
+       class="TextParagraph"><tspan
+         id="tspan13883"
+         y="2207.4443"
+         x="5063.9663"
+         class="TextPosition"><tspan
+           style="fill:#000000;stroke:none"
+           id="tspan13885">Applications</tspan></tspan></tspan></text>
+<path
+     style="fill:#729fcf;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path13890"
+     d="m 6769.9664,6099.4444 -2285,0 0,-2742 4570,0 0,2742 -2285,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path13892"
+     d="m 6769.9664,6099.4444 -2285,0 0,-2742 4570,0 0,2742 -2285,0 z" /><text
+     id="text13894"
+     class="TextShape"
+     x="301.96643"
+     y="-2674.5557"
+     style="font-size:12px"><tspan
+       style="font-size:635px;font-weight:400;font-family:'Liberation Sans, sans-serif'"
+       id="tspan13896"
+       font-weight="400"
+       font-size="635px"
+       class="TextParagraph"><tspan
+         id="tspan13898"
+         y="4949.4443"
+         x="5374.9663"
+         class="TextPosition"><tspan
+           style="fill:#000000;stroke:none"
+           id="tspan13900">Guest OS</tspan></tspan></tspan></text>
+<path
+     style="fill:none;stroke:#3465af;stroke-width:102"
+     inkscape:connector-curvature="0"
+     id="path13907"
+     d="m 12710.966,6099.4444 -2285,0 0,-5483.99996 4570,0 0,5483.99996 -2285,0 z" /><path
+     style="fill:#23ff23;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path13912"
+     d="m 12710.966,3357.4444 -2285,0 0,-2741.99996 4570,0 0,2741.99996 -2285,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path13914"
+     d="m 12710.966,3357.4444 -2285,0 0,-2741.99996 4570,0 0,2741.99996 -2285,0 z" /><text
+     id="text13916"
+     class="TextShape"
+     x="301.96643"
+     y="-2674.5557"
+     style="font-size:12px"><tspan
+       style="font-size:635px;font-weight:400;font-family:'Liberation Sans, sans-serif'"
+       id="tspan13918"
+       font-weight="400"
+       font-size="635px"
+       class="TextParagraph"><tspan
+         id="tspan13920"
+         y="2207.4443"
+         x="11004.967"
+         class="TextPosition"><tspan
+           style="fill:#000000;stroke:none"
+           id="tspan13922">Applications</tspan></tspan></tspan></text>
+<path
+     style="fill:#729fcf;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path13927"
+     d="m 12710.966,6099.4444 -2285,0 0,-2742 4570,0 0,2742 -2285,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path13929"
+     d="m 12710.966,6099.4444 -2285,0 0,-2742 4570,0 0,2742 -2285,0 z" /><text
+     id="text13931"
+     class="TextShape"
+     x="301.96643"
+     y="-2674.5557"
+     style="font-size:12px"><tspan
+       style="font-size:635px;font-weight:400;font-family:'Liberation Sans, sans-serif'"
+       id="tspan13933"
+       font-weight="400"
+       font-size="635px"
+       class="TextParagraph"><tspan
+         id="tspan13935"
+         y="4949.4443"
+         x="11226.967"
+         class="TextPosition"><tspan
+           style="fill:#000000;stroke:none"
+           id="tspan13937">Guest OS </tspan></tspan></tspan></text>
+<path
+     style="fill:none;stroke:#3465af;stroke-width:102"
+     inkscape:connector-curvature="0"
+     id="path13944"
+     d="m 18651.966,6099.4444 -2285,0 0,-5483.99996 4570,0 0,5483.99996 -2285,0 z" /><path
+     style="fill:#23ff23;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path13949"
+     d="m 18651.966,3357.4444 -2285,0 0,-2741.99996 4570,0 0,2741.99996 -2285,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path13951"
+     d="m 18651.966,3357.4444 -2285,0 0,-2741.99996 4570,0 0,2741.99996 -2285,0 z" /><text
+     id="text13953"
+     class="TextShape"
+     x="301.96643"
+     y="-2674.5557"
+     style="font-size:12px"><tspan
+       style="font-size:635px;font-weight:400;font-family:'Liberation Sans, sans-serif'"
+       id="tspan13955"
+       font-weight="400"
+       font-size="635px"
+       class="TextParagraph"><tspan
+         id="tspan13957"
+         y="2207.4443"
+         x="16945.967"
+         class="TextPosition"><tspan
+           style="fill:#000000;stroke:none"
+           id="tspan13959">Applications</tspan></tspan></tspan></text>
+<path
+     style="fill:#729fcf;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path13964"
+     d="m 18651.966,6099.4444 -2285,0 0,-2742 4570,0 0,2742 -2285,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path13966"
+     d="m 18651.966,6099.4444 -2285,0 0,-2742 4570,0 0,2742 -2285,0 z" /><text
+     id="text13968"
+     class="TextShape"
+     x="301.96643"
+     y="-2674.5557"
+     style="font-size:12px"><tspan
+       style="font-size:635px;font-weight:400;font-family:'Liberation Sans, sans-serif'"
+       id="tspan13970"
+       font-weight="400"
+       font-size="635px"
+       class="TextParagraph"><tspan
+         id="tspan13972"
+         y="4949.4443"
+         x="17256.967"
+         class="TextPosition"><tspan
+           style="fill:#000000;stroke:none"
+           id="tspan13974">Guest OS</tspan></tspan></tspan></text>
+<text
+     class="TextShape"
+     id="text13979"
+     x="301.96643"
+     y="-2674.5557"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan13981"
+       style="font-size:635px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="6145.9663"
+         y="6800.4443"
+         id="tspan13983"><tspan
+           id="tspan13985"
+           style="fill:#000000;stroke:none">VM0</tspan></tspan></tspan></text>
+<text
+     class="TextShape"
+     id="text13990"
+     x="301.96643"
+     y="-2674.5557"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan13992"
+       style="font-size:635px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="12046.967"
+         y="6800.4443"
+         id="tspan13994"><tspan
+           id="tspan13996"
+           style="fill:#000000;stroke:none">VM1</tspan></tspan></tspan></text>
+<text
+     class="TextShape"
+     id="text14001"
+     x="301.96643"
+     y="-2674.5557"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan14003"
+       style="font-size:635px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="17987.967"
+         y="6800.4443"
+         id="tspan14005"><tspan
+           id="tspan14007"
+           style="fill:#000000;stroke:none">VM2</tspan></tspan></tspan></text>
+<path
+     d="m 12710.966,9755.4444 -6854.9996,0 0,-1828 13709.9996,0 0,1828 -6855,0 z"
+     id="path14012"
+     inkscape:connector-curvature="0"
+     style="fill:#ff0000;stroke:none" /><path
+     d="m 12710.966,9755.4444 -6854.9996,0 0,-1828 13709.9996,0 0,1828 -6855,0 z"
+     id="path14014"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><text
+     class="TextShape"
+     id="text14016"
+     x="301.96643"
+     y="-2674.5557"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan14018"
+       style="font-size:635px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="8365.9668"
+         y="9062.4443"
+         id="tspan14020"><tspan
+           id="tspan14022"
+           style="fill:#000000;stroke:none">Virtual Machine Monitor (VMM)</tspan></tspan></tspan></text>
+<path
+     d="m 2199.9664,7470.4444 20564.9996,0"
+     id="path14027"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><text
+     class="TextShape"
+     id="text14032"
+     x="301.96643"
+     y="-2674.5557"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="700"
+       id="tspan14034"
+       style="font-size:635px;font-weight:700;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="621.96643"
+         y="8893.4443"
+         id="tspan14036"><tspan
+           id="tspan14038"
+           style="fill:#000000;stroke:none">Ring 0</tspan></tspan></tspan></text>
+<path
+     d="m 4484.9664,3357.4444 508,0"
+     id="path14043"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:102" /><path
+     d="m 5500.9664,3357.4444 508,0"
+     id="path14045"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:102" /><path
+     d="m 6516.9664,3357.4444 508,0"
+     id="path14047"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:102" /><path
+     d="m 7532.9664,3357.4444 508,0"
+     id="path14049"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:102" /><path
+     d="m 8548.9664,3357.4444 508,0"
+     id="path14051"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:102" /><path
+     d="m 9564.9664,3357.4444 507.9996,0"
+     id="path14053"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:102" /><path
+     d="m 10580.966,3357.4444 508,0"
+     id="path14055"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:102" /><path
+     d="m 11596.966,3357.4444 508,0"
+     id="path14057"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:102" /><path
+     d="m 12612.966,3357.4444 508,0"
+     id="path14059"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:102" /><path
+     d="m 13628.966,3357.4444 508,0"
+     id="path14061"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:102" /><path
+     d="m 14644.966,3357.4444 508,0"
+     id="path14063"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:102" /><path
+     d="m 15660.966,3357.4444 508,0"
+     id="path14065"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:102" /><path
+     d="m 16676.966,3357.4444 508,0"
+     id="path14067"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:102" /><path
+     d="m 17692.966,3357.4444 508,0"
+     id="path14069"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:102" /><path
+     d="m 18708.966,3357.4444 508,0"
+     id="path14071"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:102" /><path
+     d="m 19724.966,3357.4444 508,0"
+     id="path14073"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:102" /><path
+     d="m 20740.966,3357.4444 196,0"
+     id="path14075"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:102" /><text
+     class="TextShape"
+     id="text14080"
+     x="301.96643"
+     y="-2674.5557"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="700"
+       id="tspan14082"
+       style="font-size:635px;font-weight:700;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="521.96643"
+         y="3344.4443"
+         id="tspan14084"><tspan
+           id="tspan14086"
+           style="fill:#000000;stroke:none">Ring 3</tspan></tspan></tspan></text>
+</svg>
\ No newline at end of file
diff --git a/device-domain-mapping.svg b/device-domain-mapping.svg
new file mode 100644 (file)
index 0000000..1678047
--- /dev/null
@@ -0,0 +1,426 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:ooo="http://xml.openoffice.org/svg/export"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.2"
+   width="642.05743"
+   height="421.19684"
+   viewBox="0 0 18120.288 11887.111"
+   preserveAspectRatio="xMidYMid"
+   clip-path="url(#presentation_clip_path)"
+   xml:space="preserve"
+   id="svg13172"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="device-domain-mapping.svg"
+   style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"><metadata
+     id="metadata13582"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1918"
+     inkscape:window-height="1059"
+     id="namedview13580"
+     showgrid="false"
+     inkscape:zoom="0.47676768"
+     inkscape:cx="387.6216"
+     inkscape:cy="266.59206"
+     inkscape:window-x="0"
+     inkscape:window-y="19"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="svg13172"
+     fit-margin-top="20"
+     fit-margin-left="20"
+     fit-margin-right="20"
+     fit-margin-bottom="20" /><defs
+     class="ClipPathGroup"
+     id="defs13174"><clipPath
+       id="presentation_clip_path"
+       clipPathUnits="userSpaceOnUse"><rect
+         x="0"
+         y="0"
+         width="21590"
+         height="27940"
+         id="rect13177" /></clipPath></defs><defs
+     class="TextShapeIndex"
+     id="defs13179"><g
+       ooo:slide="id1"
+       ooo:id-list="id3 id4 id5 id6 id7 id8 id9 id10 id11 id12 id13 id14 id15 id16 id17 id18 id19 id20 id21 id22 id23 id24 id25 id26 id27 id28 id29 id30 id31 id32 id33 id34 id35 id36 id37 id38"
+       id="g13181" /></defs><defs
+     class="EmbeddedBulletChars"
+     id="defs13183"><g
+       id="bullet-char-template(57356)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 580,1141 1163,571 580,0 -4,571 580,1141 z"
+         id="path13186"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(57354)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 8,1128 1129,0 L 1137,0 8,0 8,1128 z"
+         id="path13189"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10146)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 174,0 602,739 174,1481 1456,739 174,0 z m 1184,739 -1049,607 350,-607 699,0 z"
+         id="path13192"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10132)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 2015,739 1276,0 717,0 l 543,543 -1086,0 0,393 1086,0 -543,545 557,0 741,-742 z"
+         id="path13195"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10007)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z"
+         id="path13198"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10004)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 l 0,-122 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 z"
+         id="path13201"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(9679)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 z"
+         id="path13204"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(8226)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z"
+         id="path13207"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(8211)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m -4,459 1139,0 0,147 -1139,0 0,-147 z"
+         id="path13210"
+         inkscape:connector-curvature="0" /></g></defs><defs
+     class="TextEmbeddedBitmaps"
+     id="defs13212" /><g
+     id="g13214"
+     transform="translate(-1219.1572,-3077.4446)"><g
+       id="id2"
+       class="Master_Slide"><g
+         id="bg-id2"
+         class="Background" /><g
+         id="bo-id2"
+         class="BackgroundObjects" /></g></g><path
+     d="m 3685.8428,9585.5554 -1087,0 0,-5280 2174,0 0,5280 -1087,0 z"
+     id="path13229"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:51" /><path
+     d="m 10361.843,4615.5554 -1242.0002,0 0,-4036.99996 2484.0002,0 0,4036.99996 -1242,0 z"
+     id="path13279"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 9119.8428,3995.5554 2484.0002,0"
+     id="path13351"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 9119.8428,1200.5554 2484.0002,0"
+     id="path13356"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 2598.8428,4926.5554 2174,0"
+     id="path13361"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 2598.8428,8963.5554 2174,0"
+     id="path13366"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 2598.8428,6479.5554 2174,0"
+     id="path13371"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 2598.8428,5858.5554 2174,0"
+     id="path13376"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 9119.8428,1821.5554 2484.0002,0"
+     id="path13381"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 10361.843,10205.555 -1242.0002,0 0,-4036.9996 2484.0002,0 0,4036.9996 -1242,0 z"
+     id="path13386"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 9119.8428,9585.5554 2484.0002,0"
+     id="path13447"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 9119.8428,6790.5554 2484.0002,0"
+     id="path13452"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 9119.8428,7411.5554 2484.0002,0"
+     id="path13457"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 3529.8428,4616.5554 5241,-3784.99996"
+     id="path13462"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 9119.8428,579.55544 -453,142 176,243 277,-385 z"
+     id="path13464"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 3529.8428,6169.5554 5160,0"
+     id="path13469"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 9119.8428,6169.5554 -450,-150 0,300 450,-150 z"
+     id="path13471"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 13777.843,889.55544 3727,0 0,3415.99996 -3727,0 0,-3415.99996 z"
+     id="path13487"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 14093.843,1205.5554 3094,0 0,2783 -3094,0 0,-2783 z"
+     id="path13489"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 13777.843,6479.5554 3727,0 0,3417 -3727,0 0,-3417 z"
+     id="path13532"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 14093.843,6795.5554 3094,0 0,2784 -3094,0 0,-2784 z"
+     id="path13534"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 10361.843,6479.5554 2458,0"
+     id="path13562"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 13467.843,6479.5554 -678,-226 0,452 678,-226 z"
+     id="path13564"
+     inkscape:connector-curvature="0"
+     style="fill:#ff0000;stroke:none" /><path
+     d="m 10361.843,890.55544 2458,0"
+     id="path13569"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 13467.843,890.55544 -678,-226 0,451.99996 678,-225.99996 z"
+     id="path13571"
+     inkscape:connector-curvature="0"
+     style="fill:#ff0000;stroke:none" /><path
+     d="m 10361.843,1511.5554 2746,4119"
+     id="path13576"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 13467.843,6169.5554 -189,-690 -376,251 565,439 z"
+     id="path13578"
+     inkscape:connector-curvature="0"
+     style="fill:#ff0000;stroke:none" /><text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+     x="7094.9033"
+     y="1002.1621"
+     id="text13584"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan13586"
+       x="7094.9033"
+       y="1002.1621">Dev 0, Func 0</tspan><tspan
+       sodipodi:role="line"
+       x="7094.9033"
+       y="1566.6067"
+       id="tspan13588">Dev 0, Func 1</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+     x="1717.1458"
+     y="4703.9365"
+     id="text13590"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan13592"
+       x="1717.1458"
+       y="4703.9365">Bus 0</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+     x="1706.1213"
+     y="6307.7002"
+     id="text13594"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan13596"
+       x="1706.1213"
+       y="6307.7002">Bus N</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+     x="15640.843"
+     y="2194.0066"
+     id="text13598"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan13600"
+       x="15640.843"
+       y="2194.0066"
+       dx="0 0 0 0 0 29.597458">VDA ↔ MPA</tspan><tspan
+       sodipodi:role="line"
+       x="15640.843"
+       y="2758.4509"
+       id="tspan13602">Translation</tspan><tspan
+       sodipodi:role="line"
+       x="15640.843"
+       y="3322.8953"
+       id="tspan13604">Tables</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+     x="15638.087"
+     y="4916.6196"
+     id="text13606"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan13608"
+       x="15638.087"
+       y="4916.6196">Protection</tspan><tspan
+       sodipodi:role="line"
+       x="15638.087"
+       y="5481.0645"
+       id="tspan13610">Domain 0</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+     x="7094.9033"
+     y="6654.1221"
+     id="text13584-8"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan13586-2"
+       x="7094.9033"
+       y="6654.1221">Dev 0, Func 0</tspan><tspan
+       sodipodi:role="line"
+       x="7094.9033"
+       y="7218.5664"
+       id="tspan13588-7">Dev 0, Func 1</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+     x="7238.6602"
+     y="10038.575"
+     id="text13584-5"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       x="7238.6602"
+       y="10038.575"
+       id="tspan13588-9">Dev 31, Func 7</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+     x="7238.6602"
+     y="4460.501"
+     id="text13584-5-6"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       x="7238.6602"
+       y="4460.501"
+       id="tspan13588-9-6">Dev 31, Func 7</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+     x="15640.843"
+     y="7784.5068"
+     id="text13598-7"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan13600-4"
+       x="15640.843"
+       y="7784.5068"
+       dx="0 0 0 0 0 29.597458">VDA ↔ MPA</tspan><tspan
+       sodipodi:role="line"
+       x="15640.843"
+       y="8348.9512"
+       id="tspan13602-9">Translation</tspan><tspan
+       sodipodi:role="line"
+       x="15640.843"
+       y="8913.3955"
+       id="tspan13604-2">Tables</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+     x="15638.087"
+     y="10521.688"
+     id="text13606-4"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan13608-0"
+       x="15638.087"
+       y="10521.688">Protection</tspan><tspan
+       sodipodi:role="line"
+       x="15638.087"
+       y="11086.133"
+       id="tspan13610-5">Domain 1</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+     x="10361.182"
+     y="5147.8984"
+     id="text14816"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan14818"
+       x="10361.182"
+       y="5147.8984">Context Table</tspan><tspan
+       sodipodi:role="line"
+       x="10361.182"
+       y="5712.3428"
+       id="tspan14820">of Bus 0</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+     x="10361.182"
+     y="10751.828"
+     id="text14816-8"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan14818-3"
+       x="10361.182"
+       y="10751.828">Context Table</tspan><tspan
+       sodipodi:role="line"
+       x="10361.182"
+       y="11316.272"
+       id="tspan14820-6">of Bus N</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+     x="1439.1128"
+     y="9396.4941"
+     id="text13594-9"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan13596-4"
+       x="1439.1128"
+       y="9396.4941">Bus 255</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+     x="3634.8257"
+     y="10182.217"
+     id="text14878"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan14880"
+       x="3634.8257"
+       y="10182.217">Root Context</tspan><tspan
+       sodipodi:role="line"
+       x="3634.8257"
+       y="10746.661"
+       id="tspan14882">Table</tspan></text>
+</svg>
\ No newline at end of file
diff --git a/dma-req-id.svg b/dma-req-id.svg
new file mode 100644 (file)
index 0000000..c2f7a02
--- /dev/null
@@ -0,0 +1,229 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:ooo="http://xml.openoffice.org/svg/export"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.2"
+   width="581.62994"
+   height="93.703148"
+   viewBox="0 0 16414.89 2644.5111"
+   preserveAspectRatio="xMidYMid"
+   clip-path="url(#presentation_clip_path)"
+   xml:space="preserve"
+   id="svg12043"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="dma-req-id.svg"
+   style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"><metadata
+     id="metadata12227"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1918"
+     inkscape:window-height="1059"
+     id="namedview12225"
+     showgrid="false"
+     fit-margin-top="20"
+     fit-margin-left="20"
+     fit-margin-right="20"
+     fit-margin-bottom="20"
+     inkscape:zoom="1.9070707"
+     inkscape:cx="281.017"
+     inkscape:cy="48.692923"
+     inkscape:window-x="0"
+     inkscape:window-y="19"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="svg12043" /><defs
+     class="ClipPathGroup"
+     id="defs12045"><clipPath
+       id="presentation_clip_path"
+       clipPathUnits="userSpaceOnUse"><rect
+         x="0"
+         y="0"
+         width="21590"
+         height="27940"
+         id="rect12048" /></clipPath></defs><defs
+     class="TextShapeIndex"
+     id="defs12050"><g
+       ooo:slide="id1"
+       ooo:id-list="id3 id4 id5 id6 id7 id8 id9 id10 id11 id12 id13 id14"
+       id="g12052" /></defs><defs
+     class="EmbeddedBulletChars"
+     id="defs12054"><g
+       id="bullet-char-template(57356)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 580,1141 1163,571 580,0 -4,571 580,1141 z"
+         id="path12057"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(57354)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 8,1128 1129,0 L 1137,0 8,0 8,1128 z"
+         id="path12060"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10146)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 174,0 602,739 174,1481 1456,739 174,0 z m 1184,739 -1049,607 350,-607 699,0 z"
+         id="path12063"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10132)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 2015,739 1276,0 717,0 l 543,543 -1086,0 0,393 1086,0 -543,545 557,0 741,-742 z"
+         id="path12066"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10007)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z"
+         id="path12069"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10004)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 l 0,-122 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 z"
+         id="path12072"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(9679)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 z"
+         id="path12075"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(8226)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z"
+         id="path12078"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(8211)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m -4,459 1139,0 0,147 -1139,0 0,-147 z"
+         id="path12081"
+         inkscape:connector-curvature="0" /></g></defs><defs
+     class="TextEmbeddedBitmaps"
+     id="defs12083" /><g
+     id="g12085"
+     transform="translate(-2608.0556,-8216.4333)"><g
+       id="id2"
+       class="Master_Slide"><g
+         id="bg-id2"
+         class="Background" /><g
+         id="bo-id2"
+         class="BackgroundObjects" /></g></g><path
+     style="fill:none;stroke:#3465af;stroke-width:51"
+     inkscape:connector-curvature="0"
+     id="path12102"
+     d="m 8207.9444,2054.5667 -7617.99996,0 0,-952 15234.99956,0 0,952 -7616.9996,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path12177"
+     d="m 8208.9444,1102.5667 0,952" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path12182"
+     d="m 12969.944,1102.5667 0,952" /><text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+     x="1062.0294"
+     y="896.60675"
+     id="text12229"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan12231"
+       x="1062.0294"
+       y="896.60675">15</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+     x="7573.4697"
+     y="899.58331"
+     id="text12233"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan12235"
+       x="7573.4697"
+       y="899.58331">8</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+     x="8653.7754"
+     y="899.80402"
+     id="text12237"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan12239"
+       x="8653.7754"
+       y="899.80402">7</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+     x="12383.056"
+     y="899.58331"
+     id="text12241"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan12243"
+       x="12383.056"
+       y="899.58331">3</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+     x="13463.363"
+     y="902.78058"
+     id="text12245"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan12247"
+       x="13463.363"
+       y="902.78058">2</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+     x="15333.501"
+     y="899.58331"
+     id="text12249"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan12251"
+       x="15333.501"
+       y="899.58331">0</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+     x="4510.1328"
+     y="1742.9388"
+     id="text12710"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan12712"
+       x="4510.1328"
+       y="1742.9388">PCI Bus #</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+     x="10666.404"
+     y="1746.9076"
+     id="text12714"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan12716"
+       x="10666.404"
+       y="1746.9076">Device #</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+     x="14428.03"
+     y="1746.9076"
+     id="text12718"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan12720"
+       x="14428.03"
+       y="1746.9076">Function #</tspan></text>
+</svg>
\ No newline at end of file
diff --git a/dma-virt.svg b/dma-virt.svg
new file mode 100644 (file)
index 0000000..c668552
--- /dev/null
@@ -0,0 +1,872 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:ooo="http://xml.openoffice.org/svg/export"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.2"
+   width="645.10022"
+   height="378.81104"
+   viewBox="0 0 18206.162 10690.889"
+   preserveAspectRatio="xMidYMid"
+   clip-path="url(#presentation_clip_path)"
+   xml:space="preserve"
+   id="svg6734"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="dma-virt.svg"
+   style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"><metadata
+     id="metadata7364"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1918"
+     inkscape:window-height="1059"
+     id="namedview7362"
+     showgrid="false"
+     inkscape:zoom="0.67425131"
+     inkscape:cx="708.82872"
+     inkscape:cy="-77.998893"
+     inkscape:window-x="0"
+     inkscape:window-y="19"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="svg6734"
+     fit-margin-top="20"
+     fit-margin-left="20"
+     fit-margin-right="20"
+     fit-margin-bottom="20" /><defs
+     class="ClipPathGroup"
+     id="defs6736"><clipPath
+       id="presentation_clip_path"
+       clipPathUnits="userSpaceOnUse"><rect
+         x="0"
+         y="0"
+         width="21590"
+         height="27940"
+         id="rect6739" /></clipPath></defs><defs
+     class="TextShapeIndex"
+     id="defs6741"><g
+       ooo:slide="id1"
+       ooo:id-list="id3 id4 id5 id6 id7 id8 id9 id10 id11 id12 id13 id14 id15 id16 id17 id18 id19 id20 id21 id22 id23 id24 id25 id26 id27 id28 id29 id30 id31 id32 id33 id34 id35 id36 id37 id38 id39 id40 id41 id42 id43 id44 id45 id46 id47 id48 id49 id50"
+       id="g6743" /></defs><defs
+     class="EmbeddedBulletChars"
+     id="defs6745"><g
+       id="bullet-char-template(57356)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 580,1141 1163,571 580,0 -4,571 580,1141 z"
+         id="path6748"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(57354)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 8,1128 1129,0 L 1137,0 8,0 8,1128 z"
+         id="path6751"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10146)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 174,0 602,739 174,1481 1456,739 174,0 z m 1184,739 -1049,607 350,-607 699,0 z"
+         id="path6754"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10132)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 2015,739 1276,0 717,0 l 543,543 -1086,0 0,393 1086,0 -543,545 557,0 741,-742 z"
+         id="path6757"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10007)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z"
+         id="path6760"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10004)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 l 0,-122 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 z"
+         id="path6763"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(9679)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 z"
+         id="path6766"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(8226)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z"
+         id="path6769"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(8211)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m -4,459 1139,0 0,147 -1139,0 0,-147 z"
+         id="path6772"
+         inkscape:connector-curvature="0" /></g></defs><defs
+     class="TextEmbeddedBitmaps"
+     id="defs6774" /><g
+     id="g6776"
+     transform="translate(-765.55556,-4194.5556)"><g
+       id="id2"
+       class="Master_Slide"><g
+         id="bg-id2"
+         class="Background" /><g
+         id="bo-id2"
+         class="BackgroundObjects" /></g></g><path
+     d="m 3422.4444,8006.4444 c 586,0 1035,320 1035,739 0,419 -449,739 -1035,739 -586,0 -1034,-320 -1034,-739 0,-419 448,-739 1034,-739 z m -1034,0 0,0 z m 2070,1479 0,0 z"
+     id="path6791"
+     inkscape:connector-curvature="0"
+     style="fill:#00ffff;stroke:none" /><path
+     d="m 3422.4444,8006.4444 c 586,0 1035,320 1035,739 0,419 -449,739 -1035,739 -586,0 -1034,-320 -1034,-739 0,-419 448,-739 1034,-739 z"
+     id="path6793"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 2388.4444,8006.4444 0,0 z"
+     id="path6795"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 4458.4444,9485.4444 0,0 z"
+     id="path6797"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 615.44444,5936.4444 13007.99956,0"
+     id="path6810"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     style="fill:none;stroke:#3465af;stroke-width:102"
+     inkscape:connector-curvature="0"
+     id="path6817"
+     d="m 7119.4444,5048.4444 -1478,0 0,-3547 2956,0 0,3547 -1478,0 z" /><path
+     style="fill:#23ff23;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path6822"
+     d="m 7119.4444,3276.4444 -1478,0 0,-1774 2956,0 0,1774 -1478,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path6824"
+     d="m 7119.4444,3276.4444 -1478,0 0,-1774 2956,0 0,1774 -1478,0 z" /><path
+     style="fill:#729fcf;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path6837"
+     d="m 7119.4444,5048.4444 -1478,0 0,-1773 2956,0 0,1773 -1478,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path6839"
+     d="m 7119.4444,5048.4444 -1478,0 0,-1773 2956,0 0,1773 -1478,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:102"
+     inkscape:connector-curvature="0"
+     id="path6854"
+     d="m 11257.444,5048.4444 -1478.9996,0 0,-3547 2956.9996,0 0,3547 -1478,0 z" /><path
+     style="fill:#23ff23;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path6859"
+     d="m 11257.444,3276.4444 -1478.9996,0 0,-1774 2956.9996,0 0,1774 -1478,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path6861"
+     d="m 11257.444,3276.4444 -1478.9996,0 0,-1774 2956.9996,0 0,1774 -1478,0 z" /><path
+     style="fill:#729fcf;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path6874"
+     d="m 11257.444,5048.4444 -1478.9996,0 0,-1773 2956.9996,0 0,1773 -1478,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path6876"
+     d="m 11257.444,5048.4444 -1478.9996,0 0,-1773 2956.9996,0 0,1773 -1478,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:102"
+     inkscape:connector-curvature="0"
+     id="path6891"
+     d="m 2980.4444,5048.4444 -1478,0 0,-3547 2956,0 0,3547 -1478,0 z" /><path
+     style="fill:#23ff23;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path6896"
+     d="m 2980.4444,3276.4444 -1478,0 0,-1774 2956,0 0,1774 -1478,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path6898"
+     d="m 2980.4444,3276.4444 -1478,0 0,-1774 2956,0 0,1774 -1478,0 z" /><path
+     style="fill:#729fcf;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path6911"
+     d="m 2980.4444,5048.4444 -1478,0 0,-1773 2956,0 0,1773 -1478,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path6913"
+     d="m 2980.4444,5048.4444 -1478,0 0,-1773 2956,0 0,1773 -1478,0 z" /><path
+     d="m 11701.444,8006.4444 c 587,0 1035,320 1035,739 0,419 -448,739 -1035,739 -587,0 -1035,-320 -1035,-739 0,-419 448,-739 1035,-739 z m -1035,0 0,0 z m 2071,1479 0,0 z"
+     id="path6926"
+     inkscape:connector-curvature="0"
+     style="fill:#00ffff;stroke:none" /><path
+     d="m 11701.444,8006.4444 c 587,0 1035,320 1035,739 0,419 -448,739 -1035,739 -587,0 -1035,-320 -1035,-739 0,-419 448,-739 1035,-739 z"
+     id="path6928"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 10666.444,8006.4444 0,0 z"
+     id="path6930"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 12737.444,9485.4444 0,0 z"
+     id="path6932"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 2736.4444,5036.4444 488,2688"
+     id="path6945"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 2684.4444,4754.4444 -44,313 196,-36 -152,-277 z"
+     id="path6947"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 3276.4444,8006.4444 44,-313 -196,35 152,278 z"
+     id="path6949"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 11823.444,5039.4444 -244,2681"
+     id="path6954"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 11849.444,4754.4444 -127,289 199,19 -72,-308 z"
+     id="path6956"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 11553.444,8006.4444 127,-290 -199,-18 72,308 z"
+     id="path6958"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 2980.4444,10075.444 -508,0"
+     id="path6996"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 1964.4444,10075.444 -508,0"
+     id="path6998"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 1206.4444,9817.4444 0,-508"
+     id="path7000"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 1206.4444,8801.4444 0,-508"
+     id="path7002"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 1206.4444,7785.4444 0,-508"
+     id="path7004"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 1206.4444,6769.4444 0,-508"
+     id="path7006"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 1206.4444,5753.4444 0,-508"
+     id="path7008"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 1206.4444,4737.4444 0,-508"
+     id="path7010"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 1206.4444,3721.4444 0,-508"
+     id="path7012"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 1206.4444,2705.4444 0,-508"
+     id="path7014"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 1206.4444,1689.4444 0,-508"
+     id="path7016"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 1206.4444,673.44444 0,-58 450,0"
+     id="path7018"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 2164.4444,615.44444 508,0"
+     id="path7020"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 3180.4444,615.44444 508,0"
+     id="path7022"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 4196.4444,615.44444 508,0"
+     id="path7024"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 4754.4444,1073.4444 0,508"
+     id="path7026"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 4754.4444,2089.4444 0,508"
+     id="path7028"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 4754.4444,3105.4444 0,508"
+     id="path7030"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 4754.4444,4121.4444 0,508"
+     id="path7032"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 4754.4444,5137.4444 0,508"
+     id="path7034"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 4754.4444,6153.4444 0,508"
+     id="path7036"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 4754.4444,7169.4444 0,508"
+     id="path7038"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 4754.4444,8185.4444 0,508"
+     id="path7040"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 4754.4444,9201.4444 0,508"
+     id="path7042"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 4612.4444,10075.444 -508,0"
+     id="path7044"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 3596.4444,10075.444 -508,0"
+     id="path7046"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 7119.4444,10075.444 -508,0"
+     id="path7051"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 6103.4444,10075.444 -508,0"
+     id="path7053"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 5345.4444,9817.4444 0,-508"
+     id="path7055"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 5345.4444,8801.4444 0,-508"
+     id="path7057"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 5345.4444,7785.4444 0,-508"
+     id="path7059"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 5345.4444,6769.4444 0,-508"
+     id="path7061"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 5345.4444,5753.4444 0,-508"
+     id="path7063"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 5345.4444,4737.4444 0,-508"
+     id="path7065"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 5345.4444,3721.4444 0,-508"
+     id="path7067"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 5345.4444,2705.4444 0,-508"
+     id="path7069"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 5345.4444,1689.4444 0,-508"
+     id="path7071"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 5345.4444,673.44444 0,-58 450,0"
+     id="path7073"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 6303.4444,615.44444 508,0"
+     id="path7075"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 7319.4444,615.44444 508,0"
+     id="path7077"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 8335.4444,615.44444 508,0"
+     id="path7079"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 8893.4444,1073.4444 0,508"
+     id="path7081"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 8893.4444,2089.4444 0,508"
+     id="path7083"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 8893.4444,3105.4444 0,508"
+     id="path7085"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 8893.4444,4121.4444 0,508"
+     id="path7087"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 8893.4444,5137.4444 0,508"
+     id="path7089"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 8893.4444,6153.4444 0,508"
+     id="path7091"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 8893.4444,7169.4444 0,508"
+     id="path7093"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 8893.4444,8185.4444 0,508"
+     id="path7095"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 8893.4444,9201.4444 0,508"
+     id="path7097"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 8751.4444,10075.444 -508,0"
+     id="path7099"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 7735.4444,10075.444 -508,0"
+     id="path7101"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 11257.444,10075.444 -508,0"
+     id="path7106"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 10241.444,10075.444 -507.9996,0"
+     id="path7108"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 9483.4444,9817.4444 0,-508"
+     id="path7110"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 9483.4444,8801.4444 0,-508"
+     id="path7112"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 9483.4444,7785.4444 0,-508"
+     id="path7114"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 9483.4444,6769.4444 0,-508"
+     id="path7116"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 9483.4444,5753.4444 0,-508"
+     id="path7118"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 9483.4444,4737.4444 0,-508"
+     id="path7120"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 9483.4444,3721.4444 0,-508"
+     id="path7122"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 9483.4444,2705.4444 0,-508"
+     id="path7124"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 9483.4444,1689.4444 0,-508"
+     id="path7126"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 9483.4444,673.44444 0,-58 451,0"
+     id="path7128"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 10442.444,615.44444 508,0"
+     id="path7130"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 11458.444,615.44444 508,0"
+     id="path7132"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 12474.444,615.44444 508,0"
+     id="path7134"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 13030.444,1075.4444 0,508"
+     id="path7136"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 13030.444,2091.4444 0,508"
+     id="path7138"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 13030.444,3107.4444 0,508"
+     id="path7140"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 13030.444,4123.4444 0,508"
+     id="path7142"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 13030.444,5139.4444 0,508"
+     id="path7144"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 13030.444,6155.4444 0,508"
+     id="path7146"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 13030.444,7171.4444 0,508"
+     id="path7148"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 13030.444,8187.4444 0,508"
+     id="path7150"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 13030.444,9203.4444 0,508"
+     id="path7152"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 12887.444,10075.444 -508,0"
+     id="path7154"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 11871.444,10075.444 -508,0"
+     id="path7156"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     style="fill:#94bd5e;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path7163"
+     d="m 1797.4444,9778.4444 -296,0 0,-2069 591,0 0,2069 -295,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path7165"
+     d="m 1797.4444,9778.4444 -296,0 0,-2069 591,0 0,2069 -295,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path7170"
+     d="m 1502.4444,8006.4444 591,0" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path7175"
+     d="m 1502.4444,8301.4444 591,0" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path7180"
+     d="m 1502.4444,8597.4444 591,0" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path7185"
+     d="m 1502.4444,8893.4444 591,0" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path7190"
+     d="m 1502.4444,9484.4444 591,0" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path7195"
+     d="m 1502.4444,9188.4444 591,0" /><path
+     d="m 5936.4444,9484.4444 -296,0 0,-1774 591,0 0,1774 -295,0 z"
+     id="path7200"
+     inkscape:connector-curvature="0"
+     style="fill:#94bd5e;stroke:none" /><path
+     d="m 5936.4444,9484.4444 -296,0 0,-1774 591,0 0,1774 -295,0 z"
+     id="path7202"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 5641.4444,8006.4444 591,0"
+     id="path7207"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 5641.4444,8301.4444 591,0"
+     id="path7212"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 5641.4444,8597.4444 591,0"
+     id="path7217"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 5641.4444,8893.4444 591,0"
+     id="path7222"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 5641.4444,9188.4444 591,0"
+     id="path7227"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 10075.444,9484.4444 -295.9996,0 0,-1478 591.9996,0 0,1478 -296,0 z"
+     id="path7232"
+     inkscape:connector-curvature="0"
+     style="fill:#94bd5e;stroke:none" /><path
+     d="m 10075.444,9484.4444 -295.9996,0 0,-1478 591.9996,0 0,1478 -296,0 z"
+     id="path7234"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 9779.4444,8301.4444 591.9996,0"
+     id="path7239"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 9779.4444,8597.4444 591.9996,0"
+     id="path7244"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 9779.4444,8893.4444 591.9996,0"
+     id="path7249"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 9779.4444,9188.4444 591.9996,0"
+     id="path7254"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 15396.444,4457.4444 -508,0"
+     id="path7259"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 14380.444,4457.4444 -167,0 0,-341"
+     id="path7261"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 14213.444,3608.4444 0,-508"
+     id="path7263"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 14213.444,2592.4444 0,-204 305,0"
+     id="path7265"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 15026.444,2388.4444 508,0"
+     id="path7267"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 16042.444,2388.4444 508,0"
+     id="path7269"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 16578.444,2868.4444 0,508"
+     id="path7271"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 16578.444,3884.4444 0,508"
+     id="path7273"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 16136.444,4457.4444 -508,0"
+     id="path7275"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 7119.4444,7414.4444 -5321,0 0,-886 10641.9996,0 0,886 -5320.9996,0 z"
+     id="path7294"
+     inkscape:connector-curvature="0"
+     style="fill:#e6e6ff;stroke:none" /><path
+     d="m 7119.4444,7414.4444 -5321,0 0,-886 10641.9996,0 0,886 -5320.9996,0 z"
+     id="path7296"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     style="fill:#94bd5e;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path7311"
+     d="m 15396.444,8300.4444 -296,0 0,-2069 591,0 0,2069 -295,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path7313"
+     d="m 15396.444,8300.4444 -296,0 0,-2069 591,0 0,2069 -295,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path7318"
+     d="m 15101.444,6528.4444 591,0" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path7323"
+     d="m 15101.444,6823.4444 591,0" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path7328"
+     d="m 15101.444,7119.4444 591,0" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path7333"
+     d="m 15101.444,7414.4444 591,0" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path7338"
+     d="m 15101.444,8006.4444 591,0" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path7343"
+     d="m 15101.444,7710.4444 591,0" /><text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+     x="2506.6196"
+     y="1213.8488"
+     id="text7366"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan7368"
+       x="2506.6196"
+       y="1213.8488">VM1</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+     x="6647.3838"
+     y="1216.8253"
+     id="text7370"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan7372"
+       x="6647.3838"
+       y="1216.8253">VM2</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+     x="10780.363"
+     y="1213.6281"
+     id="text7374"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan7376"
+       x="10780.363"
+       y="1213.6281">VM3</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+     x="1610.454"
+     y="2514.019"
+     id="text7378"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan7380"
+       x="1610.454"
+       y="2514.019">Applications</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+     x="1923.7648"
+     y="4326.3164"
+     id="text7382"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan7384"
+       x="1923.7648"
+       y="4326.3164">Guest OS</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+     x="5749.4541"
+     y="2514.019"
+     id="text7378-5"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan7380-6"
+       x="5749.4541"
+       y="2514.019">Applications</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+     x="9886.9541"
+     y="2514.019"
+     id="text7378-2"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan7380-1"
+       x="9886.9541"
+       y="2514.019">Applications</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+     x="6062.7646"
+     y="4326.3164"
+     id="text7382-9"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan7384-5"
+       x="6062.7646"
+       y="4326.3164">Guest OS</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+     x="10200.265"
+     y="4326.3164"
+     id="text7382-2"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan7384-1"
+       x="10200.265"
+       y="4326.3164">Guest OS</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+     x="15399.491"
+     y="3289.9922"
+     id="text9265"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan9267"
+       x="15399.491"
+       y="3289.9922">Isolation</tspan><tspan
+       sodipodi:role="line"
+       x="15399.491"
+       y="3854.4365"
+       id="tspan9269">Domain</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+     x="7082.6553"
+     y="7211.8799"
+     id="text9271"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan9273"
+       x="7082.6553"
+       y="7211.8799">VMM</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+     x="15747.081"
+     y="8969.8779"
+     id="text9275"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan9277"
+       x="15747.081"
+       y="8969.8779">Machine Physical</tspan><tspan
+       sodipodi:role="line"
+       x="15747.081"
+       y="9534.3223"
+       id="tspan9279">Memory</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+     x="3422.2314"
+     y="8914.2852"
+     id="text9281"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan9283"
+       x="3422.2314"
+       y="8914.2852">Device 1</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+     x="11702.495"
+     y="8914.2852"
+     id="text9285"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan9287"
+       x="11702.495"
+       y="8914.2852">Device 2</tspan></text>
+</svg>
\ No newline at end of file
diff --git a/dma.svg b/dma.svg
new file mode 100644 (file)
index 0000000..43704e2
--- /dev/null
+++ b/dma.svg
@@ -0,0 +1,408 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:ooo="http://xml.openoffice.org/svg/export"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.2"
+   width="602.08264"
+   height="340.2677"
+   viewBox="0 0 16992.11 9603.1106"
+   preserveAspectRatio="xMidYMid"
+   clip-path="url(#presentation_clip_path)"
+   xml:space="preserve"
+   id="svg3338"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="dma.svg"
+   style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"><metadata
+     id="metadata3651"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1918"
+     inkscape:window-height="1059"
+     id="namedview3649"
+     showgrid="false"
+     inkscape:zoom="0.62282537"
+     inkscape:cx="862.98373"
+     inkscape:cy="-132.40386"
+     inkscape:window-x="0"
+     inkscape:window-y="19"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="svg3338"
+     fit-margin-top="20"
+     fit-margin-left="20"
+     fit-margin-right="20"
+     fit-margin-bottom="20" /><defs
+     class="ClipPathGroup"
+     id="defs3340"><marker
+       inkscape:stockid="Arrow1Mend"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mend"
+       style="overflow:visible"><path
+         id="path5259"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
+         transform="matrix(-0.4,0,0,-0.4,-4,0)"
+         inkscape:connector-curvature="0" /></marker><marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"><path
+         id="path5256"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" /></marker><marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"><path
+         id="path5250"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" /></marker><clipPath
+       id="presentation_clip_path"
+       clipPathUnits="userSpaceOnUse"><rect
+         x="0"
+         y="0"
+         width="21590"
+         height="27940"
+         id="rect3343" /></clipPath></defs><defs
+     class="TextShapeIndex"
+     id="defs3345"><g
+       ooo:slide="id1"
+       ooo:id-list="id3 id4 id5 id6 id7 id8 id9 id10 id11 id12 id13 id14 id15 id16 id17 id18 id19 id20 id21 id22 id23"
+       id="g3347" /></defs><defs
+     class="EmbeddedBulletChars"
+     id="defs3349"><g
+       id="bullet-char-template(57356)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 580,1141 1163,571 580,0 -4,571 580,1141 z"
+         id="path3352"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(57354)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 8,1128 1129,0 L 1137,0 8,0 8,1128 z"
+         id="path3355"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10146)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 174,0 602,739 174,1481 1456,739 174,0 z m 1184,739 -1049,607 350,-607 699,0 z"
+         id="path3358"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10132)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 2015,739 1276,0 717,0 l 543,543 -1086,0 0,393 1086,0 -543,545 557,0 741,-742 z"
+         id="path3361"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10007)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z"
+         id="path3364"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10004)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 l 0,-122 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 z"
+         id="path3367"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(9679)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 z"
+         id="path3370"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(8226)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z"
+         id="path3373"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(8211)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m -4,459 1139,0 0,147 -1139,0 0,-147 z"
+         id="path3376"
+         inkscape:connector-curvature="0" /></g></defs><defs
+     class="TextEmbeddedBitmaps"
+     id="defs3378" /><path
+     d="m 6853.5554,578.55544 c -323,0 -645,322 -645,644.99996 l 0,2581 c 0,323 322,646 645,646 l 2581,0 c 323,0 645.9996,-323 645.9996,-646 l 0,-2581 c 0,-322.99996 -322.9996,-644.99996 -645.9996,-644.99996 l -2581,0 z m -645,0 0,0 z m 3871.9996,3871.99996 0,0 z"
+     id="path3410"
+     inkscape:connector-curvature="0"
+     style="fill:#ff00ff;stroke:none" /><g
+     id="g3380"
+     transform="translate(-2112.4446,-3849.4446)"><g
+       id="id2"
+       class="Master_Slide"><g
+         id="bg-id2"
+         class="Background" /><g
+         id="bo-id2"
+         class="BackgroundObjects" /></g></g><path
+     d="m 1634.5554,4449.5554 -1055.99996,0 0,-3870.99996 2110.99996,0 0,3870.99996 -1055,0 z"
+     id="path3395"
+     inkscape:connector-curvature="0"
+     style="fill:#729fcf;stroke:none" /><path
+     d="m 1634.5554,4449.5554 -1055.99996,0 0,-3870.99996 2110.99996,0 0,3870.99996 -1055,0 z"
+     id="path3397"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 6853.5554,578.55544 c -323,0 -645,322 -645,644.99996 l 0,2581 c 0,323 322,646 645,646 l 2581,0 c 323,0 645.9996,-323 645.9996,-646 l 0,-2581 c 0,-322.99996 -322.9996,-644.99996 -645.9996,-644.99996 l -2581,0 z"
+     id="path3412"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 6208.5554,578.55544 0,0 z"
+     id="path3414"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 10080.555,4450.5554 0,0 z"
+     id="path3416"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 3744.5554,7616.5554 c 798,0 1407,305 1407,703 0,398 -609,703 -1407,703 -798,0 -1407,-305 -1407,-703 0,-398 609,-703 1407,-703 z m -1407,0 0,0 z m 2816,1408 0,0 z"
+     id="path3435"
+     inkscape:connector-curvature="0"
+     style="fill:#00ffff;stroke:none" /><path
+     d="m 3744.5554,7616.5554 c 798,0 1407,305 1407,703 0,398 -609,703 -1407,703 -798,0 -1407,-305 -1407,-703 0,-398 609,-703 1407,-703 z"
+     id="path3437"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 2337.5554,7616.5554 0,0 z"
+     id="path3439"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 5153.5554,9024.5554 0,0 z"
+     id="path3441"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 13950.555,2689.5554 -2463,0 0,-2110.99996 4926,0 0,2110.99996 -2463,0 z"
+     id="path3446"
+     inkscape:connector-curvature="0"
+     style="fill:#00ff00;stroke:none" /><path
+     d="m 13950.555,2689.5554 -2463,0 0,-2110.99996 4926,0 0,2110.99996 -2463,0 z"
+     id="path3448"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 8671.5554,7616.5554 c 798,0 1406.9996,305 1406.9996,703 0,398 -608.9996,703 -1406.9996,703 -798,0 -1407,-305 -1407,-703 0,-398 609,-703 1407,-703 z m -1407,0 0,0 z m 2815.9996,1408 0,0 z"
+     id="path3461"
+     inkscape:connector-curvature="0"
+     style="fill:#00ffff;stroke:none" /><path
+     d="m 8671.5554,7616.5554 c 798,0 1406.9996,305 1406.9996,703 0,398 -608.9996,703 -1406.9996,703 -798,0 -1407,-305 -1407,-703 0,-398 609,-703 1407,-703 z"
+     id="path3463"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 7264.5554,7616.5554 0,0 z"
+     id="path3465"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 10080.555,9024.5554 0,0 z"
+     id="path3467"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 13597.555,7616.5554 c 798,0 1407,305 1407,703 0,398 -609,703 -1407,703 -798,0 -1407,-305 -1407,-703 0,-398 609,-703 1407,-703 z m -1407,0 0,0 z m 2816,1408 0,0 z"
+     id="path3472"
+     inkscape:connector-curvature="0"
+     style="fill:#00ffff;stroke:none" /><path
+     d="m 13597.555,7616.5554 c 798,0 1407,305 1407,703 0,398 -609,703 -1407,703 -798,0 -1407,-305 -1407,-703 0,-398 609,-703 1407,-703 z"
+     id="path3474"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 12190.555,7616.5554 0,0 z"
+     id="path3476"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 15006.555,9024.5554 0,0 z"
+     id="path3478"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 2689.5554,2690.5554 700,-352 0,176 2119,0 0,-176 701,352 -701,353 0,-177 -2119,0 0,177 -700,-353 z"
+     id="path3607"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 2689.5554,2338.5554 0,0 z"
+     id="path3609"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 6209.5554,3043.5554 0,0 z"
+     id="path3611"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 10079.555,1635.5554 280,-352 0,176 847,0 0,-176 280,352 -280,353 0,-177 -847,0 0,177 -280,-353 z"
+     id="path3616"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 10079.555,1283.5554 0,0 z"
+     id="path3618"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 11487.555,1988.5554 0,0 z"
+     id="path3620"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 6537.5554,4933.5554 -1624,2087"
+     id="path3625"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:152" /><path
+     d="m 6913.5554,4450.5554 -562,374 337,262 225,-636 z"
+     id="path3627"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 4450.5554,7617.5554 693,-463 -416,-323 -277,786 z"
+     id="path3629"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 7968.5554,5062.5554 0,1799"
+     id="path3634"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:152" /><path
+     d="m 7968.5554,4450.5554 -213,640 427,0 -214,-640 z"
+     id="path3636"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 7968.5554,7617.5554 264,-791 -527,0 263,791 z"
+     id="path3638"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 9498.5554,4837.5554 2811.9996,2301"
+     id="path3643"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:152" /><path
+     d="m 9024.5554,4450.5554 361,570 270,-330 -631,-240 z"
+     id="path3645"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 12895.555,7617.5554 -445,-705 -334,408 779,297 z"
+     id="path3647"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+     x="1181.6179"
+     y="2678.428"
+     id="text3653"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan3655"
+       x="1181.6179"
+       y="2678.428">CPU</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+     x="4479.0884"
+     y="1661.656"
+     id="text3657"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan3659"
+       x="4479.0884"
+       y="1661.656">System</tspan><tspan
+       sodipodi:role="line"
+       x="4479.0884"
+       y="2226.1003"
+       id="tspan3661">BUS</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+     x="8132.0986"
+     y="2396.7058"
+     id="text3663"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan3665"
+       x="8132.0986"
+       y="2396.7058">BUS</tspan><tspan
+       sodipodi:role="line"
+       x="8132.0986"
+       y="2961.1501"
+       id="tspan3669">Controller</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+     x="13016.577"
+     y="1751.6848"
+     id="text3673"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan3675"
+       x="13016.577"
+       y="1751.6848">Memory</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+     x="2756.5652"
+     y="8488.8965"
+     id="text3677"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan3679"
+       x="2756.5652"
+       y="8488.8965">Device 1</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+     x="7685.3291"
+     y="8488.8965"
+     id="text3681"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan3683"
+       x="7685.3291"
+       y="8488.8965">Device 2</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+     x="12605.81"
+     y="8487.8965"
+     id="text3685"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan3687"
+       x="12605.81"
+       y="8487.8965">Device 3</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+     x="2942.9148"
+     y="5762.9414"
+     id="text4466"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan4468"
+       x="2942.9148"
+       y="5762.9414"
+       style="fill:#ff0000">DMA</tspan><tspan
+       sodipodi:role="line"
+       x="2942.9148"
+       y="6327.3857"
+       id="tspan4470"
+       style="fill:#ff0000">Request</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+     x="8140.7666"
+     y="6531.9316"
+     id="text4472"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan4474"
+       x="8140.7666"
+       y="6531.9316">I/O Bus (PCI)</tspan></text>
+<path
+     style="fill:none;stroke:#ff0000;stroke-width:56.44444275;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:56.44444444, 112.88888889;stroke-dashoffset:0;marker-start:url(#Arrow1Mstart);marker-end:url(#Arrow1Mend)"
+     d="m 4140.7796,7619.1994 0,-2152.3776 3511.7744,0 0,-3307.864 3874.28,0"
+     id="path4476"
+     inkscape:connector-curvature="0" /></svg>
\ No newline at end of file
diff --git a/ethernet-dev-virt.svg b/ethernet-dev-virt.svg
new file mode 100644 (file)
index 0000000..1723281
--- /dev/null
@@ -0,0 +1,524 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:ooo="http://xml.openoffice.org/svg/export"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.2"
+   width="640.13782"
+   height="582.11426"
+   viewBox="0 0 18066.112 16428.558"
+   preserveAspectRatio="xMidYMid"
+   clip-path="url(#presentation_clip_path)"
+   xml:space="preserve"
+   id="svg15333"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="ethernet-dev-virt.svg"
+   style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"><metadata
+     id="metadata15742"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1918"
+     inkscape:window-height="1059"
+     id="namedview15740"
+     showgrid="false"
+     inkscape:zoom="0.67425131"
+     inkscape:cx="506.18555"
+     inkscape:cy="111.04307"
+     inkscape:window-x="0"
+     inkscape:window-y="19"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="svg15333"
+     fit-margin-top="20"
+     fit-margin-left="20"
+     fit-margin-right="20"
+     fit-margin-bottom="20" /><defs
+     class="ClipPathGroup"
+     id="defs15335"><clipPath
+       id="presentation_clip_path"
+       clipPathUnits="userSpaceOnUse"><rect
+         x="0"
+         y="0"
+         width="21590"
+         height="27940"
+         id="rect15338" /></clipPath></defs><defs
+     class="TextShapeIndex"
+     id="defs15340"><g
+       ooo:slide="id1"
+       ooo:id-list="id3 id4 id5 id6 id7 id8 id9 id10 id11 id12 id13 id14 id15 id16 id17 id18 id19 id20 id21 id22 id23 id24 id25 id26 id27 id28 id29 id30 id31 id32 id33 id34 id35"
+       id="g15342" /></defs><defs
+     class="EmbeddedBulletChars"
+     id="defs15344"><g
+       id="bullet-char-template(57356)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 580,1141 1163,571 580,0 -4,571 580,1141 z"
+         id="path15347"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(57354)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 8,1128 1129,0 L 1137,0 8,0 8,1128 z"
+         id="path15350"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10146)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 174,0 602,739 174,1481 1456,739 174,0 z m 1184,739 -1049,607 350,-607 699,0 z"
+         id="path15353"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10132)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 2015,739 1276,0 717,0 l 543,543 -1086,0 0,393 1086,0 -543,545 557,0 741,-742 z"
+         id="path15356"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10007)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z"
+         id="path15359"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10004)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 l 0,-122 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 z"
+         id="path15362"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(9679)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 z"
+         id="path15365"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(8226)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z"
+         id="path15368"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(8211)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m -4,459 1139,0 0,147 -1139,0 0,-147 z"
+         id="path15371"
+         inkscape:connector-curvature="0" /></g></defs><defs
+     class="TextEmbeddedBitmaps"
+     id="defs15373" /><g
+     id="g15375"
+     transform="translate(-1799.4446,-4018.9977)"><g
+       id="id2"
+       class="Master_Slide"><g
+         id="bg-id2"
+         class="Background" /><g
+         id="bo-id2"
+         class="BackgroundObjects" /></g></g><path
+     d="m 9033.5554,9709.0023 -8454.99996,0 0,-2742 16908.99956,0 0,2742 -8453.9996,0 z"
+     id="path15420"
+     inkscape:connector-curvature="0"
+     style="fill:#c0c0c0;stroke:none" /><path
+     d="m 9033.5554,9709.0023 -8454.99996,0 0,-2742 16908.99956,0 0,2742 -8453.9996,0 z"
+     id="path15422"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 3549.5554,6510.0023 -2970.99996,0 0,-5484 5940.99996,0 0,5484 -2970,0 z"
+     id="path15438"
+     inkscape:connector-curvature="0"
+     style="fill:#729fcf;stroke:none" /><path
+     d="m 3549.5554,6510.0023 -2970.99996,0 0,-5484 5940.99996,0 0,5484 -2970,0 z"
+     id="path15440"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 14517.555,6510.0023 -2971,0 0,-5484 5941,0 0,5484 -2970,0 z"
+     id="path15456"
+     inkscape:connector-curvature="0"
+     style="fill:#729fcf;stroke:none" /><path
+     d="m 14517.555,6510.0023 -2971,0 0,-5484 5941,0 0,5484 -2970,0 z"
+     id="path15458"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 9033.5554,8794.0023 -2514,0 0,-1371 5026.9996,0 0,1371 -2512.9996,0 z"
+     id="path15496"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 3549.5554,6052.0023 -2514,0 0,-1371 5027,0 0,1371 -2513,0 z"
+     id="path15501"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 14517.555,6052.0023 -2514,0 0,-1371 5027,0 0,1371 -2513,0 z"
+     id="path15517"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 9033.5554,12908.002 -8454.99996,0 0,-2742 16908.99956,0 0,2742 -8453.9996,0 z"
+     id="path15522"
+     inkscape:connector-curvature="0"
+     style="fill:#00ffff;stroke:none" /><path
+     d="m 9033.5554,12908.002 -8454.99996,0 0,-2742 16908.99956,0 0,2742 -8453.9996,0 z"
+     id="path15524"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 3778.5554,12451.002 -2742,0 0,-1828 5484,0 0,1828 -2742,0 z"
+     id="path15571"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 14517.555,12451.002 -2514,0 0,-1828 5027,0 0,1828 -2513,0 z"
+     id="path15576"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 10871.555,15357.002 28,31 28,31 27,31 0,45 -55,94 -112,91 -168,63 -218,47 -252,15 -139,-15 -139.9996,0 -112,-16 -111,-31 -56,47 -84,31 -79,15 -112,14 -83,-14 -112,-15 -56,-31 -56,-47 -84,15 -111,16 -84,0 -112,16 -219,-16 -195,-31 -168,-47 -111,-60 -84,-79 -28,0 0,0 0,0 -28,0 -191,-15 -167,-47 -140,-45 -84,-78 -27,-91 27,-94 112,-78 140,-60 191,-47 0,0 0,0 27,0 -55,-32 -52,-31 -27,-44 0,-47 27,-110 135,-75 168,-63 223,-31 140,15 112,16 111,31 84,47 23,0 0,0 28,0 0,0 0,0 28,0 0,0 56,-47 84,-15 84,-16 111,-16 56,0 56,16 56,16 56,0 28,0 0,0 0,0 0,-16 139,-47 140,-44 163,-16 195,-15 223.9996,15 223,47 140,60 107,78 28,92 0,15 0,0 0,16 0,16 27,0 28,0 28,0 0,0 224,15 167,32 140,60 84,78 28,94 -28,91 -84,63 -140,60 -167,47 z m -3694.9996,-879 0,0 z m 4113.9996,1372 0,0 z"
+     id="path15581"
+     inkscape:connector-curvature="0"
+     style="fill:#808080;stroke:none" /><path
+     d="m 10871.555,15357.002 28,31 28,31 27,31 0,45 -55,94 -112,91 -168,63 -218,47 -252,15 -139,-15 -139.9996,0 -112,-16 -111,-31 -56,47 -84,31 -79,15 -112,14 -83,-14 -112,-15 -56,-31 -56,-47 -84,15 -111,16 -84,0 -112,16 -219,-16 -195,-31 -168,-47 -111,-60 -84,-79 -28,0 0,0 0,0 -28,0 -191,-15 -167,-47 -140,-45 -84,-78 -27,-91 27,-94 112,-78 140,-60 191,-47 0,0 0,0 27,0 -55,-32 -52,-31 -27,-44 0,-47 27,-110 135,-75 168,-63 223,-31 140,15 112,16 111,31 84,47 23,0 0,0 28,0 0,0 0,0 28,0 0,0 56,-47 84,-15 84,-16 111,-16 56,0 56,16 56,16 56,0 28,0 0,0 0,0 0,-16 139,-47 140,-44 163,-16 195,-15 223.9996,15 223,47 140,60 107,78 28,92 0,15 0,0 0,16 0,16 27,0 28,0 28,0 0,0 224,15 167,32 140,60 84,78 28,94 -28,91 -84,63 -140,60 -167,47 z"
+     id="path15583"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#808080;stroke-width:28.22200012" /><path
+     d="m 7176.5554,14478.002 0,0 z"
+     id="path15585"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#808080;stroke-width:28.22200012" /><path
+     d="m 11290.555,15850.002 0,0 z"
+     id="path15587"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#808080;stroke-width:28.22200012" /><text
+     class="TextShape"
+     id="text15589"
+     x="-1799.4446"
+     y="-4018.9978"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan15591"
+       style="font-size:635px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="8617.5557"
+         y="15384.002"
+         id="tspan15593"><tspan
+           id="tspan15595"
+           style="fill:#808080;stroke:none">LAN</tspan></tspan></tspan></text>
+<path
+     d="m 10671.555,15157.002 28,31 28,31 27,31 0,45 -55,94 -112,91 -168,63 -218,47 -251.9996,15 -139,-15 -140,0 -112,-16 -111,-31 -56,47 -84,31 -79,15 -112,14 -83,-14 -112,-15 -56,-31 -56,-47 -84,15 -111,16 -84,0 -112,16 -219,-16 -195,-31 -168,-47 -111,-60 -84,-79 -28,0 0,0 0,0 -28,0 -191,-15 -167,-47 -140,-45 -84,-78 -27,-91 27,-94 112,-78 140,-60 191,-47 0,0 0,0 27,0 -55,-32 -52,-31 -27,-44 0,-47 27,-110 135,-75 168,-63 223,-31 140,15 112,16 111,31 84,47 23,0 0,0 28,0 0,0 0,0 28,0 0,0 56,-47 84,-15 84,-16 111,-16 56,0 56,16 56,16 56,0 28,0 0,0 0,0 0,-16 139,-47 140,-44 163,-16 195,-15 224,15 222.9996,47 140,60 107,78 28,92 0,15 0,0 0,16 0,16 27,0 28,0 28,0 0,0 224,15 167,32 140,60 84,78 28,94 -28,91 -84,63 -140,60 -167,47 z m -3694.9996,-879 0,0 z m 4113.9996,1372 0,0 z"
+     id="path15597"
+     inkscape:connector-curvature="0"
+     style="fill:#ffffff;stroke:none" /><path
+     d="m 10671.555,15157.002 28,31 28,31 27,31 0,45 -55,94 -112,91 -168,63 -218,47 -251.9996,15 -139,-15 -140,0 -112,-16 -111,-31 -56,47 -84,31 -79,15 -112,14 -83,-14 -112,-15 -56,-31 -56,-47 -84,15 -111,16 -84,0 -112,16 -219,-16 -195,-31 -168,-47 -111,-60 -84,-79 -28,0 0,0 0,0 -28,0 -191,-15 -167,-47 -140,-45 -84,-78 -27,-91 27,-94 112,-78 140,-60 191,-47 0,0 0,0 27,0 -55,-32 -52,-31 -27,-44 0,-47 27,-110 135,-75 168,-63 223,-31 140,15 112,16 111,31 84,47 23,0 0,0 28,0 0,0 0,0 28,0 0,0 56,-47 84,-15 84,-16 111,-16 56,0 56,16 56,16 56,0 28,0 0,0 0,0 0,-16 139,-47 140,-44 163,-16 195,-15 224,15 222.9996,47 140,60 107,78 28,92 0,15 0,0 0,16 0,16 27,0 28,0 28,0 0,0 224,15 167,32 140,60 84,78 28,94 -28,91 -84,63 -140,60 -167,47 z"
+     id="path15599"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 6976.5554,14278.002 0,0 z"
+     id="path15601"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 11090.555,15650.002 0,0 z"
+     id="path15603"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 8805.5554,11994.002 0,2094"
+     id="path15616"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 8805.5554,14736.002 226,-678 -452,0 226,678 z"
+     id="path15618"
+     inkscape:connector-curvature="0"
+     style="fill:#ff0000;stroke:none" /><path
+     d="m 2633.5554,6504.0023 2516,5032.9997"
+     id="path15623"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 2407.5554,6053.0023 79,551 315,-157 -394,-394 z"
+     id="path15625"
+     inkscape:connector-curvature="0"
+     style="fill:#ff0000;stroke:none" /><path
+     d="m 5149.5554,11537.002 3199,0"
+     id="path15630"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 15500.555,6532.0023 -1668,5004.9997"
+     id="path15635"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 15660.555,6053.0023 -334,445 334,112 0,-557 z"
+     id="path15637"
+     inkscape:connector-curvature="0"
+     style="fill:#ff0000;stroke:none" /><path
+     d="m 9262.5554,11537.002 4569.9996,0"
+     id="path15642"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 3106.5554,6496.0023 243,446"
+     id="path15647"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 3592.5554,7388.0023 243,446"
+     id="path15649"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 4079.5554,8280.0023 243,446"
+     id="path15651"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 4565.5554,9172.0023 243,446"
+     id="path15653"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 5052.5554,10064.002 243,446"
+     id="path15655"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 5538.5554,10956.002 68,124"
+     id="path15657"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 2864.5554,6053.0023 98,548 309,-169 -407,-379 z"
+     id="path15659"
+     inkscape:connector-curvature="0"
+     style="fill:#ff0000;stroke:none" /><path
+     d="m 5606.5554,11080.002 508,0"
+     id="path15664"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 6622.5554,11080.002 508,0"
+     id="path15666"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 7638.5554,11080.002 508,0"
+     id="path15668"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 8654.5554,11080.002 508,0"
+     id="path15670"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 9670.5554,11080.002 507.9996,0"
+     id="path15672"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 10686.555,11080.002 508,0"
+     id="path15674"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 11702.555,11080.002 508,0"
+     id="path15676"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 12718.555,11080.002 508,0"
+     id="path15678"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 14613.555,6540.0023 -133,490"
+     id="path15683"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 14346.555,7520.0023 -134,490"
+     id="path15685"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 14079.555,8500.0023 -134,490"
+     id="path15687"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 13811.555,9480.0023 -133,490"
+     id="path15689"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 13544.555,10461.002 -134,490"
+     id="path15691"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 14746.555,6053.0023 -309,463 340,93 -31,-556 z"
+     id="path15693"
+     inkscape:connector-curvature="0"
+     style="fill:#ff0000;stroke:none" /><path
+     d="m 7891.5554,9082.0023 0,654"
+     id="path15698"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 7891.5554,8795.0023 -100,300 200,0 -100,-300 z"
+     id="path15700"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 7891.5554,10166.002 150,-449.9997 -300,0 150,449.9997 z"
+     id="path15702"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 5606.5554,6340.0023 0,3852.9997"
+     id="path15707"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 5606.5554,6053.0023 -100,300 200,0 -100,-300 z"
+     id="path15709"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 5606.5554,10623.002 150,-450 -300,0 150,450 z"
+     id="path15711"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 12461.555,6340.0023 0,3852.9997"
+     id="path15716"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 12461.555,6053.0023 -100,300 200,0 -100,-300 z"
+     id="path15718"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 12461.555,10623.002 150,-450 -300,0 150,450 z"
+     id="path15720"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 8805.5554,9300.0023 0,1779.9997"
+     id="path15725"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 8805.5554,8795.0023 -176,528 352,0 -176,-528 z"
+     id="path15727"
+     inkscape:connector-curvature="0"
+     style="fill:#ff0000;stroke:none" /><path
+     d="m 8805.5554,11080.002 458,457 -458,458 -457,-458 457,-457 0,0 z m -457,0 0,0 z m 915,915 0,0 z"
+     id="path15732"
+     inkscape:connector-curvature="0"
+     style="fill:#ff0000;stroke:none" /><path
+     d="m 8805.5554,11080.002 458,457 -458,458 -457,-458 457,-457 0,0 z"
+     id="path15734"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 8348.5554,11080.002 0,0 z"
+     id="path15736"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 9263.5554,11995.002 0,0 z"
+     id="path15738"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+     x="1109.6257"
+     y="896.60675"
+     id="text15744"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan15746"
+       x="1109.6257"
+       y="896.60675">VM1</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+     x="12097.122"
+     y="899.58331"
+     id="text15748"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan15750"
+       x="12097.122"
+       y="899.58331">VM2</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+     x="3557.3235"
+     y="1987.868"
+     id="text15752"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan15754"
+       x="3557.3235"
+       y="1987.868">Guest OS 1</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+     x="14527.088"
+     y="1987.868"
+     id="text15756"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan15758"
+       x="14527.088"
+       y="1987.868">Guest OS 2</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+     x="3542.551"
+     y="5534.8433"
+     id="text16825"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan16827"
+       x="3542.551"
+       y="5534.8433">vNIC Driver</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+     x="14510.552"
+     y="5534.8433"
+     id="text16829"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan16831"
+       x="14510.552"
+       y="5534.8433">vNIC Driver</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+     x="1292.2688"
+     y="9542.4512"
+     id="text16833"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan16835"
+       x="1292.2688"
+       y="9542.4512">VMM</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+     x="9012.7705"
+     y="8233.0762"
+     id="text16837"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan16839"
+       x="9012.7705"
+       y="8233.0762">pNIC Driver</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+     x="2469.9822"
+     y="11423.121"
+     id="text16841"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan16843"
+       x="2469.9822"
+       y="11423.121">Virtual</tspan><tspan
+       sodipodi:role="line"
+       x="2469.9822"
+       y="11987.565"
+       id="tspan16845">Function</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+     x="15361.978"
+     y="11423.121"
+     id="text16847"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan16849"
+       x="15361.978"
+       y="11423.121">Virtual</tspan><tspan
+       sodipodi:role="line"
+       x="15361.978"
+       y="11987.565"
+       id="tspan16851">Function</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+     x="9020.623"
+     y="15131.006"
+     id="text16853"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan16855"
+       x="9020.623"
+       y="15131.006">LAN</tspan></text>
+</svg>
\ No newline at end of file
diff --git a/high-thput1.jpg b/high-thput1.jpg
new file mode 100644 (file)
index 0000000..64fa83d
Binary files /dev/null and b/high-thput1.jpg differ
diff --git a/high-thput2.jpg b/high-thput2.jpg
new file mode 100644 (file)
index 0000000..3eb90b9
Binary files /dev/null and b/high-thput2.jpg differ
diff --git a/hosted.svg b/hosted.svg
new file mode 100644 (file)
index 0000000..373e88a
--- /dev/null
@@ -0,0 +1,401 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:ooo="http://xml.openoffice.org/svg/export"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.2"
+   width="721.10236"
+   height="478.24408"
+   viewBox="0 0 20351.111 13497.111"
+   preserveAspectRatio="xMidYMid"
+   clip-path="url(#presentation_clip_path)"
+   xml:space="preserve"
+   id="svg2985"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="hosted.svg"
+   style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"><metadata
+     id="metadata3217"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1918"
+     inkscape:window-height="1059"
+     id="namedview3215"
+     showgrid="false"
+     fit-margin-top="20"
+     fit-margin-left="20"
+     fit-margin-bottom="20"
+     fit-margin-right="20"
+     inkscape:zoom="0.88080808"
+     inkscape:cx="358.56693"
+     inkscape:cy="47.641728"
+     inkscape:window-x="0"
+     inkscape:window-y="19"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="svg2985" /><defs
+     class="ClipPathGroup"
+     id="defs2987"><clipPath
+       id="presentation_clip_path"
+       clipPathUnits="userSpaceOnUse"><rect
+         x="0"
+         y="0"
+         width="21590"
+         height="27940"
+         id="rect2990" /></clipPath></defs><defs
+     class="TextShapeIndex"
+     id="defs2992"><g
+       ooo:slide="id1"
+       ooo:id-list="id3 id4 id5 id6 id7 id8 id9 id10 id11 id12 id13 id14"
+       id="g2994" /></defs><defs
+     class="EmbeddedBulletChars"
+     id="defs2996"><g
+       id="bullet-char-template(57356)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 580,1141 1163,571 580,0 -4,571 580,1141 z"
+         id="path2999"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(57354)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 8,1128 1129,0 L 1137,0 8,0 8,1128 z"
+         id="path3002"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10146)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 174,0 602,739 174,1481 1456,739 174,0 z m 1184,739 -1049,607 350,-607 699,0 z"
+         id="path3005"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10132)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 2015,739 1276,0 717,0 l 543,543 -1086,0 0,393 1086,0 -543,545 557,0 741,-742 z"
+         id="path3008"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10007)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z"
+         id="path3011"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10004)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 l 0,-122 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 z"
+         id="path3014"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(9679)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 z"
+         id="path3017"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(8226)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z"
+         id="path3020"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(8211)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m -4,459 1139,0 0,147 -1139,0 0,-147 z"
+         id="path3023"
+         inkscape:connector-curvature="0" /></g></defs><defs
+     class="TextEmbeddedBitmaps"
+     id="defs3025" /><path
+     d="m 10403.555,12918.555 -5712.9996,0 0,-1828 11424.9996,0 0,1828 -5712,0 z"
+     id="path3042"
+     inkscape:connector-curvature="0"
+     style="fill:#c0c0c0;stroke:none" /><path
+     d="m 10403.555,12918.555 -5712.9996,0 0,-1828 11424.9996,0 0,1828 -5712,0 z"
+     id="path3044"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><text
+     class="TextShape"
+     id="text3046"
+     x="-675.44458"
+     y="-1817.4446"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="847px"
+       font-weight="400"
+       id="tspan3048"
+       style="font-size:847px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="8568.5557"
+         y="12298.556"
+         id="tspan3050"><tspan
+           id="tspan3052"
+           style="fill:#000000;stroke:none">Hardware</tspan></tspan></tspan></text>
+<path
+     d="m 10175.555,10633.555 -9596.99956,0 0,-1827.9996 19193.99956,0 0,1827.9996 -9597,0 z"
+     id="path3057"
+     inkscape:connector-curvature="0"
+     style="fill:#ff0000;stroke:none" /><path
+     d="m 10175.555,10633.555 -9596.99956,0 0,-1827.9996 19193.99956,0 0,1827.9996 -9597,0 z"
+     id="path3059"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><text
+     class="TextShape"
+     id="text3061"
+     x="-675.44458"
+     y="-1817.4446"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="847px"
+       font-weight="400"
+       id="tspan3063"
+       style="font-size:847px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="8249.5557"
+         y="10013.556"
+         id="tspan3065"><tspan
+           id="tspan3067"
+           style="fill:#000000;stroke:none">Native OS</tspan></tspan></tspan></text>
+<path
+     d="m 3320.5554,7891.5554 -2285,0 0,-1828 4570,0 0,1828 -2285,0 z"
+     id="path3072"
+     inkscape:connector-curvature="0"
+     style="fill:#729fcf;stroke:none" /><path
+     d="m 3320.5554,7891.5554 -2285,0 0,-1828 4570,0 0,1828 -2285,0 z"
+     id="path3074"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><text
+     class="TextShape"
+     id="text3076"
+     x="-675.44458"
+     y="-1817.4446"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="847px"
+       font-weight="400"
+       id="tspan3078"
+       style="font-size:847px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="2332.5554"
+         y="7271.5557"
+         id="tspan3080"><tspan
+           id="tspan3082"
+           style="fill:#000000;stroke:none">VMM</tspan></tspan></tspan></text>
+<path
+     d="m 3320.5554,5606.5554 -2285,0 0,-1828 4570,0 0,1828 -2285,0 z"
+     id="path3087"
+     inkscape:connector-curvature="0"
+     style="fill:#00ffff;stroke:none" /><path
+     d="m 3320.5554,5606.5554 -2285,0 0,-1828 4570,0 0,1828 -2285,0 z"
+     id="path3089"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><text
+     class="TextShape"
+     id="text3091"
+     x="-675.44458"
+     y="-1817.4446"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="847px"
+       font-weight="400"
+       id="tspan3093"
+       style="font-size:847px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="1460.5554"
+         y="4986.5557"
+         id="tspan3095"><tspan
+           id="tspan3097"
+           style="fill:#000000;stroke:none">Guest OS</tspan></tspan></tspan></text>
+<path
+     d="m 3320.5554,3777.5554 -2285,0 0,-3198.99996 4570,0 0,3198.99996 -2285,0 z"
+     id="path3102"
+     inkscape:connector-curvature="0"
+     style="fill:#00ff00;stroke:none" /><path
+     d="m 3320.5554,3777.5554 -2285,0 0,-3198.99996 4570,0 0,3198.99996 -2285,0 z"
+     id="path3104"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><text
+     class="TextShape"
+     id="text3106"
+     x="-675.44458"
+     y="-1817.4446"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="847px"
+       font-weight="400"
+       id="tspan3108"
+       style="font-size:847px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="1042.5554"
+         y="2472.5554"
+         id="tspan3110"><tspan
+           id="tspan3112"
+           style="fill:#000000;stroke:none">Applications</tspan></tspan></tspan></text>
+<path
+     d="m 9261.5554,7891.5554 -2285,0 0,-1828 4569.9996,0 0,1828 -2284.9996,0 z"
+     id="path3117"
+     inkscape:connector-curvature="0"
+     style="fill:#729fcf;stroke:none" /><path
+     d="m 9261.5554,7891.5554 -2285,0 0,-1828 4569.9996,0 0,1828 -2284.9996,0 z"
+     id="path3119"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><text
+     class="TextShape"
+     id="text3121"
+     x="-675.44458"
+     y="-1817.4446"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="847px"
+       font-weight="400"
+       id="tspan3123"
+       style="font-size:847px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="8273.5557"
+         y="7271.5557"
+         id="tspan3125"><tspan
+           id="tspan3127"
+           style="fill:#000000;stroke:none">VMM</tspan></tspan></tspan></text>
+<path
+     d="m 9261.5554,5606.5554 -2285,0 0,-1828 4569.9996,0 0,1828 -2284.9996,0 z"
+     id="path3132"
+     inkscape:connector-curvature="0"
+     style="fill:#00ffff;stroke:none" /><path
+     d="m 9261.5554,5606.5554 -2285,0 0,-1828 4569.9996,0 0,1828 -2284.9996,0 z"
+     id="path3134"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><text
+     class="TextShape"
+     id="text3136"
+     x="-675.44458"
+     y="-1817.4446"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="847px"
+       font-weight="400"
+       id="tspan3138"
+       style="font-size:847px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="7401.5557"
+         y="4986.5557"
+         id="tspan3140"><tspan
+           id="tspan3142"
+           style="fill:#000000;stroke:none">Guest OS</tspan></tspan></tspan></text>
+<path
+     d="m 9261.5554,3777.5554 -2285,0 0,-3198.99996 4569.9996,0 0,3198.99996 -2284.9996,0 z"
+     id="path3147"
+     inkscape:connector-curvature="0"
+     style="fill:#00ff00;stroke:none" /><path
+     d="m 9261.5554,3777.5554 -2285,0 0,-3198.99996 4569.9996,0 0,3198.99996 -2284.9996,0 z"
+     id="path3149"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><text
+     class="TextShape"
+     id="text3151"
+     x="-675.44458"
+     y="-1817.4446"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="847px"
+       font-weight="400"
+       id="tspan3153"
+       style="font-size:847px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="6983.5557"
+         y="2472.5554"
+         id="tspan3155"><tspan
+           id="tspan3157"
+           style="fill:#000000;stroke:none">Applications</tspan></tspan></tspan></text>
+<path
+     d="m 17030.555,7891.5554 -2285,0 0,-1828 4570,0 0,1828 -2285,0 z"
+     id="path3162"
+     inkscape:connector-curvature="0"
+     style="fill:#729fcf;stroke:none" /><path
+     d="m 17030.555,7891.5554 -2285,0 0,-1828 4570,0 0,1828 -2285,0 z"
+     id="path3164"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><text
+     class="TextShape"
+     id="text3166"
+     x="-675.44458"
+     y="-1817.4446"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="847px"
+       font-weight="400"
+       id="tspan3168"
+       style="font-size:847px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="16042.556"
+         y="7271.5557"
+         id="tspan3170"><tspan
+           id="tspan3172"
+           style="fill:#000000;stroke:none">VMM</tspan></tspan></tspan></text>
+<path
+     d="m 17030.555,5606.5554 -2285,0 0,-1828 4570,0 0,1828 -2285,0 z"
+     id="path3177"
+     inkscape:connector-curvature="0"
+     style="fill:#00ffff;stroke:none" /><path
+     d="m 17030.555,5606.5554 -2285,0 0,-1828 4570,0 0,1828 -2285,0 z"
+     id="path3179"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><text
+     class="TextShape"
+     id="text3181"
+     x="-675.44458"
+     y="-1817.4446"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="847px"
+       font-weight="400"
+       id="tspan3183"
+       style="font-size:847px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="15170.556"
+         y="4986.5557"
+         id="tspan3185"><tspan
+           id="tspan3187"
+           style="fill:#000000;stroke:none">Guest OS</tspan></tspan></tspan></text>
+<path
+     d="m 17030.555,3777.5554 -2285,0 0,-3198.99996 4570,0 0,3198.99996 -2285,0 z"
+     id="path3192"
+     inkscape:connector-curvature="0"
+     style="fill:#00ff00;stroke:none" /><path
+     d="m 17030.555,3777.5554 -2285,0 0,-3198.99996 4570,0 0,3198.99996 -2285,0 z"
+     id="path3194"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><text
+     class="TextShape"
+     id="text3196"
+     x="-675.44458"
+     y="-1817.4446"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="847px"
+       font-weight="400"
+       id="tspan3198"
+       style="font-size:847px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="14752.556"
+         y="2472.5554"
+         id="tspan3200"><tspan
+           id="tspan3202"
+           style="fill:#000000;stroke:none">Applications</tspan></tspan></tspan></text>
+<path
+     d="m 12460.555,4692.5554 152,0"
+     id="path3207"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:152" /><path
+     d="m 13069.555,4692.5554 152,0"
+     id="path3209"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:152" /><path
+     d="m 13678.555,4692.5554 152,0"
+     id="path3211"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:152" /><path
+     d="m 14287.555,4692.5554 1,0"
+     id="path3213"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:152" /></svg>
\ No newline at end of file
diff --git a/index.rst b/index.rst
new file mode 100644 (file)
index 0000000..f8603ad
--- /dev/null
+++ b/index.rst
@@ -0,0 +1,1384 @@
+
+.. System Virtualization and OS Virtual Machines slides file, created by
+   hieroglyph-quickstart on Mon Oct 28 09:39:30 2013.
+
+=============================================
+System Virtualization and OS Virtual Machines
+=============================================
+
+:Date: 2013-10-29
+:Authors: Ivan Boule, Olivier Matz
+
+Plan
+====
+
+Contents
+--------
+
+.. contents::
+   :depth: 2
+   :backlinks: none
+
+History
+=======
+
+History of Virtual Machines
+---------------------------
+
+- VM introduced in the sixties on IBM/370 series
+
+- Co-Designed VM: IBM AS/400
+
+  - High level ISA including I/Os
+  - Proprietary CISC → PowerPC
+
+- Application VMs
+
+  - Sun Java, Microsoft Common Language Infrastructure
+
+- OS VMs
+
+  - VMware (virtualized PC on x86)
+  - Virtual PC (PC emulation on Mac OS/PowerPC)
+  - Many others : Bochs, VirtualBox, Qemu, ...
+
+Virtualization Usages
+=====================
+
+System Virtualization Principles
+--------------------------------
+
+- Run multiple OS's on the same machine
+
+- By design, an OS assumes to have full control over all physical
+  resources of the machine
+
+- Manage sharing/partitioning of machine resources between Guest OS's
+
+  - CPU
+  - Physical memory & MMU
+  - I/O devices
+
+Goals of System Virtualization
+------------------------------
+
+- Reduction of Total Cost of Ownership (TCO)
+
+  - Increase utilisation of server resources
+
+- Reduction of Total Cost of Functioning
+
+  - Energy consumption
+  - Cooling
+  - Occupied Space
+
+- Hardware Consolidation
+
+- Reduction of Build Of Material (BOM) for high-volume low-end
+  products
+
+- Isolation of OS for security purposes
+
+
+Virtualization in high-throughput network equipments
+----------------------------------------------------
+
+.. figure:: high-thput1.jpg
+
+.. figure:: high-thput2.jpg
+
+Virtualization in Multimedia devices
+------------------------------------
+
+- Reduction of Build Of Material (BOM) for high-volume low-end
+  products
+
+  - No need for a general purpose processor
+
+    - 20 to 25 % BOM reduction
+
+  - Run Linux together with OS supporting Codecs on a single TI DSP
+
+  - Leverage Linux environment
+
+  - Reuse existing DSP software
+
+XXX 2 images
+
+Usages of Virtual Machines
+--------------------------
+
+- Server virtualization
+
+  - Web sites hosting
+
+- OS partitionning
+
+  - Time sharing
+  - Security
+
+- OS/kernel education & training
+
+  - OS fault recovery
+  - OS kernel development
+  - Test machine = development host
+
+- Keep backward compatibility of legacy software
+
+- Run applications not supported by host OS
+
+Recovery Servers
+----------------
+
+.. figure:: recovery.png
+
+
+Multi-Core CPU Issues (1)
+-------------------------
+
+- CPU power gain
+
+  - No more achieved through Frequency/Speed increase
+  - But obtained with higher density & multi-core chips
+
+- Many RTOS designed with mono-processor assumption
+
+  - Adding multi-processor support is complex & costly
+  - Scaling requires time, at best...
+
+- Legacy RT applications also designed for mono-processor
+
+  - Adaptation to multi-pro even more difficult than RTOS
+
+Multi-Core CPU Issues (2)
+-------------------------
+
+- OS virtualization allows to run simultaneously on a multi-cores CPU
+  multiple instances of mono-processor OS's
+
+- Each OS instance is run in a mono-processor
+
+- Virtual Machine assigned to a single CPU core
+
+- No need to change legacy software
+
+- Scalability managed at virtualization level
+
+Virtualization Taxonomy
+=======================
+
+Machines Interfaces
+-------------------
+
+.. figure:: isa-abi.svg
+
+- ISA = Instruction Set Architecture
+
+  - System level interface
+  - All CPU instructions, memory architecture, I/O
+
+- ABI = Application Binary Interface
+
+  - Process level interface
+  - User-level non privileged ISA instructions + OS systems 14 calls
+
+Virtualization Taxonomy
+-----------------------
+
+- Process level virtualization
+
+  - Emulation of Operating System ABI
+  - Emulation of OS ABI, cross-architecture
+  - Virtual Servers
+
+- System level virtualization
+
+- Standalone / Hosted Virtualization
+- Machine Emulation / Machine Virtualization
+
+Hosted versus Standalone Virtualization
+---------------------------------------
+
+- Hosted Virtualization
+
+  - Hosted VM Monitor (VMM) runs on top of native OS
+  - VMware WKS, Microsoft VirtualPC, QEMU/KVM, UML
+
+- Standalone Virtualization
+
+  - VMM directly runs on bare hardware
+  - VMware ESX, IBM/VM, Xen
+
+- OS run in a VM is named a Guest OS
+
+Hosted Virtualization
+---------------------
+
+.. figure:: hosted.svg
+
+Example: VMware Workstation
+----------------------------
+
+.. figure:: vmware-wks.png
+
+- Hosted VM
+- Unmodified OSes
+- Specific device drivers
+- x86 only
+- Guest OS executed in user mode
+
+Standalone Virtualization
+-------------------------
+
+.. figure:: standalone.svg
+
+Example: VMware ESX
+-------------------
+
+- Standalone VMM
+- Supports unmodified OS binaries
+
+  - Configuration with appropriate device drivers
+
+- x86 only
+- No Intel-VT
+- Guest OS
+- runs in user mode
+
+Process Level Virtualization
+============================
+
+Process level ABI Emulation
+---------------------------
+
+- Goal: execute binary applications of a given system **X** on the ABI of
+  another system **Y**
+
+- Emulate system **X** ABI on top of system **Y** ABI
+
+  - Emulation done by application-level code
+
+- System **Y** must provide services equivalent to those of system
+  **X** (file system, sockets, etc...)
+
+Process Level (ABI) Emulators
+-----------------------------
+
+- Wine - Windows Emulator on Unix/Linux
+
+  - Windows API in userland
+  - Adobe Photoshop, Google Picasa, ...
+
+- Cygwin
+
+  - Unix emulation on Windows
+  - POSIX library
+  - Bash shell + many Unix commands
+  - GNU development tool chain (gcc, gdb)
+  - X Window, GNOME, Apache, sshd, ...
+
+Process Level Cross-architecture Emulators
+------------------------------------------
+
+- Emulate the Operating System ABI
+
+  - Emulated OS and native OS are the same (ex: both are linux)
+  - Emulated arch is different than native architecture (ex: x86 and
+    powerpc)
+
+- Example: qemu-user::
+
+      $ gcc hello.c
+      $ ./a.out
+      hello
+      
+      $ powerpc-linux-gnu-gcc -static hello.c
+      $ ./a.out
+      bash: ./a.out: cannot execute binary file
+      $ qemu-ppc ./a.out
+      hello
+
+Virtual Servers (1)
+-------------------
+
+- Single OS kernel / Multiple resource instances
+
+- Isolated kernel execution environments
+
+  - Root file system
+  - Network: Routing table, IP tables, interfaces...
+  - Process for signals
+
+- Solaris 10 Containers
+- LXC, Linux-VServer, openVZ
+- FreeBSD Jail
+
+Virtual Servers (2)
+-------------------
+
+.. figure:: virtual-servers.svg
+
+Virtual Servers (3)
+-------------------
+
+- Pro's
+
+  - CPU independent
+  - Lightweight
+
+    - Low memory footprint
+    - Low CPU overhead
+
+  - Scalable
+
+- Con's
+
+  - No OS heterogeneity (no GPOS/RTOS combination)
+  - Single OS binary instance (common point of failure)
+
+Transparent Hardware Emulation
+==============================
+
+Transparent Hardware Emulation (1)
+----------------------------------
+
+- Run unmodified OS binaries
+
+- Includes emulation of physical devices
+
+- Cross ISA Emulation
+
+  - qemu-system
+
+- Same ISA Emulation
+
+  - VirtualBox (Intel x86)
+
+Transparent Hardware Emulation (2)
+----------------------------------
+
+- Emulate machine X on top of machine Y
+
+- Interpretation
+
+  - 1 instruction of X executed by N instructions of Y
+  - Huge slow down method
+
+- Dynamic Binary Translation
+
+  - Convert blocs of X instructions in Y instructions
+
+- Application-level emulator runs on a native OS
+- One VM running a single Guest OS
+
+QEMU Architecture
+-----------------
+
+.. figure:: qemu.svg
+
+QEMU: Hosted Hardware Emulator
+------------------------------
+
+- Cross ISA Emulation
+
+  - Emulate machine X on top of machine Y
+
+- Interpretation + translation
+
+- Intel x86, PowerPC, ARM, Sparc architectures
+
+- Emulation of SMP architectures
+
+- Emulates physical I/O devices
+
+  - Hard Disk drives, CD-ROM, network controllers, USB controllers, ...
+  - Synchronous emulation of device I/O operations
+
+Transparent Hardware Virtualization
+===================================
+
+Transparent Hardware Virtualization
+-----------------------------------
+
+- Guest and host architectures are the same
+
+- Execute native/unmodified OS binary images
+
+- Provide in each VM a complete simulation of hardware
+
+  - Full CPU instruction set
+  - Interrupts, exceptions
+  - Memory access and MMU
+  - I/O devices
+
+- Share machine resources among multiple VMs
+
+Full CPU Virtualization (1)
+---------------------------
+
+- Present same functional CPU to all Guest OSes
+
+- VMM manages a CPU context for each VM
+
+  - saved copy of CPU registers
+  - representation of software-emulated CPU context
+
+- VMM shares physical CPUs among all VMs
+
+  - VMM includes a VM scheduler
+
+    - round-robin
+    - priority-based
+
+Full CPU Virtualization (2)
+---------------------------
+
+- Relationships between a VMM and VMs similar to relationships between
+  native OS and applications
+
+  - Guarantee mutual isolation between all VMs
+  - Protect VMM from all VMs
+
+- Directly execute native binary images of Guest OS's in
+  non-privileged mode
+
+- VMM emulates access to protected resources performed by Guest OSs
+
+CPU Virtualization
+------------------
+
+- Run each Guest OS in non-privileged mode
+
+.. figure:: cpu-virt.svg
+
+"Hardware-Sensitive" Instructions
+---------------------------------
+
+- Interact with protected hardware resources
+
+  - Privileged Instructions (cannot be executed in user mode)
+  - Critical Instructions (can be, but should not be executed by Guest OS)
+
+- Must be detected and faked by VMM
+
+- Dynamic Binary Translation of kernel code
+
+  - Done once, saved in Translation Cache
+  - Example: Vmware
+
+Privileged Instructions Virtualization
+--------------------------------------
+
+- Only allowed in supervisor mode
+
+  - Ex: **cli/sti** to mask/unmask interrupts on Intel x86
+
+- When executed in non-privileged mode
+
+  - CPU automatically detects a privilege violation
+  - Triggers a “privilege-violation” exception
+
+- Caught by VMM which fakes the expected effect of the privileged
+  instruction
+
+  - Ex: **cli/sti**
+
+    - VMM does not mask/unmask CPU interrupts
+    - records « interrupt mask status » in context of VM
+
+Critical Instructions Virtualization (1)
+----------------------------------------
+
+- Hardware-sensitive instructions
+
+- Ex: Intel IA-32 pushf/popf::
+
+    pushf /* save EFLAG reg. to stack */
+    cli   /* mask interrupts => clear EFLAG.IF */
+    ...
+    popf /* restore EFLAG reg. => unmask interrupts */
+
+- When executed in non-privileged mode
+
+  - The cli instruction triggers an exception caught by VMM => VMM
+    record interrupts masked for current VM
+
+  - But no exception for popf => VMM not aware of Guest OS action
+    (unmask interrupts)
+
+Critical Instructions Virtualization (2)
+----------------------------------------
+
+- Must be detected and emulated by VMM
+
+- VMM dynamically analyses Guest OS binary code to find critical instructions
+
+- VMM replaces critical instructions by a « trap » instruction to enter the VMM
+
+- VMM emulates expected effect of critical instruction, if any.
+
+Full Memory Virtualization
+--------------------------
+
+- CPU include a Memory Management Unit (MMU)
+
+  - Isolated memory addressing spaces
+  - Independant of underlying physical memory layout
+  - Run mutually protected applications in parallel
+
+- Virtual Memory managed by OS kernel
+
+  - Provides a virtual address space to each process
+
+    - 4 GB on most 32-bit architectures (Intel x86, PowerPC)
+
+  - Manages virtual page → physical case mappings
+  - Manages « swap » space to extend physical memory
+
+MMU & Virtual Address Space
+---------------------------
+
+.. figure:: mmu1.svg
+
+Intel x86 MMU
+-------------
+
+.. figure:: mmu2.svg
+
+Memory Virtualization (1)
+-------------------------
+
+- Machine Physical Memory
+
+  - Physical memory available on the machine
+
+- Guest OS Physical Memory
+
+  - Part of machine memory assigned to a VM by VMM
+
+  - ∑ Guest Physical Memory can be > Machine Memory
+
+    - VMM uses « swap » space
+
+- Guest OS Virtual Memory
+
+  - Guest OS manages virtual address spaces of its processes
+
+Memory Virtualization (2)
+-------------------------
+
+- Guest OS manages Guest Physical Pages
+
+  - Manages MMU with its own page entries
+  - Translates Virtual Addresses into Guest Physical Addresses (GPA)
+
+- VMM transparently manages Machine Physical Pages
+
+  - Guest Physical Address ≠ Machine Physical Address
+  - VMM dynamically translates Guest Physical Pages into Machine
+    Physical Pages
+
+Memory Virtualization (3)
+-------------------------
+
+.. figure:: mem-virt.svg
+
+Memory Virtualization (4)
+-------------------------
+
+- VMM maintains Shadow Page Tables
+
+  - Copies of Guest OS translation tables
+
+- VMM catches updates operations of translation tables performed by a
+  Guest OS
+
+  - RW-protect all guest OS page tables
+  - Emulates operation in shadow page table
+  - Updates effective MMU page table entry, if needed
+
+Memory Virtualization (5)
+-------------------------
+
+- PTE entries can be tagged with a context ID
+
+  - Avoids to flush TLB when switching current address space upon
+    scheduling of a new process
+
+  - usually PTE tag = OS process identifier
+
+- Processes of different Guest OSes can be assigned the same Process
+  ID
+
+  - VMM must flush TLB when switching VMs
+
+Memory Virtualization (6)
+-------------------------
+
+- VMM must respect Guest OS virtual page faults
+
+  - Not map virtual pages unmapped by Guest OS
+  - When Guest OS unmaps a virtual page:
+
+    - VMM must delete the associated real-page/physical page
+      mapping, if any.
+
+- Conversely, VMM can transparently:
+
+  - Introduce & resolve real-page faults for Guest OSes
+  - Share physical pages between Guest OS's
+
+    - Pages with same content's (e.g. zero-ed pages)
+
+Memory Virtualization (7)
+-------------------------
+
+- VMM can swap real pages of a VM
+
+  - on "swap" space managed by VMM
+
+- VMM can dynamically distribute physical memory among VMs
+
+  - Needs a specific support in Guest OS (Linux module)
+
+  - VMM asks Guest OS to release memory
+
+    - Guest OS self-allocates real pages
+    - no more available for normal kernel allocation service
+    - VMM assigns same amount of physical pages to other VM's
+
+Paravirtualization
+==================
+
+Paravirtualization (1)
+----------------------
+
+- OS adaptation to avoid binary translation overhead
+- Requires access to OS source code
+- Include drivers of virtual devices
+- Examples:
+
+  - Xen
+  - User Mode Linux (UML)
+
+Paravirtualization (2)
+----------------------
+
+- Still run each Guest OS in non-privileged mode
+
+- But with minimal virtualization overhead
+
+- => Modified Guest OS kernel
+
+  - Remove Hardware-Sensitive Instructions
+
+    - Use fast VMM system calls instead, if needed
+
+  - Minimise usage of Privileged Instructions
+
+- Only affect Machine/CPU dependant part of OS
+
+- OS portage on new architecture with same CPU
+
+  - Without system ISA
+
+Paravirtualization (3)
+----------------------
+
+- Guest OS only use Virtual I/O Devices, in a cooperative way
+
+  - Front-end driver in Guest OS
+  - Back-end driver in VMM
+
+- VMM multiplex VM Virtual Devices on physical devices
+
+  - Virtual Ethernet
+  - Virtual Disks
+
+- Data transfer through I/O rings
+
+Virtual I/O Devices
+-------------------
+
+.. figure:: virt-devices.svg
+
+Paravirtualization Example: Xen
+-------------------------------
+
+- Objectives
+
+  - Scalable, support more than 100 VM
+  - Share resources of Server machines
+
+- Intel IA-32, x86-64, ARM, ...
+
+- Special first Guest OS called Domain 0
+
+  - Run in privileged mode
+  - Have access (and manages) all physical devices
+  - Modified version of Linux, FreeBSD
+
+Hardware-Assisted Virtualization
+================================
+
+Hardware Assisted Virtualization (1)
+------------------------------------
+
+- Support of Virtualization in Hardware
+- Run unmodified OS binaries
+- With minimal virtualization overhead
+- Simplify VMM development
+- Examples
+
+  - KVM
+  - VMware
+
+Hardware Assisted Virtualization (2)
+------------------------------------
+
+- CPU virtualization
+
+  - AMD-V
+  - Intel VT-x (x86), Intel VT-i (Itanium) architectures
+  - ARM Cortex-A15
+
+- MMU virtualization
+
+  - Intel Extended Page Tables (EPT)
+  - AMD Nested Page Tables (NPT)
+
+Hardware Assisted Virtualization (3)
+------------------------------------
+
+- DMA virtualization
+
+  - IO-MMU (Intel VT-d)
+
+- I/O Device virtualization
+
+  - Self-Virtualizing devices
+  - Single Root I/O Virtualization and Sharing Specification (SR-IOV)
+  - Extensions to PCIe (PCI Express) Bus standard
+
+Intel VT-x Architecture
+-----------------------
+
+- Support unmodified Guest OS with no need for paravirtualization
+  and/or binary code translation
+
+- Simplify VMM tasks & improve VMM performances
+
+- Minimize VMM memory footprint
+
+  - Suppress shadowing of Guest OS page tables
+
+- Enable Guest OS to directly manage I/O devices
+
+  - Without performance lost
+  - While enforcing VM isolation and mutual protection
+
+Intel VT-x Architecture Overview
+--------------------------------
+
+.. figure:: vt-x.svg
+
+Intel VT-x CPU Virtualization (1)
+---------------------------------
+
+- Virtual Machine eXtension (VMX)
+
+  - Two new meta-modes of CPU operation
+
+- VMX root mode
+
+  - Behaviour similar to IA-32 without VT
+  - Intended for VMM execution
+
+- VMX non-root mode
+
+  - Alternative IA-32 execution environment
+  - Controlled by a VMM
+  - Designed to run unchanged Guest OS in a VM
+
+- Both modes support rings 0-3 privilege levels
+
+  - Allow VMM to use several privilege levels
+
+Intel VT-x CPU Virtualization (2)
+---------------------------------
+
+- Two additional CPU mode transitions
+
+- From VMX root-mode to VMX non-root mode
+
+  - Named VM Enter (VMLaunch instruction)
+
+- From VMX non-root mode to VMX root mode
+
+  - Named VM Exit (event)
+
+- VM entries & VM exits use a new data structure
+
+  - Virtual Machine Control Structure (VMCS) per VM
+  - Referenced with a memory physical address
+  - Format and layout hidden
+  - New VT-x instructions to access a VMCS
+
+Intel VT-x CPU Virtualization (3)
+---------------------------------
+
+- Guest State Area
+
+  - Saved value of registers before beeing changed by
+  - VM Exits (e.g., Segment Registers, CR3, IDTR)
+
+- Hidden CPU state (e.g., CPU Interruptibility State)
+
+- Host State Area
+
+  - VM Control Fields
+  - Interrupt Virtualization
+  - Exceptions bitmaps
+  - I/O bitmaps
+  - Model Specific Register R/W bitmaps
+  - Execution rights for CPU Privileged Instructions
+
+
+Intel VT-x Interrupt Virtualization
+-----------------------------------
+
+- VMCS External Interrupt Exiting
+
+  - All external interrupts cause VM Exit
+  - Guest OS cannot mask external interrupts when executing Interrupt
+    Masking instructions
+
+- VMCS Interrupt Window Exiting
+
+  - VM Exit occurs whenever Guest OS ready to serve external interrupts
+
+- Used by VMM to control VM interrupts
+
+Intel VT-x MMU Virtualization
+-----------------------------
+
+- Extended Page Tables (EPT)
+
+  - Second level of Page Tables in MMU
+  - Translate Guest OS Physical Address into Machine Physical Address
+  - Controlled by VMM
+
+- Virtual Processor IDentifier (VPID)
+
+  - Used to tag TLB entries
+  - Avoid to flush TLB upon VM switch
+
+Virtual Memory Virtualization
+-----------------------------
+
+.. figure:: vt-x-mem.svg
+
+Intel VT-x Extended Page Tables (1)
+-----------------------------------
+
+- VMM controls Extended Page Tables
+
+- EPT used in VMX non-root operation
+
+  - Activated on VM Enter
+  - Desactivated on VM exit
+
+- EPTP register points to Extended Page Tables
+
+  - Instanciated by VMM
+  - Saved in VMCS
+  - Loaded from VMCS on VM entry
+
+
+Intel VT-x Extended Page Tables (2)
+-----------------------------------
+
+.. figure:: vt-x-mmu.svg
+
+TLB Flush Issue
+---------------
+
+.. figure:: tlb-flush-issue.svg
+
+Intel VT-x Virtual Processor Identifier
+---------------------------------------
+
+- 16-bit VPID used to tag TLB entries
+
+  - Enabled by VMM in VMCS
+  - Unique VPID is assigned by VMM to each VM
+  - VPID 0 reserved for VMM
+
+- Current VPID is 0x0000 when
+
+  - Outside VMX operation
+  - In VMX root mode operation
+  - In VMX non-root mode if VPID disabled in VMCS
+
+- VPID loaded from VMCS on VM Enter
+
+DMA Virtualization (1)
+----------------------
+
+- Enable Guest OS to manage I/O devices
+
+  - I/O devices assigned by VMM to Guest OSes
+
+- Transparent mode
+
+  - Use native device driver of Guest OS
+  - Unaware of physical memory Virtualization
+
+- Enforce isolation between Guest Oses
+
+  - Guest OS only view hardware ressources assigned by VMM (memory,
+    devices)
+
+DMA Principles
+--------------
+
+.. figure:: dma.svg
+
+DMA Virtualization (2)
+----------------------
+
+.. figure:: dma-virt.svg
+
+DMA Virtualization Issue
+------------------------
+
+- Guest OS driver setup I/O registers of device with Guest Physical
+  Address of I/O buffers
+
+- Guest Physical Address must be translated into its corresponding
+  Machine Physical Address when used for DMA operations by device
+
+- GPA Translation cannot be done by VMM
+
+  - VMM cannot catch device-specific driver operations to setup I/O
+    buffers addresses
+
+Intel VT-d Protection Domains
+-----------------------------
+
+- Intel VT-d provides DMA Protection Domains
+
+  - Extension of IOMMU translation mechanism
+  - Isolated context of a subset of the Machine Physical Memory (MPA)
+  - Correspond to the portion of Machine Physical Memory allocated to
+    a VM
+
+- I/O devices assigned by VMM to a DMA Protection Domain
+
+  - Achieves DMA isolation by restricting memory view of I/O devices
+    through DMA address translation
+
+Intel VT-d DMA Translation
+--------------------------
+
+- VT-d hardware treats address specified in DMA request as DMA Virtual
+  Address (DVA)
+
+- DVA = GPA of the VM to which the I/O device is assigned
+
+- VT-d translates the DVA into its corresponding Machine Physical
+  Address
+
+- Support of multiple Protection Domains
+
+  - DVA to MPA translation table per Protection Domain
+  - Must identify the device issuing a DMA request
+
+VT-d PCI Express North Bridge
+-----------------------------
+
+.. figure:: vt-d.svg
+
+PCI DMA Requester Identification
+--------------------------------
+
+- Mapping between PCI Device and Protection Domains
+- 16-bit PCI DMA Requester Identifier
+
+  .. figure:: dma-req-id.svg
+
+- Assigned by PCI configuration software
+- Bus # indexes Bus Context Table in Root Context Table
+- (Device #, Function #) indexes Device Protection Domain in Bus
+  Context Table
+
+Device / Protection Domain Mapping
+----------------------------------
+
+.. figure:: device-domain-mapping.svg
+
+Virtual DMA Address Translation
+-------------------------------
+
+- VDA ↔ MPA VT-d Page Tables similar to IA-32 processor Page Tables
+
+- 4KB or larger page size granularity
+
+- Read/Write permissions
+
+- Protection Domains managed by VMM
+
+  - Initialized at VM creation time
+  - With same translations of the VM Extended Page Table
+
+Device Virtualization
+---------------------
+
+- Share I/O device among multiple VMs
+
+  - With no performance lost
+  - While enforcing VM isolation and protection
+
+- Move device virtualization from the VMM to the device itself
+
+- Requires support from the device
+
+- Example of Ethernet controllers
+
+Ethernet Device Virtualization
+------------------------------
+
+.. figure:: ethernet-dev-virt.svg
+
+Intel Single Root I/O Virtualization
+------------------------------------
+
+- SR-IOV capable PCI Device can be partitionned into multiple Virtual
+  Functions
+
+- SR-IOV Device appears in PCI configuration space as multiple PCI
+  Virtual Functions
+
+- Each Device Virtual Function includes
+
+  - PCI configuration registers
+  - DMA streams
+  - Interrupts
+
+- Requires VT-d for DMA virtualization
+
+Intel SR-IOV (1)
+----------------
+
+- VMM manages physical PCI device
+
+- Create a PCI Virtual Function for each VM
+
+  - Include it into VM PCI configuration space to be probed by VM
+    GuestOS kernel
+  - Map it to Protection Domain of VM
+
+- Programs the sharing of physical devices ressources between VFs
+
+- PCI Device Virtual Functions directly managed by specific VF-Aware
+  GuestOS drivers (kind of Para-Virtualization)
+
+Intel SR-IOV (2)
+----------------
+
+XXX
+
+Intel SR-IOV - Ethernet example
+-------------------------------
+
+- Intel Kawela (1GB) / Niantic (10GB) Ethernet NICs
+
+  - Multiple RX/TX packet queues per port
+
+- Virtual Device Machine Queues
+
+  - 1 RX paquet queue per VF
+
+- Filters multiple unicast Ethernet Addresses
+
+- Layer-2 paquet filtering based on Ethernet Destination Address
+
+- Duplicate Broadcast / Multicast packets for all VFs
+
+- Load balancing between TX paquets sent by VFs
+
+Virtualization and Embedded Systems
+===================================
+
+Old Embedded Systems (1)
+------------------------
+
+- Relatively simple architecture
+
+- Single-purpose devices
+
+- Dominated by hardware constraints
+
+  - Memory, battery charge
+
+- Dedicated functionalities, with moderated software size and
+  complexity
+
+- Real-time constraints
+
+Old Embedded Systems (2)
+------------------------
+
+- Closed environment (« black boxes »)
+
+- Fixed hardware configuration
+
+- Full software provided by device vendor
+
+- No dynamic loading of applications
+
+- Software updates rareful
+
+Embedded Systems Now (1)
+------------------------
+
+- Take on features of general-purpose OS's
+
+- Growing functionalities => growing complexity and size
+
+- Run applications originally developed for PC's
+
+  - Sophisticated Human Machine Interfaces (HMI)
+  - Safari Web browser on iPhones
+
+- Dynamic loading of applications
+
+  - Iphone
+  - Google Android
+
+Embedded Systems Now (2)
+------------------------
+
+- Dynamically load device's owner specific applications
+
+  - Games
+
+- Applications developped by engineers with no expertise
+  in embedded systems
+
+  - Java applications
+
+- Need for exchanges with external world
+
+  - USB, Bluetooth, Wi-Fi
+  - TCP/IP
+
+- Need for open API's, and openness in general
+
+- Need for high-level systems (Linux, Windows)
+
+Embedded Systems Challenges
+---------------------------
+
+- Still Real-Time systems (part of it)
+
+  - Baseband stack of mobile phones
+
+- Still hardware constraints
+
+  - Battery
+  - Memory (to minimize device's cost)
+
+- Also used in mission/life critical situations
+
+  - Weapons
+  - Cars
+
+- High requirements on reliability and security
+
+Mobile Handsets
+---------------
+
+XXX
+
+- Run Android/Linux applications on baseband processor
+
+- Re-use existing legacy modem software stack with its RTOS (no
+  changes)
+
+- Support of Linux at a minimal development cost
+
+- Operating System independence for future evolutions
+
+- Security & Protection through OS isolation
+
+::
+
+  HMI: Human-Machine-Interface
+  PIM: Personal Information
+
+Virtualization in Embedded Systems (1)
+--------------------------------------
+
+- Support for heterogeneous OS's environments
+
+- Real-time OS
+
+  - Legacy software
+  - Dedicated applications whose real-time constraints cannot be
+    achieved by General-Purpose systems
+  - Licence issues (« GPL contamination »)
+
+- General Purpose OS
+
+  - Openness
+  - HMI
+
+Virtualization in Embedded Systems (2)
+--------------------------------------
+
+- Concurrent execution of RTOS and GP-OS on the same CPU
+
+- Reduces cost (Bill Of Material)
+
+- Requires the underlying VMM to provide
+
+  - Memory isolation between OS's
+  - CPU scheduling among OS's, with higher priority to the RTOS
+  - Device partitionning
+  - Communication mechanism between OS's
+
+Virtualization in Embedded Systems (3)
+--------------------------------------
+
+- Leverage multi-cores support with virtual machine abstraction
+
+- 1 core per OS => no need for CPU scheduling
+
+- 2 low-performance cores consume less power than a single high
+  performance CPU => simplify power management
+
+- New model of software distribution, shipping application with its own OS
+
+  - No OS configuration/version incoherency
+
+Security Through Virtualization
+-------------------------------
+
+- Notion of Trusted Computing Base (TCB)
+
+  - Part of the system that provides security foundations
+  - Should only include hardware and VMM
+  - May also include RTOS, for performance/legacy reasons
+
+- Run GP OS in an isolated Virtual Machine
+
+  - Avoid damaged GP OS to compromise the secure parts (data,
+    services) of the system
+
+Embedded + Virtualization Challenges (1)
+----------------------------------------
+
+- Full isolation of VM's does not fit cooperation requirements between OS's
+
+- Efficient communication mechanisms between VM's
+
+- Global scheduling, with interleaved priorities
+
+- Global Energy Management
+
+Embedded + Virtualization Challenges (2)
+----------------------------------------
+
+- Efficient communication mechanisms between VM's
+
+  - Virtual Ethernet device not adapted
+  - Need VMM-controlled shared memory transfers
+
+- Example: Video streaming on a Smartphone
+
+  - Video data received via the baseband managed by RTOS
+  - Video data displayed by a Media Player running on GPOS
+  - Avoid copy of video data transfered between the 2 OS's !
+
+Task Scheduling Issues
+----------------------
+
+- Standard server-oriented Virtualization model
+
+  - The VMM schedules VM's on the CPU
+  - The OS on each VM runs its own scheduler
+
+- Interleaved priorities in Embedded Systems
+
+  - Baseband task of RTOS with a high priority
+  - But GPOS Media-Player must have a higher priority than some
+    low-priority tasks of RTOS
+  - Enable a VM to yield the CPU
+
+    - Use a RT task as a proxy of GP OS application, and make it yield
+      the CPU
+
+Multi-Users Devices
+-------------------
+
+- Mobile phone has 3 types of users, each with specific private data
+  to protect from the others
+
+  - The person owning the device, with address book, emails,
+    documents, etc.
+  - Different wireless providers, for example private and
+    professionnal: network access properly authenticated, ensure
+    correct billing !
+  - Third-party service providers, for instance multimedia providers.
+
+- Owner and third-parties must be granted secure financial
+  transactions
+
+Virtualization in Hardware
+--------------------------
+
+- Only way to build a real TCB
+
+  - Without penalizing performances
+
+- Should include support for
+
+  - Memory Partitionning
+  - Physical Memory / Machine Memory mapping
+  - Coupled with multi-cores
+  - Device Partitioning
+
+    - Interrupt routing
+    - I/O DMA coupled with memory partitioning & Physical Memory /
+      Machine Memory mapping
+
+Conclusion / Evolution of Virtualization
+========================================
+
+Conclusion
+----------
+
+- Emulation : slow, multi-arch, simulates ISA (full machine) or ABI
+  (process level)
+- Accelerated emulation : faster, code is executed natively, overhead
+  for privilegied actions
+- Virtual servers : fast and scalable, but same OS and one kernel
+- Paravirtualization : fast, needs a modified OS
+- HW-assisted virtualization : solves most of the issues
+
+Evolutions of Virtualization
+----------------------------
+
+- Cloud computing
+
+  - Big amount of data
+  - Virtualization brings flexibility to data center
+
+- Operating systems in browsers ?
+
+  - State of OS is stored remotely
+
+- Virtualization on desktops and small devices
+
+  - Security (isolates work and personal area)
diff --git a/isa-abi.svg b/isa-abi.svg
new file mode 100644 (file)
index 0000000..1fdf71c
--- /dev/null
@@ -0,0 +1,1216 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:ooo="http://xml.openoffice.org/svg/export"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.2"
+   width="789.04926"
+   height="345.18503"
+   viewBox="0 0 22268.723 9741.8886"
+   preserveAspectRatio="xMidYMid"
+   clip-path="url(#presentation_clip_path)"
+   xml:space="preserve"
+   id="svg3704"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="isa-abi.svg"
+   style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"><metadata
+     id="metadata4383"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1918"
+     inkscape:window-height="1059"
+     id="namedview4381"
+     showgrid="false"
+     fit-margin-top="20"
+     fit-margin-left="20"
+     fit-margin-bottom="20"
+     fit-margin-right="20"
+     inkscape:zoom="0.88080808"
+     inkscape:cx="323.7844"
+     inkscape:cy="162.63834"
+     inkscape:window-x="0"
+     inkscape:window-y="19"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="svg3704" /><defs
+     class="ClipPathGroup"
+     id="defs3706"><clipPath
+       id="presentation_clip_path"
+       clipPathUnits="userSpaceOnUse"><rect
+         x="0"
+         y="0"
+         width="21590"
+         height="27940"
+         id="rect3709" /></clipPath><defs
+       id="defs3874"><linearGradient
+         id="gradient5"
+         x1="12942"
+         y1="8576"
+         x2="12942"
+         y2="10030"
+         gradientUnits="userSpaceOnUse"><stop
+           offset="0"
+           style="stop-color:rgb(0,204,0)"
+           id="stop3877" /><stop
+           offset="0.5"
+           style="stop-color:rgb(204,255,153)"
+           id="stop3879" /><stop
+           offset="1"
+           style="stop-color:rgb(0,204,0)"
+           id="stop3881" /></linearGradient></defs><linearGradient
+       inkscape:collect="always"
+       xlink:href="#gradient5"
+       id="linearGradient6706"
+       gradientUnits="userSpaceOnUse"
+       x1="12942"
+       y1="8576"
+       x2="12942"
+       y2="10030" /><defs
+       id="defs3848"><linearGradient
+         id="gradient4"
+         x1="8982"
+         y1="8594"
+         x2="8982"
+         y2="10048"
+         gradientUnits="userSpaceOnUse"><stop
+           offset="0"
+           style="stop-color:rgb(0,204,0)"
+           id="stop3851" /><stop
+           offset="0.5"
+           style="stop-color:rgb(204,255,153)"
+           id="stop3853" /><stop
+           offset="1"
+           style="stop-color:rgb(0,204,0)"
+           id="stop3855" /></linearGradient></defs><linearGradient
+       inkscape:collect="always"
+       xlink:href="#gradient4"
+       id="linearGradient6716"
+       gradientUnits="userSpaceOnUse"
+       x1="8982"
+       y1="8594"
+       x2="8982"
+       y2="10048" /><defs
+       id="defs3822"><linearGradient
+         id="gradient3"
+         x1="5030"
+         y1="8558"
+         x2="5030"
+         y2="10012"
+         gradientUnits="userSpaceOnUse"><stop
+           offset="0"
+           style="stop-color:rgb(0,204,0)"
+           id="stop3825" /><stop
+           offset="0.5"
+           style="stop-color:rgb(204,255,153)"
+           id="stop3827" /><stop
+           offset="1"
+           style="stop-color:rgb(0,204,0)"
+           id="stop3829" /></linearGradient></defs><linearGradient
+       inkscape:collect="always"
+       xlink:href="#gradient3"
+       id="linearGradient6726"
+       gradientUnits="userSpaceOnUse"
+       x1="5030"
+       y1="8558"
+       x2="5030"
+       y2="10012"
+       gradientTransform="translate(6952.9587,3780.8716)" /><defs
+       id="defs3796"><linearGradient
+         id="gradient2"
+         x1="6075"
+         y1="14706"
+         x2="6075"
+         y2="16160"
+         gradientUnits="userSpaceOnUse"><stop
+           offset="0"
+           style="stop-color:rgb(255,0,0)"
+           id="stop3799" /><stop
+           offset="0.5"
+           style="stop-color:rgb(255,204,204)"
+           id="stop3801" /><stop
+           offset="1"
+           style="stop-color:rgb(255,0,0)"
+           id="stop3803" /></linearGradient></defs><linearGradient
+       inkscape:collect="always"
+       xlink:href="#gradient2"
+       id="linearGradient6736"
+       gradientUnits="userSpaceOnUse"
+       x1="6075"
+       y1="14706"
+       x2="6075"
+       y2="16160" /><defs
+       id="defs3770"><linearGradient
+         id="gradient1"
+         x1="7329"
+         y1="21840"
+         x2="7329"
+         y2="22650"
+         gradientUnits="userSpaceOnUse"><stop
+           offset="0"
+           style="stop-color:rgb(150,150,150)"
+           id="stop3773" /><stop
+           offset="0.5"
+           style="stop-color:rgb(234,234,234)"
+           id="stop3775" /><stop
+           offset="1"
+           style="stop-color:rgb(150,150,150)"
+           id="stop3777" /></linearGradient></defs><linearGradient
+       inkscape:collect="always"
+       xlink:href="#gradient1"
+       id="linearGradient6746"
+       gradientUnits="userSpaceOnUse"
+       x1="7329"
+       y1="21840"
+       x2="7329"
+       y2="22650" /><defs
+       id="defs4131"><linearGradient
+         id="gradient10"
+         x1="35440"
+         y1="8576"
+         x2="35440"
+         y2="10030"
+         gradientUnits="userSpaceOnUse"><stop
+           offset="0"
+           style="stop-color:rgb(0,204,0)"
+           id="stop4134" /><stop
+           offset="0.5"
+           style="stop-color:rgb(204,255,153)"
+           id="stop4136" /><stop
+           offset="1"
+           style="stop-color:rgb(0,204,0)"
+           id="stop4138" /></linearGradient></defs><linearGradient
+       inkscape:collect="always"
+       xlink:href="#gradient10"
+       id="linearGradient6773"
+       gradientUnits="userSpaceOnUse"
+       x1="35440"
+       y1="8576"
+       x2="35440"
+       y2="10030" /><defs
+       id="defs4105"><linearGradient
+         id="gradient9"
+         x1="31480"
+         y1="8594"
+         x2="31480"
+         y2="10048"
+         gradientUnits="userSpaceOnUse"><stop
+           offset="0"
+           style="stop-color:rgb(0,204,0)"
+           id="stop4108" /><stop
+           offset="0.5"
+           style="stop-color:rgb(204,255,153)"
+           id="stop4110" /><stop
+           offset="1"
+           style="stop-color:rgb(0,204,0)"
+           id="stop4112" /></linearGradient></defs><linearGradient
+       inkscape:collect="always"
+       xlink:href="#gradient9"
+       id="linearGradient6783"
+       gradientUnits="userSpaceOnUse"
+       x1="31480"
+       y1="8594"
+       x2="31480"
+       y2="10048" /><defs
+       id="defs4079"><linearGradient
+         id="gradient8"
+         x1="27531"
+         y1="8558"
+         x2="27531"
+         y2="10012"
+         gradientUnits="userSpaceOnUse"><stop
+           offset="0"
+           style="stop-color:rgb(0,204,0)"
+           id="stop4082" /><stop
+           offset="0.5"
+           style="stop-color:rgb(204,255,153)"
+           id="stop4084" /><stop
+           offset="1"
+           style="stop-color:rgb(0,204,0)"
+           id="stop4086" /></linearGradient></defs><linearGradient
+       inkscape:collect="always"
+       xlink:href="#gradient8"
+       id="linearGradient6793"
+       gradientUnits="userSpaceOnUse"
+       x1="27531"
+       y1="8558"
+       x2="27531"
+       y2="10012" /><defs
+       id="defs4053"><linearGradient
+         id="gradient7"
+         x1="28575"
+         y1="14706"
+         x2="28575"
+         y2="16160"
+         gradientUnits="userSpaceOnUse"><stop
+           offset="0"
+           style="stop-color:rgb(255,0,0)"
+           id="stop4056" /><stop
+           offset="0.5"
+           style="stop-color:rgb(255,204,204)"
+           id="stop4058" /><stop
+           offset="1"
+           style="stop-color:rgb(255,0,0)"
+           id="stop4060" /></linearGradient></defs><linearGradient
+       inkscape:collect="always"
+       xlink:href="#gradient7"
+       id="linearGradient6803"
+       gradientUnits="userSpaceOnUse"
+       x1="28575"
+       y1="14706"
+       x2="28575"
+       y2="16160" /><defs
+       id="defs4027"><linearGradient
+         id="gradient6"
+         x1="29827"
+         y1="21840"
+         x2="29827"
+         y2="22650"
+         gradientUnits="userSpaceOnUse"><stop
+           offset="0"
+           style="stop-color:rgb(150,150,150)"
+           id="stop4030" /><stop
+           offset="0.5"
+           style="stop-color:rgb(234,234,234)"
+           id="stop4032" /><stop
+           offset="1"
+           style="stop-color:rgb(150,150,150)"
+           id="stop4034" /></linearGradient></defs><linearGradient
+       inkscape:collect="always"
+       xlink:href="#gradient6"
+       id="linearGradient6813"
+       gradientUnits="userSpaceOnUse"
+       x1="29827"
+       y1="21840"
+       x2="29827"
+       y2="22650" /><linearGradient
+       inkscape:collect="always"
+       xlink:href="#gradient9"
+       id="linearGradient7589"
+       x1="993.27985"
+       y1="5703.3486"
+       x2="993.27985"
+       y2="4389.6558"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(353.44444,-2999.5556)" /><linearGradient
+       inkscape:collect="always"
+       xlink:href="#gradient9"
+       id="linearGradient7591"
+       x1="993.27985"
+       y1="5703.3486"
+       x2="993.27985"
+       y2="4389.6558"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(353.44444,-2999.5556)" /><linearGradient
+       inkscape:collect="always"
+       xlink:href="#gradient9"
+       id="linearGradient7593"
+       x1="993.27985"
+       y1="5703.3486"
+       x2="993.27985"
+       y2="4389.6558"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(353.44444,-2999.5556)" /><linearGradient
+       inkscape:collect="always"
+       xlink:href="#gradient9"
+       id="linearGradient7595"
+       x1="993.27985"
+       y1="5703.3486"
+       x2="993.27985"
+       y2="4389.6558"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(353.44444,-2999.5556)" /><linearGradient
+       inkscape:collect="always"
+       xlink:href="#gradient9"
+       id="linearGradient7597"
+       x1="993.27985"
+       y1="5703.3486"
+       x2="993.27985"
+       y2="4389.6558"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(353.44444,-2999.5556)" /><linearGradient
+       inkscape:collect="always"
+       xlink:href="#gradient9"
+       id="linearGradient7599"
+       x1="993.27985"
+       y1="5703.3486"
+       x2="993.27985"
+       y2="4389.6558"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(353.44444,-2999.5556)" /><linearGradient
+       inkscape:collect="always"
+       xlink:href="#gradient7"
+       id="linearGradient7607"
+       x1="993.27985"
+       y1="8715.2295"
+       x2="993.27985"
+       y2="7369.4956"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(353.44444,-2999.5556)" /><linearGradient
+       inkscape:collect="always"
+       xlink:href="#gradient7"
+       id="linearGradient7609"
+       x1="993.27985"
+       y1="8715.2295"
+       x2="993.27985"
+       y2="7369.4956"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(353.44444,-2999.5556)" /><linearGradient
+       inkscape:collect="always"
+       xlink:href="#gradient1"
+       id="linearGradient7617"
+       x1="13432"
+       y1="11331"
+       x2="19358"
+       y2="11331"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(353.44444,-2999.5556)" /><linearGradient
+       inkscape:collect="always"
+       xlink:href="#gradient1"
+       id="linearGradient7619"
+       x1="2183"
+       y1="11331"
+       x2="8110"
+       y2="11331"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(353.44444,-2999.5556)" /></defs><defs
+     class="TextShapeIndex"
+     id="defs3711"><g
+       ooo:slide="id1"
+       ooo:id-list="id3 id4 id5 id6 id7 id8 id9 id10 id11 id12 id13 id14 id15 id16 id17 id18 id19 id20 id21 id22 id23 id24 id25 id26 id27 id28 id29 id30 id31 id32 id33 id34 id35 id36 id37 id38 id39 id40 id41"
+       id="g3713" /></defs><defs
+     class="EmbeddedBulletChars"
+     id="defs3715"><g
+       id="bullet-char-template(57356)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 580,1141 1163,571 580,0 -4,571 580,1141 z"
+         id="path3718"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(57354)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 8,1128 1129,0 L 1137,0 8,0 8,1128 z"
+         id="path3721"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10146)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 174,0 602,739 174,1481 1456,739 174,0 z m 1184,739 -1049,607 350,-607 699,0 z"
+         id="path3724"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10132)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 2015,739 1276,0 717,0 l 543,543 -1086,0 0,393 1086,0 -543,545 557,0 741,-742 z"
+         id="path3727"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10007)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z"
+         id="path3730"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10004)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 l 0,-122 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 z"
+         id="path3733"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(9679)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 z"
+         id="path3736"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(8226)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z"
+         id="path3739"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(8211)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m -4,459 1139,0 0,147 -1139,0 0,-147 z"
+         id="path3742"
+         inkscape:connector-curvature="0" /></g></defs><defs
+     class="TextEmbeddedBitmaps"
+     id="defs3744" /><g
+     id="g3746"
+     transform="translate(353.44444,-2999.5556)"><g
+       id="id2"
+       class="Master_Slide"><g
+         id="bg-id2"
+         class="Background" /><g
+         id="bo-id2"
+         class="BackgroundObjects" /></g></g><path
+     style="fill:#eaeaea;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path3763"
+     d="m 3136.4444,564.44444 c -603,0 -1206,602.99996 -1206,1205.99996 l 0,6200 c 0,603 603,1207 1206,1207 l 4825,0 c 603,0 1207,-604 1207,-1207 l 0,-6200 c 0,-603 -604,-1205.99996 -1207,-1205.99996 l -4825,0 z m -1206,0 0,0 z m 7238,8612.99996 0,0 z" /><path
+     style="fill:url(#linearGradient7619);fill-opacity:1;stroke:#000000;stroke-width:26"
+     inkscape:connector-curvature="0"
+     id="path3781"
+     d="m 2641.4444,7927.4444 c -46,0 -92,46 -92,92 l 0,623 c 0,46 46,93 92,93 l 5716,0 c 46,0 93,-47 93,-93 l 0,-623 c 0,-46 -47,-92 -93,-92 l -5716,0 z" /><text
+     id="text3783"
+     class="TextShape"
+     x="353.44446"
+     y="-2999.5557"
+     style="font-size:12px"><tspan
+       style="font-size:564px;font-weight:400;font-family:'Verdana, sans-serif'"
+       id="tspan3785"
+       font-weight="400"
+       font-size="564px"
+       class="TextParagraph"><tspan
+         id="tspan3787"
+         y="8526.4443"
+         x="4138.4443"
+         class="TextPosition"><tspan
+           style="fill:#000000;stroke:none"
+           id="tspan3789">Hardware</tspan></tspan></tspan></text>
+<path
+     style="fill:url(#linearGradient7609);fill-opacity:1;stroke:#000000;stroke-width:26"
+     inkscape:connector-curvature="0"
+     id="path3807"
+     d="m 2790.4444,4360.4444 c -121,0 -242,121 -242,242 l 0,968 c 0,121 121,242 242,242 l 2912,0 c 121,0 242,-121 242,-242 l 0,-968 c 0,-121 -121,-242 -242,-242 l -2912,0 z" /><text
+     id="text3809"
+     class="TextShape"
+     x="353.44446"
+     y="-2999.5557"
+     style="font-size:12px"><tspan
+       style="font-size:564px;font-weight:400;font-family:'Verdana, sans-serif'"
+       id="tspan3811"
+       font-weight="400"
+       font-size="564px"
+       class="TextParagraph"><tspan
+         id="tspan3813"
+         y="5281.4443"
+         x="3845.4443"
+         class="TextPosition"><tspan
+           style="fill:#000000;stroke:none"
+           id="tspan3815">OS</tspan></tspan></tspan></text>
+<path
+     style="fill:url(#linearGradient7599);fill-opacity:1;stroke:#000000;stroke-width:26"
+     inkscape:connector-curvature="0"
+     id="path3833"
+     d="m 2765.4444,1286.4444 c -109,0 -217,108 -217,217 l 0,1017 c 0,109 108,218 217,218 l 871,0 c 109,0 218,-109 218,-218 l 0,-1017 c 0,-109 -109,-217 -218,-217 l -871,0 z" /><text
+     id="text3835"
+     class="TextShape"
+     x="353.44446"
+     y="-2999.5557"
+     style="font-size:12px"><tspan
+       style="font-size:564px;font-weight:400;font-family:'Verdana, sans-serif'"
+       id="tspan3837"
+       font-weight="400"
+       font-size="564px"
+       class="TextParagraph"><tspan
+         id="tspan3839"
+         y="2207.4443"
+         x="2652.4443"
+         class="TextPosition"><tspan
+           style="fill:#000000;stroke:none"
+           id="tspan3841">App</tspan></tspan></tspan></text>
+<path
+     style="fill:url(#linearGradient7597);fill-opacity:1;stroke:#000000;stroke-width:26"
+     inkscape:connector-curvature="0"
+     id="path3859"
+     d="m 4741.4444,1304.4444 c -109,0 -217,108 -217,217 l 0,1017 c 0,109 108,218 217,218 l 872,0 c 109,0 218,-109 218,-218 l 0,-1017 c 0,-109 -109,-217 -218,-217 l -872,0 z" /><text
+     id="text3861"
+     class="TextShape"
+     x="353.44446"
+     y="-2999.5557"
+     style="font-size:12px"><tspan
+       style="font-size:564px;font-weight:400;font-family:'Verdana, sans-serif'"
+       id="tspan3863"
+       font-weight="400"
+       font-size="564px"
+       class="TextParagraph"><tspan
+         id="tspan3865"
+         y="2225.4443"
+         x="4629.4443"
+         class="TextPosition"><tspan
+           style="fill:#000000;stroke:none"
+           id="tspan3867">App</tspan></tspan></tspan></text>
+<path
+     style="fill:url(#linearGradient7595);fill-opacity:1;stroke:#000000;stroke-width:26"
+     inkscape:connector-curvature="0"
+     id="path3885"
+     d="m 6721.4444,1295.4444 c -109,0 -217,108 -217,217 l 0,1017 c 0,109 108,218 217,218 l 872,0 c 109,0 218,-109 218,-218 l 0,-1017 c 0,-109 -109,-217 -218,-217 l -872,0 z" /><text
+     id="text3887"
+     class="TextShape"
+     x="353.44446"
+     y="-2999.5557"
+     style="font-size:12px"><tspan
+       style="font-size:564px;font-weight:400;font-family:'Verdana, sans-serif'"
+       id="tspan3889"
+       font-weight="400"
+       font-size="564px"
+       class="TextParagraph"><tspan
+         id="tspan3891"
+         y="2216.4443"
+         x="6609.4443"
+         class="TextPosition"><tspan
+           style="fill:#000000;stroke:none"
+           id="tspan3893">App</tspan></tspan></tspan></text>
+<text
+     id="text3898"
+     class="TextShape"
+     x="353.44446"
+     y="-2999.5557"
+     style="font-size:12px"><tspan
+       style="font-size:494px;font-style:italic;font-weight:400;font-family:'Verdana, sans-serif'"
+       id="tspan3900"
+       font-weight="400"
+       font-style="italic"
+       font-size="494px"
+       class="TextParagraph"><tspan
+         id="tspan3902"
+         y="3654.4443"
+         x="2587.4443"
+         class="TextPosition"><tspan
+           style="fill:#000000;stroke:none"
+           id="tspan3904">System Calls</tspan></tspan></tspan></text>
+<path
+     style="fill:none;stroke:#000000;stroke-width:79"
+     inkscape:connector-curvature="0"
+     id="path3909"
+     d="m 3263.4444,3801.4444 0,727" /><path
+     style="fill:#000000;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path3911"
+     d="m 3263.4444,4749.4444 -118,-237 237,0 -119,237 z" /><path
+     style="fill:none;stroke:#000000;stroke-width:79"
+     inkscape:connector-curvature="0"
+     id="path3916"
+     d="m 4352.4444,3801.4444 0,727" /><path
+     style="fill:#000000;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path3918"
+     d="m 4352.4444,4749.4444 -118,-237 237,0 -119,237 z" /><path
+     style="fill:none;stroke:#000000;stroke-width:79"
+     inkscape:connector-curvature="0"
+     id="path3923"
+     d="m 5442.4444,3801.4444 0,727" /><path
+     style="fill:#000000;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path3925"
+     d="m 5442.4444,4749.4444 -118,-237 237,0 -119,237 z" /><text
+     id="text3930"
+     class="TextShape"
+     x="353.44446"
+     y="-2999.5557"
+     style="font-size:12px"><tspan
+       style="font-size:494px;font-style:italic;font-weight:400;font-family:'Verdana, sans-serif'"
+       id="tspan3932"
+       font-weight="400"
+       font-style="italic"
+       font-size="494px"
+       class="TextParagraph"><tspan
+         id="tspan3934"
+         y="3650.4443"
+         x="6371.4443"
+         class="TextPosition"><tspan
+           style="fill:#000000;stroke:none"
+           id="tspan3936">User ISA</tspan></tspan></tspan></text>
+<text
+     id="text3941"
+     class="TextShape"
+     x="353.44446"
+     y="-2999.5557"
+     style="font-size:12px"><tspan
+       style="font-size:494px;font-style:italic;font-weight:400;font-family:'Verdana, sans-serif'"
+       id="tspan3943"
+       font-weight="400"
+       font-style="italic"
+       font-size="494px"
+       class="TextParagraph"><tspan
+         id="tspan3945"
+         y="6459.4443"
+         x="2822.4443"
+         class="TextPosition"><tspan
+           style="fill:#000000;stroke:none"
+           id="tspan3947">System ISA</tspan></tspan></tspan></text>
+<path
+     style="fill:none;stroke:#000000;stroke-width:106"
+     inkscape:connector-curvature="0"
+     id="path3952"
+     d="m 617.44444,7143.4444 422.99996,0" /><path
+     style="fill:none;stroke:#000000;stroke-width:106"
+     inkscape:connector-curvature="0"
+     id="path3954"
+     d="m 1357.4444,7143.4444 423,0" /><path
+     style="fill:none;stroke:#000000;stroke-width:106"
+     inkscape:connector-curvature="0"
+     id="path3956"
+     d="m 2097.4444,7143.4444 423,0" /><path
+     style="fill:none;stroke:#000000;stroke-width:106"
+     inkscape:connector-curvature="0"
+     id="path3958"
+     d="m 2837.4444,7143.4444 423,0" /><path
+     style="fill:none;stroke:#000000;stroke-width:106"
+     inkscape:connector-curvature="0"
+     id="path3960"
+     d="m 3577.4444,7143.4444 423,0" /><path
+     style="fill:none;stroke:#000000;stroke-width:106"
+     inkscape:connector-curvature="0"
+     id="path3962"
+     d="m 4317.4444,7143.4444 423,0" /><path
+     style="fill:none;stroke:#000000;stroke-width:106"
+     inkscape:connector-curvature="0"
+     id="path3964"
+     d="m 5057.4444,7143.4444 423,0" /><path
+     style="fill:none;stroke:#000000;stroke-width:106"
+     inkscape:connector-curvature="0"
+     id="path3966"
+     d="m 5797.4444,7143.4444 423,0" /><path
+     style="fill:none;stroke:#000000;stroke-width:106"
+     inkscape:connector-curvature="0"
+     id="path3968"
+     d="m 6537.4444,7143.4444 423,0" /><path
+     style="fill:none;stroke:#000000;stroke-width:106"
+     inkscape:connector-curvature="0"
+     id="path3970"
+     d="m 7277.4444,7143.4444 423,0" /><path
+     style="fill:none;stroke:#000000;stroke-width:106"
+     inkscape:connector-curvature="0"
+     id="path3972"
+     d="m 8017.4444,7143.4444 423,0" /><path
+     style="fill:none;stroke:#000000;stroke-width:106"
+     inkscape:connector-curvature="0"
+     id="path3974"
+     d="m 8757.4444,7143.4444 287,0" /><text
+     id="text3979"
+     class="TextShape"
+     x="353.44446"
+     y="-2999.5557"
+     style="font-size:12px"><tspan
+       style="font-size:564px;font-style:italic;font-weight:700;font-family:'Verdana, sans-serif'"
+       id="tspan3981"
+       font-weight="700"
+       font-style="italic"
+       font-size="564px"
+       class="TextParagraph"><tspan
+         id="tspan3983"
+         y="6757.4443"
+         x="603.44446"
+         class="TextPosition"><tspan
+           style="fill:#000000;stroke:none"
+           id="tspan3985">ISA</tspan></tspan></tspan></text>
+<path
+     style="fill:none;stroke:#000000;stroke-width:79"
+     inkscape:connector-curvature="0"
+     id="path3990"
+     d="m 7417.4444,4665.4444 0,2989" /><path
+     style="fill:#000000;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path3992"
+     d="m 7417.4444,7875.4444 -118,-237 237,0 -119,237 z" /><path
+     style="fill:none;stroke:#000000;stroke-width:79"
+     inkscape:connector-curvature="0"
+     id="path3997"
+     d="m 3254.4444,6623.4444 0,1036" /><path
+     style="fill:#000000;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path3999"
+     d="m 3254.4444,7880.4444 -118,-237 237,0 -119,237 z" /><path
+     style="fill:none;stroke:#000000;stroke-width:79"
+     inkscape:connector-curvature="0"
+     id="path4004"
+     d="m 4344.4444,6623.4444 0,1036" /><path
+     style="fill:#000000;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path4006"
+     d="m 4344.4444,7880.4444 -118,-237 237,0 -119,237 z" /><path
+     style="fill:none;stroke:#000000;stroke-width:79"
+     inkscape:connector-curvature="0"
+     id="path4011"
+     d="m 5433.4444,6623.4444 0,1062" /><path
+     style="fill:#000000;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path4013"
+     d="m 5433.4444,7906.4444 -118,-237 237,0 -119,237 z" /><path
+     style="fill:#eaeaea;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path4020"
+     d="m 14387.444,700.44444 c -603,0 -1206,601.99996 -1206,1204.99996 l 0,6065 c 0,603 603,1206 1206,1206 l 4824,0 c 603,0 1206,-603 1206,-1206 l 0,-6065 c 0,-603 -603,-1204.99996 -1206,-1204.99996 l -4824,0 z m -1206,0 0,0 z m 7236,8475.99996 0,0 z" /><path
+     style="fill:url(#linearGradient7617);fill-opacity:1;stroke:#000000;stroke-width:26"
+     inkscape:connector-curvature="0"
+     id="path4038"
+     d="m 13890.444,7927.4444 c -46,0 -92,46 -92,92 l 0,623 c 0,46 46,93 92,93 l 5715,0 c 46,0 93,-47 93,-93 l 0,-623 c 0,-46 -47,-92 -93,-92 l -5715,0 z" /><text
+     id="text4040"
+     class="TextShape"
+     x="353.44446"
+     y="-2999.5557"
+     style="font-size:12px"><tspan
+       style="font-size:564px;font-weight:400;font-family:'Verdana, sans-serif'"
+       id="tspan4042"
+       font-weight="400"
+       font-size="564px"
+       class="TextParagraph"><tspan
+         id="tspan4044"
+         y="8526.4443"
+         x="15386.444"
+         class="TextPosition"><tspan
+           style="fill:#000000;stroke:none"
+           id="tspan4046">Hardware</tspan></tspan></tspan></text>
+<path
+     style="fill:url(#linearGradient7607);fill-opacity:1;stroke:#000000;stroke-width:26"
+     inkscape:connector-curvature="0"
+     id="path4064"
+     d="m 14040.444,4360.4444 c -121,0 -241,121 -241,242 l 0,968 c 0,121 120,242 241,242 l 2911,0 c 121,0 242,-121 242,-242 l 0,-968 c 0,-121 -121,-242 -242,-242 l -2911,0 z" /><text
+     id="text4066"
+     class="TextShape"
+     x="353.44446"
+     y="-2999.5557"
+     style="font-size:12px"><tspan
+       style="font-size:564px;font-weight:400;font-family:'Verdana, sans-serif'"
+       id="tspan4068"
+       font-weight="400"
+       font-size="564px"
+       class="TextParagraph"><tspan
+         id="tspan4070"
+         y="5281.4443"
+         x="15096.444"
+         class="TextPosition"><tspan
+           style="fill:#000000;stroke:none"
+           id="tspan4072">OS</tspan></tspan></tspan></text>
+<path
+     style="fill:url(#linearGradient7593);fill-opacity:1;stroke:#000000;stroke-width:26"
+     inkscape:connector-curvature="0"
+     id="path4090"
+     d="m 14016.444,1286.4444 c -109,0 -217,108 -217,217 l 0,1017 c 0,109 108,218 217,218 l 870,0 c 109,0 218,-109 218,-218 l 0,-1017 c 0,-109 -109,-217 -218,-217 l -870,0 z" /><text
+     id="text4092"
+     class="TextShape"
+     x="353.44446"
+     y="-2999.5557"
+     style="font-size:12px"><tspan
+       style="font-size:564px;font-weight:400;font-family:'Verdana, sans-serif'"
+       id="tspan4094"
+       font-weight="400"
+       font-size="564px"
+       class="TextParagraph"><tspan
+         id="tspan4096"
+         y="2207.4443"
+         x="13903.444"
+         class="TextPosition"><tspan
+           style="fill:#000000;stroke:none"
+           id="tspan4098">App</tspan></tspan></tspan></text>
+<path
+     style="fill:url(#linearGradient7591);fill-opacity:1;stroke:#000000;stroke-width:26"
+     inkscape:connector-curvature="0"
+     id="path4116"
+     d="m 15990.444,1304.4444 c -109,0 -217,108 -217,217 l 0,1017 c 0,109 108,218 217,218 l 871,0 c 109,0 218,-109 218,-218 l 0,-1017 c 0,-109 -109,-217 -218,-217 l -871,0 z" /><text
+     id="text4118"
+     class="TextShape"
+     x="353.44446"
+     y="-2999.5557"
+     style="font-size:12px"><tspan
+       style="font-size:564px;font-weight:400;font-family:'Verdana, sans-serif'"
+       id="tspan4120"
+       font-weight="400"
+       font-size="564px"
+       class="TextParagraph"><tspan
+         id="tspan4122"
+         y="2225.4443"
+         x="15877.444"
+         class="TextPosition"><tspan
+           style="fill:#000000;stroke:none"
+           id="tspan4124">App</tspan></tspan></tspan></text>
+<path
+     style="fill:url(#linearGradient7589);fill-opacity:1;stroke:#000000;stroke-width:26"
+     inkscape:connector-curvature="0"
+     id="path4142"
+     d="m 17970.444,1295.4444 c -109,0 -217,108 -217,217 l 0,1017 c 0,109 108,218 217,218 l 871,0 c 109,0 218,-109 218,-218 l 0,-1017 c 0,-109 -109,-217 -218,-217 l -871,0 z" /><text
+     id="text4144"
+     class="TextShape"
+     x="353.44446"
+     y="-2999.5557"
+     style="font-size:12px"><tspan
+       style="font-size:564px;font-weight:400;font-family:'Verdana, sans-serif'"
+       id="tspan4146"
+       font-weight="400"
+       font-size="564px"
+       class="TextParagraph"><tspan
+         id="tspan4148"
+         y="2216.4443"
+         x="17857.445"
+         class="TextPosition"><tspan
+           style="fill:#000000;stroke:none"
+           id="tspan4150">App</tspan></tspan></tspan></text>
+<text
+     id="text4155"
+     class="TextShape"
+     x="353.44446"
+     y="-2999.5557"
+     style="font-size:12px"><tspan
+       style="font-size:494px;font-style:italic;font-weight:400;font-family:'Verdana, sans-serif'"
+       id="tspan4157"
+       font-weight="400"
+       font-style="italic"
+       font-size="494px"
+       class="TextParagraph"><tspan
+         id="tspan4159"
+         y="3654.4443"
+         x="13837.444"
+         class="TextPosition"><tspan
+           style="fill:#000000;stroke:none"
+           id="tspan4161">System Calls</tspan></tspan></tspan></text>
+<path
+     style="fill:none;stroke:#000000;stroke-width:79"
+     inkscape:connector-curvature="0"
+     id="path4166"
+     d="m 14513.444,3801.4444 0,727" /><path
+     style="fill:#000000;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path4168"
+     d="m 14513.444,4749.4444 -118,-237 237,0 -119,237 z" /><path
+     style="fill:none;stroke:#000000;stroke-width:79"
+     inkscape:connector-curvature="0"
+     id="path4173"
+     d="m 15602.444,3801.4444 0,727" /><path
+     style="fill:#000000;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path4175"
+     d="m 15602.444,4749.4444 -118,-237 237,0 -119,237 z" /><path
+     style="fill:none;stroke:#000000;stroke-width:79"
+     inkscape:connector-curvature="0"
+     id="path4180"
+     d="m 16692.444,3801.4444 0,727" /><path
+     style="fill:#000000;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path4182"
+     d="m 16692.444,4749.4444 -118,-237 237,0 -119,237 z" /><text
+     id="text4187"
+     class="TextShape"
+     x="353.44446"
+     y="-2999.5557"
+     style="font-size:12px"><tspan
+       style="font-size:494px;font-style:italic;font-weight:400;font-family:'Verdana, sans-serif'"
+       id="tspan4189"
+       font-weight="400"
+       font-style="italic"
+       font-size="494px"
+       class="TextParagraph"><tspan
+         id="tspan4191"
+         y="3650.4443"
+         x="17621.445"
+         class="TextPosition"><tspan
+           style="fill:#000000;stroke:none"
+           id="tspan4193">User ISA</tspan></tspan></tspan></text>
+<text
+     id="text4198"
+     class="TextShape"
+     x="353.44446"
+     y="-2999.5557"
+     style="font-size:12px"><tspan
+       style="font-size:494px;font-style:italic;font-weight:400;font-family:'Verdana, sans-serif'"
+       id="tspan4200"
+       font-weight="400"
+       font-style="italic"
+       font-size="494px"
+       class="TextParagraph"><tspan
+         id="tspan4202"
+         y="6459.4443"
+         x="14072.444"
+         class="TextPosition"><tspan
+           style="fill:#000000;stroke:none"
+           id="tspan4204">System ISA</tspan></tspan></tspan></text>
+<text
+     id="text4209"
+     class="TextShape"
+     x="353.44446"
+     y="-2999.5557"
+     style="font-size:12px"><tspan
+       style="font-size:564px;font-style:italic;font-weight:700;font-family:'Verdana, sans-serif'"
+       id="tspan4211"
+       font-weight="700"
+       font-style="italic"
+       font-size="564px"
+       class="TextParagraph"><tspan
+         id="tspan4213"
+         y="6810.4443"
+         x="20640.445"
+         class="TextPosition"><tspan
+           style="fill:#000000;stroke:none"
+           id="tspan4215">ABI</tspan></tspan></tspan></text>
+<path
+     style="fill:none;stroke:#000000;stroke-width:79"
+     inkscape:connector-curvature="0"
+     id="path4220"
+     d="m 18667.444,4665.4444 0,3073" /><path
+     style="fill:#000000;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path4222"
+     d="m 18667.444,7959.4444 -118,-237 237,0 -119,237 z" /><path
+     style="fill:none;stroke:#000000;stroke-width:79"
+     inkscape:connector-curvature="0"
+     id="path4227"
+     d="m 14504.444,6623.4444 0,1089" /><path
+     style="fill:#000000;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path4229"
+     d="m 14504.444,7933.4444 -118,-237 237,0 -119,237 z" /><path
+     style="fill:none;stroke:#000000;stroke-width:79"
+     inkscape:connector-curvature="0"
+     id="path4234"
+     d="m 15594.444,6623.4444 0,1093" /><path
+     style="fill:#000000;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path4236"
+     d="m 15594.444,7937.4444 -118,-237 237,0 -119,237 z" /><path
+     style="fill:none;stroke:#000000;stroke-width:79"
+     inkscape:connector-curvature="0"
+     id="path4241"
+     d="m 16683.444,6623.4444 0,1089" /><path
+     style="fill:#000000;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path4243"
+     d="m 16683.444,7933.4444 -118,-237 237,0 -119,237 z" /><path
+     d="m 17463.444,7205.4444 423,0"
+     id="path4250"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#000000;stroke-width:106" /><path
+     d="m 18203.444,7205.4444 423,0"
+     id="path4252"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#000000;stroke-width:106" /><path
+     d="m 18943.444,7205.4444 423,0"
+     id="path4254"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#000000;stroke-width:106" /><path
+     d="m 19683.444,7205.4444 423,0"
+     id="path4256"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#000000;stroke-width:106" /><path
+     d="m 20423.444,7205.4444 423,0"
+     id="path4258"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#000000;stroke-width:106" /><path
+     d="m 21163.444,7205.4444 423,0"
+     id="path4260"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#000000;stroke-width:106" /><path
+     d="m 13116.444,4101.4444 423,0"
+     id="path4265"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#000000;stroke-width:106" /><path
+     d="m 13856.444,4101.4444 423,0"
+     id="path4267"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#000000;stroke-width:106" /><path
+     d="m 14596.444,4101.4444 423,0"
+     id="path4269"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#000000;stroke-width:106" /><path
+     d="m 15336.444,4101.4444 423,0"
+     id="path4271"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#000000;stroke-width:106" /><path
+     d="m 16076.444,4101.4444 423,0"
+     id="path4273"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#000000;stroke-width:106" /><path
+     d="m 16816.444,4101.4444 423,0"
+     id="path4275"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#000000;stroke-width:106" /><path
+     d="m 17459.444,7201.4444 0,-423"
+     id="path4280"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#000000;stroke-width:106" /><path
+     d="m 17459.444,6461.4444 0,-423"
+     id="path4282"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#000000;stroke-width:106" /><path
+     d="m 17459.444,5721.4444 0,-423"
+     id="path4284"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#000000;stroke-width:106" /><path
+     d="m 17459.444,4981.4444 0,-423"
+     id="path4286"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#000000;stroke-width:106" /><path
+     d="m 17459.444,4241.4444 0,-162"
+     id="path4288"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#000000;stroke-width:106" /><path
+     d="m 9425.4444,7241.4444 79,0"
+     id="path4293"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:79" /><path
+     d="m 9583.4444,7241.4444 79,0"
+     id="path4295"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:79" /><path
+     d="m 9741.4444,7241.4444 79,0"
+     id="path4297"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:79" /><path
+     d="m 9899.4444,7241.4444 79,0"
+     id="path4299"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:79" /><path
+     d="m 10057.444,7241.4444 79,0"
+     id="path4301"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:79" /><path
+     d="m 10215.444,7241.4444 79,0"
+     id="path4303"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:79" /><path
+     d="m 10373.444,7241.4444 79,0"
+     id="path4305"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:79" /><path
+     d="m 10531.444,7241.4444 79,0"
+     id="path4307"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:79" /><path
+     d="m 10689.444,7241.4444 79,0"
+     id="path4309"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:79" /><path
+     d="m 10847.444,7241.4444 79,0"
+     id="path4311"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:79" /><path
+     d="m 11005.444,7241.4444 79,0"
+     id="path4313"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:79" /><path
+     d="m 11105.444,7183.4444 0,-79"
+     id="path4315"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:79" /><path
+     d="m 11105.444,7025.4444 0,-79"
+     id="path4317"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:79" /><path
+     d="m 11105.444,6867.4444 0,-79"
+     id="path4319"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:79" /><path
+     d="m 11105.444,6709.4444 0,-79"
+     id="path4321"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:79" /><path
+     d="m 11105.444,6551.4444 0,-79"
+     id="path4323"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:79" /><path
+     d="m 11105.444,6393.4444 0,-79"
+     id="path4325"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:79" /><path
+     d="m 11105.444,6235.4444 0,-79"
+     id="path4327"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:79" /><path
+     d="m 11105.444,6077.4444 0,-79"
+     id="path4329"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:79" /><path
+     d="m 11105.444,5919.4444 0,-79"
+     id="path4331"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:79" /><path
+     d="m 11105.444,5761.4444 0,-79"
+     id="path4333"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:79" /><path
+     d="m 11105.444,5603.4444 0,-79"
+     id="path4335"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:79" /><path
+     d="m 11105.444,5445.4444 0,-79"
+     id="path4337"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:79" /><path
+     d="m 11105.444,5287.4444 0,-79"
+     id="path4339"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:79" /><path
+     d="m 11105.444,5129.4444 0,-79"
+     id="path4341"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:79" /><path
+     d="m 11105.444,4971.4444 0,-79"
+     id="path4343"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:79" /><path
+     d="m 11105.444,4813.4444 0,-79"
+     id="path4345"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:79" /><path
+     d="m 11105.444,4655.4444 0,-79"
+     id="path4347"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:79" /><path
+     d="m 11105.444,4497.4444 0,-79"
+     id="path4349"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:79" /><path
+     d="m 11105.444,4339.4444 0,-79"
+     id="path4351"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:79" /><path
+     d="m 11105.444,4181.4444 0,-79"
+     id="path4353"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:79" /><path
+     d="m 11148.444,4066.4444 79,0"
+     id="path4355"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:79" /><path
+     d="m 11306.444,4066.4444 79,0"
+     id="path4357"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:79" /><path
+     d="m 11464.444,4066.4444 79,0"
+     id="path4359"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:79" /><path
+     d="m 11622.444,4066.4444 79,0"
+     id="path4361"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:79" /><path
+     d="m 11780.444,4066.4444 79,0"
+     id="path4363"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:79" /><path
+     d="m 11938.444,4066.4444 79,0"
+     id="path4365"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:79" /><path
+     d="m 12096.444,4066.4444 79,0"
+     id="path4367"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:79" /><path
+     d="m 12254.444,4066.4444 79,0"
+     id="path4369"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:79" /><path
+     d="m 12412.444,4066.4444 79,0"
+     id="path4371"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:79" /><path
+     d="m 12570.444,4066.4444 79,0"
+     id="path4373"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:79" /><path
+     d="m 12728.444,4066.4444 57,0"
+     id="path4375"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:79" /><path
+     d="m 9094.4444,7241.4444 323,-177 32,53 -227,124 227,125 -32,53 -323,-178 z"
+     id="path4377"
+     inkscape:connector-curvature="0"
+     style="fill:#ff0000;stroke:none" /><path
+     d="m 13116.444,4066.4444 -323,178 -32,-54 227,-124 -227,-125 32,-52 323,177 z"
+     id="path4379"
+     inkscape:connector-curvature="0"
+     style="fill:#ff0000;stroke:none" /></svg>
\ No newline at end of file
diff --git a/make.bat b/make.bat
new file mode 100644 (file)
index 0000000..134bf32
--- /dev/null
+++ b/make.bat
@@ -0,0 +1,252 @@
+@ECHO OFF\r
+\r
+REM Command file for Sphinx documentation\r
+\r
+if "%SPHINXBUILD%" == "" (\r
+       set SPHINXBUILD=sphinx-build\r
+)\r
+set BUILDDIR=_build\r
+set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .\r
+set I18NSPHINXOPTS=%SPHINXOPTS% .\r
+if NOT "%PAPER%" == "" (\r
+       set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%\r
+       set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS%\r
+)\r
+\r
+if "%1" == "" goto help\r
+\r
+if "%1" == "help" (\r
+       :help\r
+       echo.Please use `make ^<target^>` where ^<target^> is one of\r
+       echo.  html       to make standalone HTML files\r
+       echo.  dirhtml    to make HTML files named index.html in directories\r
+       echo.  singlehtml to make a single large HTML file\r
+       echo.  pickle     to make pickle files\r
+       echo.  json       to make JSON files\r
+       echo.  htmlhelp   to make HTML files and a HTML help project\r
+       echo.  qthelp     to make HTML files and a qthelp project\r
+       echo.  devhelp    to make HTML files and a Devhelp project\r
+       echo.  epub       to make an epub\r
+       echo.  latex      to make LaTeX files, you can set PAPER=a4 or PAPER=letter\r
+       echo.  text       to make text files\r
+       echo.  man        to make manual pages\r
+       echo.  texinfo    to make Texinfo files\r
+       echo.  gettext    to make PO message catalogs\r
+       echo.  changes    to make an overview over all changed/added/deprecated items\r
+       echo.  xml        to make Docutils-native XML files\r
+       echo.  pseudoxml  to make pseudoxml-XML files for display purposes\r
+       echo.  linkcheck  to check all external links for integrity\r
+       echo.  doctest    to run all doctests embedded in the documentation if enabled\r
+       goto end\r
+)\r
+\r
+if "%1" == "clean" (\r
+       for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i\r
+       del /q /s %BUILDDIR%\*\r
+       goto end\r
+)\r
+\r
+\r
+%SPHINXBUILD% 2> nul\r
+if errorlevel 9009 (\r
+       echo.\r
+       echo.The 'sphinx-build' command was not found. Make sure you have Sphinx\r
+       echo.installed, then set the SPHINXBUILD environment variable to point\r
+       echo.to the full path of the 'sphinx-build' executable. Alternatively you\r
+       echo.may add the Sphinx directory to PATH.\r
+       echo.\r
+       echo.If you don't have Sphinx installed, grab it from\r
+       echo.http://sphinx-doc.org/\r
+       exit /b 1\r
+)\r
+\r
+if "%1" == "html" (\r
+       %SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html\r
+       if errorlevel 1 exit /b 1\r
+       echo.\r
+       echo.Build finished. The HTML pages are in %BUILDDIR%/html.\r
+       goto end\r
+)\r
+\r
+if "%1" == "dirhtml" (\r
+       %SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml\r
+       if errorlevel 1 exit /b 1\r
+       echo.\r
+       echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.\r
+       goto end\r
+)\r
+\r
+if "%1" == "singlehtml" (\r
+       %SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml\r
+       if errorlevel 1 exit /b 1\r
+       echo.\r
+       echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.\r
+       goto end\r
+)\r
+\r
+if "%1" == "pickle" (\r
+       %SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle\r
+       if errorlevel 1 exit /b 1\r
+       echo.\r
+       echo.Build finished; now you can process the pickle files.\r
+       goto end\r
+)\r
+\r
+if "%1" == "json" (\r
+       %SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json\r
+       if errorlevel 1 exit /b 1\r
+       echo.\r
+       echo.Build finished; now you can process the JSON files.\r
+       goto end\r
+)\r
+\r
+if "%1" == "htmlhelp" (\r
+       %SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp\r
+       if errorlevel 1 exit /b 1\r
+       echo.\r
+       echo.Build finished; now you can run HTML Help Workshop with the ^\r
+.hhp project file in %BUILDDIR%/htmlhelp.\r
+       goto end\r
+)\r
+\r
+if "%1" == "qthelp" (\r
+       %SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp\r
+       if errorlevel 1 exit /b 1\r
+       echo.\r
+       echo.Build finished; now you can run "qcollectiongenerator" with the ^\r
+.qhcp project file in %BUILDDIR%/qthelp, like this:\r
+       echo.^> qcollectiongenerator %BUILDDIR%\qthelp\SystemVirtualizationandOSVirtualMachines.qhcp\r
+       echo.To view the help file:\r
+       echo.^> assistant -collectionFile %BUILDDIR%\qthelp\SystemVirtualizationandOSVirtualMachines.ghc\r
+       goto end\r
+)\r
+\r
+if "%1" == "devhelp" (\r
+       %SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp\r
+       if errorlevel 1 exit /b 1\r
+       echo.\r
+       echo.Build finished.\r
+       goto end\r
+)\r
+\r
+if "%1" == "epub" (\r
+       %SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub\r
+       if errorlevel 1 exit /b 1\r
+       echo.\r
+       echo.Build finished. The epub file is in %BUILDDIR%/epub.\r
+       goto end\r
+)\r
+\r
+if "%1" == "latex" (\r
+       %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex\r
+       if errorlevel 1 exit /b 1\r
+       echo.\r
+       echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.\r
+       goto end\r
+)\r
+\r
+if "%1" == "latexpdf" (\r
+       %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex\r
+       cd %BUILDDIR%/latex\r
+       make all-pdf\r
+       cd %BUILDDIR%/..\r
+       echo.\r
+       echo.Build finished; the PDF files are in %BUILDDIR%/latex.\r
+       goto end\r
+)\r
+\r
+if "%1" == "latexpdfja" (\r
+       %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex\r
+       cd %BUILDDIR%/latex\r
+       make all-pdf-ja\r
+       cd %BUILDDIR%/..\r
+       echo.\r
+       echo.Build finished; the PDF files are in %BUILDDIR%/latex.\r
+       goto end\r
+)\r
+\r
+if "%1" == "text" (\r
+       %SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text\r
+       if errorlevel 1 exit /b 1\r
+       echo.\r
+       echo.Build finished. The text files are in %BUILDDIR%/text.\r
+       goto end\r
+)\r
+\r
+if "%1" == "man" (\r
+       %SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man\r
+       if errorlevel 1 exit /b 1\r
+       echo.\r
+       echo.Build finished. The manual pages are in %BUILDDIR%/man.\r
+       goto end\r
+)\r
+\r
+if "%1" == "texinfo" (\r
+       %SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo\r
+       if errorlevel 1 exit /b 1\r
+       echo.\r
+       echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo.\r
+       goto end\r
+)\r
+\r
+if "%1" == "gettext" (\r
+       %SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale\r
+       if errorlevel 1 exit /b 1\r
+       echo.\r
+       echo.Build finished. The message catalogs are in %BUILDDIR%/locale.\r
+       goto end\r
+)\r
+\r
+if "%1" == "changes" (\r
+       %SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes\r
+       if errorlevel 1 exit /b 1\r
+       echo.\r
+       echo.The overview file is in %BUILDDIR%/changes.\r
+       goto end\r
+)\r
+\r
+if "%1" == "linkcheck" (\r
+       %SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck\r
+       if errorlevel 1 exit /b 1\r
+       echo.\r
+       echo.Link check complete; look for any errors in the above output ^\r
+or in %BUILDDIR%/linkcheck/output.txt.\r
+       goto end\r
+)\r
+\r
+if "%1" == "doctest" (\r
+       %SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest\r
+       if errorlevel 1 exit /b 1\r
+       echo.\r
+       echo.Testing of doctests in the sources finished, look at the ^\r
+results in %BUILDDIR%/doctest/output.txt.\r
+       goto end\r
+)\r
+\r
+if "%1" == "xml" (\r
+       %SPHINXBUILD% -b xml %ALLSPHINXOPTS% %BUILDDIR%/xml\r
+       if errorlevel 1 exit /b 1\r
+       echo.\r
+       echo.Build finished. The XML files are in %BUILDDIR%/xml.\r
+       goto end\r
+)\r
+\r
+if "%1" == "pseudoxml" (\r
+       %SPHINXBUILD% -b pseudoxml %ALLSPHINXOPTS% %BUILDDIR%/pseudoxml\r
+       if errorlevel 1 exit /b 1\r
+       echo.\r
+       echo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml.\r
+       goto end\r
+)\r
+\r
+:end\r
+\r
+\r
+if "%1" == "slides" (\r
+       %SPHINXBUILD% -b slides %ALLSPHINXOPTS% %BUILDDIR%/slides\r
+       if errorlevel 1 exit /b 1\r
+       echo.\r
+       echo.Build finished. The HTML slides pages are in %BUILDDIR%/slides.\r
+       goto end\r
+)\r
+\r
diff --git a/mem-virt.svg b/mem-virt.svg
new file mode 100644 (file)
index 0000000..3f470da
--- /dev/null
@@ -0,0 +1,950 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:ooo="http://xml.openoffice.org/svg/export"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.2"
+   width="676.17706"
+   height="436.9823"
+   viewBox="0 0 19083.219 12332.612"
+   preserveAspectRatio="xMidYMid"
+   clip-path="url(#presentation_clip_path)"
+   xml:space="preserve"
+   id="svg2985"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="mem-virt.svg"
+   style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"><metadata
+     id="metadata3877"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1918"
+     inkscape:window-height="1059"
+     id="namedview3875"
+     showgrid="false"
+     inkscape:zoom="0.62282538"
+     inkscape:cx="442.12623"
+     inkscape:cy="259.14496"
+     inkscape:window-x="0"
+     inkscape:window-y="19"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="svg2985"
+     fit-margin-top="20"
+     fit-margin-left="20"
+     fit-margin-right="20"
+     fit-margin-bottom="20" /><defs
+     class="ClipPathGroup"
+     id="defs2987"><marker
+       inkscape:stockid="Arrow1Mend"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mend"
+       style="overflow:visible"><path
+         id="path7195"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
+         transform="matrix(-0.4,0,0,-0.4,-4,0)"
+         inkscape:connector-curvature="0" /></marker><clipPath
+       id="presentation_clip_path"
+       clipPathUnits="userSpaceOnUse"><rect
+         x="0"
+         y="0"
+         width="21590"
+         height="27940"
+         id="rect2990" /></clipPath><marker
+       inkscape:stockid="Arrow1Mend"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mend-7"
+       style="overflow:visible"><path
+         inkscape:connector-curvature="0"
+         id="path7195-9"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
+         transform="matrix(-0.4,0,0,-0.4,-4,0)" /></marker><marker
+       inkscape:stockid="Arrow1Mend"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mend-2"
+       style="overflow:visible"><path
+         inkscape:connector-curvature="0"
+         id="path7195-1"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
+         transform="matrix(-0.4,0,0,-0.4,-4,0)" /></marker><marker
+       inkscape:stockid="Arrow1Mend"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mend-4"
+       style="overflow:visible"><path
+         inkscape:connector-curvature="0"
+         id="path7195-19"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
+         transform="matrix(-0.4,0,0,-0.4,-4,0)" /></marker><marker
+       inkscape:stockid="Arrow1Mend"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mend-43"
+       style="overflow:visible"><path
+         inkscape:connector-curvature="0"
+         id="path7195-15"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
+         transform="matrix(-0.4,0,0,-0.4,-4,0)" /></marker><marker
+       inkscape:stockid="Arrow1Mend"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mend-5"
+       style="overflow:visible"><path
+         inkscape:connector-curvature="0"
+         id="path7195-8"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
+         transform="matrix(-0.4,0,0,-0.4,-4,0)" /></marker><marker
+       inkscape:stockid="Arrow1Mend"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mend-46"
+       style="overflow:visible"><path
+         inkscape:connector-curvature="0"
+         id="path7195-3"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
+         transform="matrix(-0.4,0,0,-0.4,-4,0)" /></marker><marker
+       inkscape:stockid="Arrow1Mend"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mend-3"
+       style="overflow:visible"><path
+         inkscape:connector-curvature="0"
+         id="path7195-7"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
+         transform="matrix(-0.4,0,0,-0.4,-4,0)" /></marker><marker
+       inkscape:stockid="Arrow1Mend"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mend-6"
+       style="overflow:visible"><path
+         inkscape:connector-curvature="0"
+         id="path7195-0"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
+         transform="matrix(-0.4,0,0,-0.4,-4,0)" /></marker></defs><defs
+     class="TextShapeIndex"
+     id="defs2992"><g
+       ooo:slide="id1"
+       ooo:id-list="id3 id4 id5 id6 id7 id8 id9 id10 id11 id12 id13 id14 id15 id16 id17 id18 id19 id20 id21 id22 id23 id24 id25 id26 id27 id28 id29 id30 id31 id32 id33 id34 id35 id36 id37 id38 id39 id40 id41 id42 id43 id44 id45 id46 id47 id48 id49 id50 id51 id52 id53 id54 id55 id56 id57 id58 id59 id60 id61 id62 id63 id64 id65 id66"
+       id="g2994" /></defs><defs
+     class="EmbeddedBulletChars"
+     id="defs2996"><g
+       id="bullet-char-template(57356)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 580,1141 1163,571 580,0 -4,571 580,1141 z"
+         id="path2999"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(57354)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 8,1128 1129,0 L 1137,0 8,0 8,1128 z"
+         id="path3002"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10146)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 174,0 602,739 174,1481 1456,739 174,0 z m 1184,739 -1049,607 350,-607 699,0 z"
+         id="path3005"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10132)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 2015,739 1276,0 717,0 l 543,543 -1086,0 0,393 1086,0 -543,545 557,0 741,-742 z"
+         id="path3008"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10007)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z"
+         id="path3011"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10004)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 l 0,-122 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 z"
+         id="path3014"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(9679)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 z"
+         id="path3017"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(8226)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z"
+         id="path3020"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(8211)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m -4,459 1139,0 0,147 -1139,0 0,-147 z"
+         id="path3023"
+         inkscape:connector-curvature="0" /></g></defs><defs
+     class="TextEmbeddedBitmaps"
+     id="defs3025" /><g
+     id="g3027"
+     transform="translate(-92.336772,-3921.4446)"><g
+       id="id2"
+       class="Master_Slide"><g
+         id="bg-id2"
+         class="Background" /><g
+         id="bo-id2"
+         class="BackgroundObjects" /></g></g><path
+     d="m 17186.663,10761.555 -1319,0 0,-3869.9996 2637,0 0,3869.9996 -1318,0 z"
+     id="path3042"
+     inkscape:connector-curvature="0"
+     style="fill:#ffff00;stroke:none" /><path
+     d="m 17186.663,10761.555 -1319,0 0,-3869.9996 2637,0 0,3869.9996 -1318,0 z"
+     id="path3044"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 14342.215,10846.555 -989,0 0,-3954.9996 1978,0 0,3954.9996 -989,0 z"
+     id="path3055"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><text
+     class="TextShape"
+     id="text3064"
+     x="-92.336769"
+     y="-3921.4446"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="847px"
+       font-weight="400"
+       id="tspan3066"
+       style="font-size:847px;font-weight:400;font-family:'Arial, sans-serif'"><tspan
+         class="TextPosition"
+         x="1786.6632"
+         y="2146.5554"
+         id="tspan3068"><tspan
+           id="tspan3070"
+           style="fill:#000000;stroke:none" /></tspan></tspan></text>
+<path
+     d="m 2210.6632,4545.5554 -721,0 0,-3966.99996 1442,0 0,3966.99996 -721,0 z"
+     id="path3081"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><text
+     class="TextShape"
+     id="text3086"
+     style="font-size:395.1111145px"
+     x="-194.29152"
+     y="-4340.5918"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan3088"
+       style="font-size:395.1111145px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="555.70844"
+         y="1422.408"
+         id="tspan3090"
+         style="font-size:395.1111145px"><tspan
+           id="tspan3092"
+           style="font-size:395.1111145px;fill:#000000;stroke:none">2000</tspan></tspan></tspan></text>
+<path
+     d="m 2210.6632,1660.5554 -721,0 0,-361 1442,0 0,361 -721,0 z"
+     id="path3097"
+     inkscape:connector-curvature="0"
+     style="fill:#ff0000;stroke:none" /><path
+     d="m 2210.6632,1660.5554 -721,0 0,-361 1442,0 0,361 -721,0 z"
+     id="path3099"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><text
+     class="TextShape"
+     id="text3104"
+     style="font-size:395.1111145px"
+     x="-205.61983"
+     y="-4329.2637"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan3106"
+       style="font-size:395.1111145px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="544.38019"
+         y="2875.7366"
+         id="tspan3108"
+         style="font-size:395.1111145px"><tspan
+           id="tspan3110"
+           style="font-size:395.1111145px;fill:#000000;stroke:none">6000</tspan></tspan></tspan></text>
+<path
+     d="m 2210.6632,3102.5554 -721,0 0,-360 1442,0 0,360 -721,0 z"
+     id="path3115"
+     inkscape:connector-curvature="0"
+     style="fill:#ff0000;stroke:none" /><path
+     d="m 2210.6632,3102.5554 -721,0 0,-360 1442,0 0,360 -721,0 z"
+     id="path3117"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><text
+     class="TextShape"
+     id="text3122"
+     style="font-size:395.1111145px"
+     x="-160.30659"
+     y="-4125.354"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan3124"
+       style="font-size:395.1111145px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="3474.6936"
+         y="1075.6458"
+         id="tspan3126"
+         style="font-size:395.1111145px"><tspan
+           id="tspan3128"
+           style="font-size:395.1111145px;fill:#000000;stroke:none">1000</tspan></tspan></tspan></text>
+<path
+     d="m 4915.6632,3463.5554 -541,0 0,-2884.99996 1082,0 0,2884.99996 -541,0 z"
+     id="path3133"
+     inkscape:connector-curvature="0"
+     style="fill:#ffff00;stroke:none" /><path
+     d="m 4915.6632,3463.5554 -541,0 0,-2884.99996 1082,0 0,2884.99996 -541,0 z"
+     id="path3135"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 4915.6632,1299.5554 -541,0 0,-359.99996 1082,0 0,359.99996 -541,0 z"
+     id="path3140"
+     inkscape:connector-curvature="0"
+     style="fill:#729fcf;stroke:none" /><path
+     d="m 4915.6632,1299.5554 -541,0 0,-359.99996 1082,0 0,359.99996 -541,0 z"
+     id="path3142"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 4915.6632,3463.5554 -541,0 0,-361 1082,0 0,361 -541,0 z"
+     id="path3147"
+     inkscape:connector-curvature="0"
+     style="fill:#729fcf;stroke:none" /><path
+     d="m 4915.6632,3463.5554 -541,0 0,-361 1082,0 0,361 -541,0 z"
+     id="path3149"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><text
+     class="TextShape"
+     id="text3154"
+     style="font-size:395.1111145px"
+     x="-171.6349"
+     y="-4329.2637"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan3156"
+       style="font-size:395.1111145px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="3463.3652"
+         y="2154.7366"
+         id="tspan3158"
+         style="font-size:395.1111145px"><tspan
+           id="tspan3160"
+           style="font-size:395.1111145px;fill:#000000;stroke:none">4000</tspan></tspan></tspan></text>
+<text
+     class="TextShape"
+     id="text3165"
+     style="font-size:395.1111145px"
+     x="-171.6349"
+     y="-4159.3389"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan3167"
+       style="font-size:395.1111145px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="3463.3652"
+         y="3205.6609"
+         id="tspan3169"
+         style="font-size:395.1111145px"><tspan
+           id="tspan3171"
+           style="font-size:395.1111145px;fill:#000000;stroke:none">7000</tspan></tspan></tspan></text>
+<text
+     class="TextShape"
+     id="text3176"
+     style="font-size:395.1111145px"
+     x="-364.21606"
+     y="-4238.6372"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan3178"
+       style="font-size:395.1111145px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="7662.7837"
+         y="1025.363"
+         id="tspan3180"
+         style="font-size:395.1111145px"><tspan
+           id="tspan3182"
+           style="font-size:395.1111145px;fill:#000000;stroke:none">1000</tspan></tspan></tspan></text>
+<text
+     class="TextShape"
+     id="text3187"
+     style="font-size:395.1111145px"
+     x="-477.49911"
+     y="-4159.3389"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan3189"
+       style="font-size:395.1111145px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="7649.5005"
+         y="2483.6609"
+         id="tspan3191"
+         style="font-size:395.1111145px"><tspan
+           id="tspan3193"
+           style="font-size:395.1111145px;fill:#000000;stroke:none">5000</tspan></tspan></tspan></text>
+<text
+     class="TextShape"
+     id="text3198"
+     style="font-size:395.1111145px"
+     x="-194.29152"
+     y="-4136.6821"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan3200"
+       style="font-size:395.1111145px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="11734.708"
+         y="1064.3176"
+         id="tspan3202"
+         style="font-size:395.1111145px"><tspan
+           id="tspan3204"
+           style="font-size:395.1111145px;fill:#000000;stroke:none">1000</tspan></tspan></tspan></text>
+<path
+     d="m 13209.663,4184.5554 -541,0 0,-3605.99996 1082,0 0,3605.99996 -541,0 z"
+     id="path3209"
+     inkscape:connector-curvature="0"
+     style="fill:#ffff00;stroke:none" /><path
+     d="m 13209.663,4184.5554 -541,0 0,-3605.99996 1082,0 0,3605.99996 -541,0 z"
+     id="path3211"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 13209.663,1299.5554 -541,0 0,-359.99996 1082,0 0,359.99996 -541,0 z"
+     id="path3216"
+     inkscape:connector-curvature="0"
+     style="fill:#00ff00;stroke:none" /><path
+     d="m 13209.663,1299.5554 -541,0 0,-359.99996 1082,0 0,359.99996 -541,0 z"
+     id="path3218"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 13209.663,3824.5554 -541,0 0,-361 1082,0 0,361 -541,0 z"
+     id="path3223"
+     inkscape:connector-curvature="0"
+     style="fill:#729fcf;stroke:none" /><path
+     d="m 13209.663,3824.5554 -541,0 0,-361 1082,0 0,361 -541,0 z"
+     id="path3225"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><text
+     class="TextShape"
+     id="text3230"
+     style="font-size:395.1111145px"
+     x="-92.336769"
+     y="-3921.4446"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan3232"
+       style="font-size:395.1111145px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="11836.663"
+         y="4005.5554"
+         id="tspan3234"
+         style="font-size:395.1111145px"><tspan
+           id="tspan3236"
+           style="font-size:395.1111145px;fill:#000000;stroke:none">8000</tspan></tspan></tspan></text>
+<text
+     class="TextShape"
+     id="text3241"
+     style="font-size:395.1111145px"
+     x="-454.8425"
+     y="-4351.9199"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan3243"
+       style="font-size:395.1111145px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="15966.157"
+         y="1050.0798"
+         id="tspan3245"
+         style="font-size:395.1111145px"><tspan
+           id="tspan3247"
+           style="font-size:395.1111145px;fill:#000000;stroke:none">1000</tspan></tspan></tspan></text>
+<text
+     class="TextShape"
+     id="text3252"
+     style="font-size:395.1111145px"
+     x="-454.8425"
+     y="-4272.6221"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan3254"
+       style="font-size:395.1111145px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="15966.157"
+         y="1850.3782"
+         id="tspan3256"
+         style="font-size:395.1111145px"><tspan
+           id="tspan3258"
+           style="font-size:395.1111145px;fill:#000000;stroke:none">3000</tspan></tspan></tspan></text>
+<path
+     d="m 15193.663,4545.5554 -722,0 0,-3966.99996 1443,0 0,3966.99996 -721,0 z"
+     id="path3269"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 1478.6632,8570.5554 -720.99997,0 0,-361 1441.99997,0 0,361 -721,0 z"
+     id="path3295"
+     inkscape:connector-curvature="0"
+     style="fill:#999999;stroke:none" /><text
+     class="TextShape"
+     id="text3302"
+     style="font-size:395.1111145px"
+     x="-508.87347"
+     y="-4410.0742"><tspan
+       class="TextParagraph"
+       font-size="706px"
+       font-weight="400"
+       id="tspan3304"
+       style="font-size:395.1111145px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="2426.1267"
+         y="8469.9258"
+         id="tspan3306"
+         style="font-size:395.1111145px"><tspan
+           id="tspan3308"
+           style="font-size:395.1111145px;fill:#000000;stroke:none">unmapped virtual page</tspan></tspan></tspan></text>
+<path
+     d="m 9423.6632,9954.5554 -722,0 0,-5049 1442.9998,0 0,5049 -720.9998,0 z"
+     id="path3313"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><text
+     class="TextShape"
+     id="text3318"
+     style="font-size:395.1111145px"
+     x="1544.5524"
+     y="-4147.2222"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan3320"
+       style="font-size:395.1111145px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="10228.549"
+         y="5020.7783"
+         id="tspan3322"
+         style="font-size:395.1111145px"><tspan
+           id="tspan3324"
+           style="font-size:395.1111145px;fill:#000000;stroke:none">0</tspan></tspan></tspan></text>
+<text
+     class="TextShape"
+     id="text3329"
+     style="font-size:395.1111145px"
+     x="2198.6152"
+     y="-4145.7334"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan3331"
+       style="font-size:395.1111145px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="10160.615"
+         y="6104.2666"
+         id="tspan3333"
+         style="font-size:395.1111145px"><tspan
+           id="tspan3335"
+           style="font-size:395.1111145px;fill:#000000;stroke:none">3000</tspan></tspan></tspan></text>
+<path
+     d="m 9423.6632,5266.5554 -722,0 0,-361 1442.9998,0 0,361 -720.9998,0 z"
+     id="path3340"
+     inkscape:connector-curvature="0"
+     style="fill:#ffcc99;stroke:none" /><path
+     d="m 9423.6632,5266.5554 -722,0 0,-361 1442.9998,0 0,361 -720.9998,0 z"
+     id="path3342"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 6898.6632,4545.5554 -721,0 0,-3966.99996 1442,0 0,3966.99996 -721,0 z"
+     id="path3353"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 9423.6632,6348.5554 -722,0 0,-361 1442.9998,0 0,361 -720.9998,0 z"
+     id="path3358"
+     inkscape:connector-curvature="0"
+     style="fill:#ffcc99;stroke:none" /><path
+     d="m 9423.6632,6348.5554 -722,0 0,-361 1442.9998,0 0,361 -720.9998,0 z"
+     id="path3360"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 9423.6632,7790.5554 -722,0 0,-360 1442.9998,0 0,360 -720.9998,0 z"
+     id="path3372"
+     inkscape:connector-curvature="0"
+     style="fill:#ffcc99;stroke:none" /><path
+     d="m 9423.6632,7790.5554 -722,0 0,-360 1442.9998,0 0,360 -720.9998,0 z"
+     id="path3374"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><text
+     class="TextShape"
+     id="text3484"
+     style="font-size:395.1111145px"
+     x="2229.9658"
+     y="-4215.9805"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan3486"
+       style="font-size:395.1111145px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="10331.966"
+         y="7482.0195"
+         id="tspan3488"
+         style="font-size:395.1111145px"><tspan
+           id="tspan3490"
+           style="font-size:395.1111145px;fill:#000000;stroke:none">7000</tspan></tspan></tspan></text>
+<path
+     d="m 4915.6632,2381.5554 -541,0 0,-361 1082,0 0,361 -541,0 z"
+     id="path3495"
+     inkscape:connector-curvature="0"
+     style="fill:#00ff00;stroke:none" /><path
+     d="m 4915.6632,2381.5554 -541,0 0,-361 1082,0 0,361 -541,0 z"
+     id="path3497"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 1478.6632,10675.555 -720.99997,0 0,-360 1441.99997,0 0,360 -721,0 z"
+     id="path3509"
+     inkscape:connector-curvature="0"
+     style="fill:#00ff00;stroke:none" /><text
+     class="TextShape"
+     id="text3582"
+     style="font-size:395.1111145px"
+     x="-604.99731"
+     y="-4297.9297"><tspan
+       class="TextParagraph"
+       font-size="706px"
+       font-weight="400"
+       id="tspan3584"
+       style="font-size:395.1111145px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="2421.0027"
+         y="10575.07"
+         id="tspan3586"
+         style="font-size:395.1111145px"><tspan
+           id="tspan3588"
+           style="font-size:395.1111145px;fill:#00ff00;stroke:none">unmapped Guest page</tspan></tspan></tspan></text>
+<path
+     d="m 1478.6632,7581.5554 -720.99997,0 0,-360 1441.99997,0 0,360 -721,0 z"
+     id="path3593"
+     inkscape:connector-curvature="0"
+     style="fill:#ff0000;stroke:none" /><text
+     class="TextShape"
+     id="text3666"
+     style="font-size:395.1111145px"
+     x="-356.67737"
+     y="-4482.167"><tspan
+       class="TextParagraph"
+       font-size="706px"
+       font-weight="400"
+       id="tspan3668"
+       style="font-size:395.1111145px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="2452.3228"
+         y="7465.833"
+         id="tspan3670"
+         style="font-size:395.1111145px"><tspan
+           id="tspan3672"
+           style="font-size:395.1111145px;fill:#ff0000;stroke:none">mapped virtual page</tspan></tspan></tspan></text>
+<text
+     class="TextShape"
+     id="text3713"
+     style="font-size:395.1111145px"
+     x="-466.17081"
+     y="-3672.2219"><tspan
+       class="TextParagraph"
+       font-size="706px"
+       font-weight="400"
+       id="tspan3715"
+       style="font-size:395.1111145px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="12544.829"
+         y="5558.7783"
+         id="tspan3717"
+         style="font-size:395.1111145px"><tspan
+           id="tspan3719"
+           style="font-size:395.1111145px;fill:#ff8080;stroke:none">VM 2</tspan></tspan></tspan></text>
+<path
+     d="m 1479.1632,9600.5554 -721.99997,0 0,-361 1442.99997,0 0,361 -721,0 z"
+     id="path3749"
+     inkscape:connector-curvature="0"
+     style="fill:#729fcf;stroke:none" /><text
+     class="TextShape"
+     id="text3756"
+     style="font-size:395.1111145px"
+     x="-548.92511"
+     y="-4354.002"><tspan
+       class="TextParagraph"
+       font-size="706px"
+       font-weight="400"
+       id="tspan3758"
+       style="font-size:395.1111145px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="2396.075"
+         y="9502.998"
+         id="tspan3760"
+         style="font-size:395.1111145px"><tspan
+           id="tspan3762"
+           style="font-size:395.1111145px;fill:#0000ff;stroke:none">mapped Guest page</tspan></tspan></tspan></text>
+<path
+     d="m 15193.663,1299.5554 -722,0 0,-359.99996 1443,0 0,359.99996 -721,0 z"
+     id="path3767"
+     inkscape:connector-curvature="0"
+     style="fill:#ff0000;stroke:none" /><path
+     d="m 15193.663,1299.5554 -722,0 0,-359.99996 1443,0 0,359.99996 -721,0 z"
+     id="path3769"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 15193.663,2108.5554 -722,0 0,-361 1443,0 0,361 -721,0 z"
+     id="path3774"
+     inkscape:connector-curvature="0"
+     style="fill:#ff0000;stroke:none" /><path
+     d="m 15193.663,2108.5554 -722,0 0,-361 1443,0 0,361 -721,0 z"
+     id="path3776"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><text
+     class="TextShape"
+     id="text3781"
+     style="font-size:395.1111145px"
+     x="-92.336769"
+     y="-3921.4446"><tspan
+       class="TextParagraph"
+       font-size="706px"
+       font-weight="400"
+       id="tspan3783"
+       style="font-size:395.1111145px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="4498.6631"
+         y="4588.5557"
+         id="tspan3785"
+         style="font-size:395.1111145px"><tspan
+           id="tspan3787"
+           style="font-size:395.1111145px;fill:#ff8080;stroke:none">VM 1</tspan></tspan></tspan></text>
+<path
+     d="m 15193.663,4184.5554 -722,0 0,-360 1443,0 0,360 -721,0 z"
+     id="path3792"
+     inkscape:connector-curvature="0"
+     style="fill:#999999;stroke:none" /><path
+     d="m 15193.663,4184.5554 -722,0 0,-360 1443,0 0,360 -721,0 z"
+     id="path3794"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><text
+     class="TextShape"
+     id="text3799"
+     style="font-size:395.1111145px"
+     x="-92.336769"
+     y="-3921.4446"><tspan
+       class="TextParagraph"
+       font-size="706px"
+       font-weight="400"
+       id="tspan3801"
+       style="font-size:395.1111145px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="1894.6632"
+         y="5455.5557"
+         id="tspan3803"
+         style="font-size:395.1111145px"><tspan
+           id="tspan3805"
+           style="font-size:395.1111145px;fill:#000000;stroke:none">P1.1</tspan></tspan></tspan></text>
+<text
+     class="TextShape"
+     id="text3810"
+     style="font-size:395.1111145px"
+     x="-92.336769"
+     y="-3921.4446"><tspan
+       class="TextParagraph"
+       font-size="706px"
+       font-weight="400"
+       id="tspan3812"
+       style="font-size:395.1111145px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="6582.6631"
+         y="5455.5557"
+         id="tspan3814"
+         style="font-size:395.1111145px"><tspan
+           id="tspan3816"
+           style="font-size:395.1111145px;fill:#000000;stroke:none">P1.2</tspan></tspan></tspan></text>
+<path
+     d="m 6898.6632,1299.5554 -721,0 0,-359.99996 1442,0 0,359.99996 -721,0 z"
+     id="path3821"
+     inkscape:connector-curvature="0"
+     style="fill:#999999;stroke:none" /><path
+     d="m 6898.6632,1299.5554 -721,0 0,-359.99996 1442,0 0,359.99996 -721,0 z"
+     id="path3823"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 6898.6632,2742.5554 -721,0 0,-361 1442,0 0,361 -721,0 z"
+     id="path3828"
+     inkscape:connector-curvature="0"
+     style="fill:#ff0000;stroke:none" /><path
+     d="m 6898.6632,2742.5554 -721,0 0,-361 1442,0 0,361 -721,0 z"
+     id="path3830"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><text
+     class="TextShape"
+     id="text3842"
+     style="font-size:395.1111145px"
+     x="-318.90286"
+     y="-4487.8599"><tspan
+       class="TextParagraph"
+       font-size="706px"
+       font-weight="400"
+       id="tspan3844"
+       style="font-size:395.1111145px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="14856.097"
+         y="4889.1406"
+         id="tspan3846"
+         style="font-size:395.1111145px"><tspan
+           id="tspan3848"
+           style="font-size:395.1111145px;fill:#000000;stroke:none">P2.1</tspan></tspan></tspan></text>
+<path
+     d="m 1478.6632,11757.555 -720.99997,0 0,-360 1441.99997,0 0,360 -721,0 z"
+     id="path3853"
+     inkscape:connector-curvature="0"
+     style="fill:#ffcc99;stroke:none" /><text
+     class="TextShape"
+     id="text3860"
+     style="font-size:395.1111145px"
+     x="-508.87347"
+     y="-4217.8267"><tspan
+       class="TextParagraph"
+       font-size="706px"
+       font-weight="400"
+       id="tspan3862"
+       style="font-size:395.1111145px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="2425.1267"
+         y="11686.174"
+         id="tspan3864"
+         style="font-size:395.1111145px"><tspan
+           id="tspan3866"
+           style="font-size:395.1111145px;fill:#ff9966;stroke:none">Machine physical page</tspan></tspan></tspan></text>
+<path
+     style="fill:none;stroke:#000000;stroke-width:28.22222137px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1Mend)"
+     d="M 2252.6223,1441.2441 4359.6869,1158.0364"
+     id="path7180"
+     inkscape:connector-curvature="0" /><path
+     style="fill:none;stroke:#000000;stroke-width:28.22222137px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1Mend)"
+     d="M 6796.1433,1131.5519 5470.7316,2185.084"
+     id="path7180-5"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cc" /><path
+     style="fill:none;stroke:#000000;stroke-width:28.22222137px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1Mend)"
+     d="M 15099.79,1935.8615 13774.379,1142.88"
+     id="path7180-3"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cc" /><path
+     style="fill:none;stroke:#ff0000;stroke-width:28.22222137;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:28.22222053, 28.22222053;stroke-dashoffset:0;marker-end:url(#Arrow1Mend)"
+     d="M 4949.6295,3261.2731 8699.2983,6138.6624"
+     id="path7180-6"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cc" /><path
+     style="fill:none;stroke:#ff0000;stroke-width:28.22222137;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:28.22222053, 28.22222053;stroke-dashoffset:0;marker-end:url(#Arrow1Mend)"
+     d="M 4949.6296,1120.2235 8687.9701,4926.5338"
+     id="path7180-54"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cc" /><path
+     style="fill:none;stroke:#000000;stroke-width:28.22222137px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1Mend)"
+     d="m 2378.1045,2955.4089 1959.7966,407.8188"
+     id="path7180-9"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cc" /><path
+     style="fill:none;stroke:#000000;stroke-width:28.22222137px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1Mend)"
+     d="M 15099.79,1086.2386 13763.05,3635.1071"
+     id="path7180-3-8"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cc" /><path
+     style="fill:none;stroke:#ff0000;stroke-width:28.22222137;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:28.22222053, 28.22222053;stroke-dashoffset:0;marker-end:url(#Arrow1Mend)"
+     d="M 13128.665,3635.1072 10171.978,7464.0744"
+     id="path7180-3-3"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cc" /><text
+     xml:space="preserve"
+     style="font-size:1128.88891602px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
+     x="8574.8311"
+     y="10320.906"
+     id="text7754"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan7756"
+       x="8574.8311"
+       y="10320.906"
+       style="font-size:395.1111145px">Machine</tspan><tspan
+       sodipodi:role="line"
+       x="8574.8311"
+       y="10814.795"
+       id="tspan7758"
+       style="font-size:395.1111145px">memory</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:1128.88891602px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
+     x="13635.625"
+     y="8661.0039"
+     id="text7754-4"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan7756-8"
+       x="13635.625"
+       y="8661.0039"
+       style="font-size:395.1111145px">Process</tspan><tspan
+       sodipodi:role="line"
+       x="13635.625"
+       y="9154.8926"
+       style="font-size:395.1111145px"
+       id="tspan7795">Virtual</tspan><tspan
+       sodipodi:role="line"
+       x="13635.625"
+       y="9648.7812"
+       id="tspan7758-0"
+       style="font-size:395.1111145px">Space</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:1128.88891602px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
+     x="16324.116"
+     y="8564.8809"
+     id="text7754-43"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       x="16324.116"
+       y="8564.8809"
+       id="tspan7758-7"
+       style="font-size:395.1111145px">Guest</tspan><tspan
+       sodipodi:role="line"
+       x="16324.116"
+       y="9058.7695"
+       style="font-size:395.1111145px"
+       id="tspan7803">Physical</tspan><tspan
+       sodipodi:role="line"
+       x="16324.116"
+       y="9552.6582"
+       style="font-size:395.1111145px"
+       id="tspan7805">Memory</tspan></text>
+</svg>
\ No newline at end of file
diff --git a/mmu1.svg b/mmu1.svg
new file mode 100644 (file)
index 0000000..70af0a4
--- /dev/null
+++ b/mmu1.svg
@@ -0,0 +1,632 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:ooo="http://xml.openoffice.org/svg/export"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.2"
+   width="855.02808"
+   height="599.89209"
+   viewBox="0 0 24130.792 16930.288"
+   preserveAspectRatio="xMidYMid"
+   clip-path="url(#presentation_clip_path)"
+   xml:space="preserve"
+   id="svg15322"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="mmu1.svg"
+   style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"><metadata
+     id="metadata15786"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1918"
+     inkscape:window-height="1059"
+     id="namedview15784"
+     showgrid="false"
+     fit-margin-top="20"
+     fit-margin-left="20"
+     fit-margin-right="20"
+     fit-margin-bottom="20"
+     inkscape:zoom="0.95353535"
+     inkscape:cx="597.90143"
+     inkscape:cy="183.57393"
+     inkscape:window-x="0"
+     inkscape:window-y="19"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="svg15322" /><defs
+     class="ClipPathGroup"
+     id="defs15324"><clipPath
+       id="presentation_clip_path"
+       clipPathUnits="userSpaceOnUse"><rect
+         x="0"
+         y="0"
+         width="21590"
+         height="27940"
+         id="rect15327" /></clipPath></defs><defs
+     class="TextShapeIndex"
+     id="defs15329"><g
+       ooo:slide="id1"
+       ooo:id-list="id3 id4 id5 id6 id7 id8 id9 id10 id11 id12 id13 id14 id15 id16 id17 id18 id19 id20 id21 id22 id23 id24 id25 id26 id27 id28 id29 id30 id31 id32 id33 id34 id35 id36 id37 id38 id39 id40 id41 id42 id43 id44 id45 id46 id47 id48 id49 id50 id51 id52"
+       id="g15331" /></defs><defs
+     class="EmbeddedBulletChars"
+     id="defs15333"><g
+       id="bullet-char-template(57356)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 580,1141 1163,571 580,0 -4,571 580,1141 z"
+         id="path15336"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(57354)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 8,1128 1129,0 L 1137,0 8,0 8,1128 z"
+         id="path15339"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10146)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 174,0 602,739 174,1481 1456,739 174,0 z m 1184,739 -1049,607 350,-607 699,0 z"
+         id="path15342"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10132)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 2015,739 1276,0 717,0 l 543,543 -1086,0 0,393 1086,0 -543,545 557,0 741,-742 z"
+         id="path15345"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10007)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z"
+         id="path15348"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10004)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 l 0,-122 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 z"
+         id="path15351"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(9679)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 z"
+         id="path15354"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(8226)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z"
+         id="path15357"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(8211)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m -4,459 1139,0 0,147 -1139,0 0,-147 z"
+         id="path15360"
+         inkscape:connector-curvature="0" /></g></defs><defs
+     class="TextEmbeddedBitmaps"
+     id="defs15362" /><path
+     d="m 14009.873,14486.839 -2742,0 0,-10053.9997 5484,0 0,10053.9997 -2742,0 z"
+     id="path15379"
+     inkscape:connector-curvature="0"
+     style="fill:#b3b3b3;stroke:none" /><path
+     d="m 14009.873,14486.839 -2742,0 0,-10053.9997 5484,0 0,10053.9997 -2742,0 z"
+     id="path15381"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><text
+     class="TextShape"
+     id="text15383"
+     x="-1529.1287"
+     y="-3337.1611"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="847px"
+       font-weight="400"
+       id="tspan15385"
+       style="font-size:847px;font-weight:400;font-family:'Verdana, sans-serif'"><tspan
+         class="TextPosition"
+         x="11702.873"
+         y="5344.8389"
+         id="tspan15387"><tspan
+           id="tspan15389"
+           style="fill:#000000;stroke:none">Translation</tspan></tspan></tspan><tspan
+       class="TextParagraph"
+       font-size="847px"
+       font-weight="400"
+       id="tspan15391"
+       style="font-size:847px;font-weight:400;font-family:'Verdana, sans-serif'"><tspan
+         class="TextPosition"
+         x="11901.873"
+         y="6330.8389"
+         id="tspan15393"><tspan
+           id="tspan15395"
+           style="fill:#000000;stroke:none">Lookaside</tspan></tspan></tspan><tspan
+       class="TextParagraph"
+       font-size="847px"
+       font-weight="400"
+       id="tspan15397"
+       style="font-size:847px;font-weight:400;font-family:'Verdana, sans-serif'"><tspan
+         class="TextPosition"
+         x="12724.873"
+         y="7316.8389"
+         id="tspan15399"><tspan
+           id="tspan15401"
+           style="fill:#000000;stroke:none">Buffer</tspan></tspan></tspan></text>
+<text
+     class="TextShape"
+     id="text15406"
+     x="-1529.1287"
+     y="-3337.1611"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="706px"
+       font-weight="400"
+       id="tspan15408"
+       style="font-size:706px;font-weight:400;font-family:'Verdana, sans-serif'"><tspan
+         class="TextPosition"
+         x="549.87128"
+         y="1100.839"
+         id="tspan15410"><tspan
+           id="tspan15412"
+           style="fill:#000000;stroke:none">Processes (Virtual Address Spaces)</tspan></tspan></tspan></text>
+<text
+     class="TextShape"
+     id="text15417"
+     x="-1588.3236"
+     y="-3307.5637"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="847px"
+       font-weight="400"
+       id="tspan15419"
+       style="font-size:847px;font-weight:400;font-family:'Verdana, sans-serif'"><tspan
+         class="TextPosition"
+         x="20141.676"
+         y="2360.4363"
+         id="tspan15421"><tspan
+           id="tspan15423"
+           style="fill:#000000;stroke:none">Physical</tspan></tspan></tspan><tspan
+       class="TextParagraph"
+       font-size="847px"
+       font-weight="400"
+       id="tspan15425"
+       style="font-size:847px;font-weight:400;font-family:'Verdana, sans-serif'"><tspan
+         class="TextPosition"
+         x="20145.676"
+         y="3346.4363"
+         id="tspan15427"><tspan
+           id="tspan15429"
+           style="fill:#000000;stroke:none">Memory</tspan></tspan></tspan></text>
+<text
+     class="TextShape"
+     id="text15434"
+     x="-1529.1287"
+     y="-3337.1611"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="847px"
+       font-weight="400"
+       id="tspan15436"
+       style="font-size:847px;font-weight:400;font-family:'Verdana, sans-serif'"><tspan
+         class="TextPosition"
+         x="13088.873"
+         y="3900.8389"
+         id="tspan15438"><tspan
+           id="tspan15440"
+           style="fill:#000000;stroke:none">MMU</tspan></tspan></tspan></text>
+<path
+     d="m 21562.873,15400.839 -1588,0 0,-11429.9997 3175,0 0,11429.9997 -1587,0 z"
+     id="path15445"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 12849.873,7732.8393 c -106,0 -211,105 -211,211 l 0,848 c 0,106 105,212 211,212 l 2118,0 c 106,0 212,-106 212,-212 l 0,-848 c 0,-106 -106,-211 -212,-211 l -2118,0 z m -211,0 0,0 z m 2541,1271 0,0 z"
+     id="path15450"
+     inkscape:connector-curvature="0"
+     style="fill:#ff0000;stroke:none" /><path
+     d="m 12849.873,7732.8393 c -106,0 -211,105 -211,211 l 0,848 c 0,106 105,212 211,212 l 2118,0 c 106,0 212,-106 212,-212 l 0,-848 c 0,-106 -106,-211 -212,-211 l -2118,0 z"
+     id="path15452"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 12638.873,7732.8393 0,0 z"
+     id="path15454"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 15179.873,9003.8393 0,0 z"
+     id="path15456"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 12849.873,9459.8393 c -106,0 -211,105 -211,211 l 0,847.9997 c 0,106 105,212 211,212 l 2118,0 c 106,0 212,-106 212,-212 l 0,-847.9997 c 0,-106 -106,-211 -212,-211 l -2118,0 z m -211,0 0,0 z m 2541,1270.9997 0,0 z"
+     id="path15461"
+     inkscape:connector-curvature="0"
+     style="fill:#ff0000;stroke:none" /><path
+     d="m 12849.873,9459.8393 c -106,0 -211,105 -211,211 l 0,847.9997 c 0,106 105,212 211,212 l 2118,0 c 106,0 212,-106 212,-212 l 0,-847.9997 c 0,-106 -106,-211 -212,-211 l -2118,0 z"
+     id="path15463"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 12638.873,9459.8393 0,0 z"
+     id="path15465"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 15179.873,10730.839 0,0 z"
+     id="path15467"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 21562.873,5240.8393 -1588,0 0,-1270 3175,0 0,1270 -1587,0 z"
+     id="path15472"
+     inkscape:connector-curvature="0"
+     style="fill:#00ff00;stroke:none" /><path
+     d="m 21562.873,5240.8393 -1588,0 0,-1270 3175,0 0,1270 -1587,0 z"
+     id="path15474"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 21562.873,6510.8393 -1588,0 0,-1270 3175,0 0,1270 -1587,0 z"
+     id="path15479"
+     inkscape:connector-curvature="0"
+     style="fill:#00ff00;stroke:none" /><path
+     d="m 21562.873,6510.8393 -1588,0 0,-1270 3175,0 0,1270 -1587,0 z"
+     id="path15481"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 21562.873,9050.8393 -1588,0 0,-1270 3175,0 0,1270 -1587,0 z"
+     id="path15486"
+     inkscape:connector-curvature="0"
+     style="fill:#00ff00;stroke:none" /><path
+     d="m 21562.873,9050.8393 -1588,0 0,-1270 3175,0 0,1270 -1587,0 z"
+     id="path15488"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 21562.873,7780.8393 -1588,0 0,-1270 3175,0 0,1270 -1587,0 z"
+     id="path15493"
+     inkscape:connector-curvature="0"
+     style="fill:#00ff00;stroke:none" /><path
+     d="m 21562.873,7780.8393 -1588,0 0,-1270 3175,0 0,1270 -1587,0 z"
+     id="path15495"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 21562.873,10320.839 -1588,0 0,-1269.9997 3175,0 0,1269.9997 -1587,0 z"
+     id="path15500"
+     inkscape:connector-curvature="0"
+     style="fill:#00ff00;stroke:none" /><path
+     d="m 21562.873,10320.839 -1588,0 0,-1269.9997 3175,0 0,1269.9997 -1587,0 z"
+     id="path15502"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 21562.873,12860.839 -1588,0 0,-1270 3175,0 0,1270 -1587,0 z"
+     id="path15507"
+     inkscape:connector-curvature="0"
+     style="fill:#00ff00;stroke:none" /><path
+     d="m 21562.873,12860.839 -1588,0 0,-1270 3175,0 0,1270 -1587,0 z"
+     id="path15509"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 21562.873,11590.839 -1588,0 0,-1270 3175,0 0,1270 -1587,0 z"
+     id="path15514"
+     inkscape:connector-curvature="0"
+     style="fill:#00ff00;stroke:none" /><path
+     d="m 21562.873,11590.839 -1588,0 0,-1270 3175,0 0,1270 -1587,0 z"
+     id="path15516"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 21562.873,14130.839 -1588,0 0,-1270 3175,0 0,1270 -1587,0 z"
+     id="path15521"
+     inkscape:connector-curvature="0"
+     style="fill:#00ff00;stroke:none" /><path
+     d="m 21562.873,14130.839 -1588,0 0,-1270 3175,0 0,1270 -1587,0 z"
+     id="path15523"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 21562.873,15400.839 -1588,0 0,-1270 3175,0 0,1270 -1587,0 z"
+     id="path15528"
+     inkscape:connector-curvature="0"
+     style="fill:#00ff00;stroke:none" /><path
+     d="m 21562.873,15400.839 -1588,0 0,-1270 3175,0 0,1270 -1587,0 z"
+     id="path15530"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><text
+     class="TextShape"
+     id="text15532"
+     x="-1529.1287"
+     y="-3337.1611"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan15534"
+       style="font-size:635px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="20433.871"
+         y="14986.839"
+         id="tspan15536"><tspan
+           id="tspan15538"
+           style="fill:#000000;stroke:none">frame N</tspan></tspan></tspan></text>
+<text
+     class="TextShape"
+     id="text15543"
+     x="-1529.1287"
+     y="-3337.1611"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="847px"
+       font-weight="400"
+       id="tspan15545"
+       style="font-size:847px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="13677.873"
+         y="10350.839"
+         id="tspan15547"><tspan
+           id="tspan15549"
+           style="fill:#000000;stroke:none">pte</tspan></tspan></tspan></text>
+<path
+     d="m 2127.8712,6483.8393 0,8236.9997"
+     id="path15554"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#0000ff;stroke-width:102" /><path
+     d="m 1951.8712,6464.8393 0,6 0,5 4,13 9,11 12,6 14,2 9,-3 9,-6 8,-9 4,-10 108,-481 106,477 4,13 9,11 12,6 14,2 13,-4 10,-9 7,-14 0,-12 0,-4 -1,2 -138,-627 -3,-13 -8,-13 -12,-7 -13,-3 -14,3 -11,7 -9,13 -2,13 -141,625 z"
+     id="path15556"
+     inkscape:connector-curvature="0"
+     style="fill:#0000ff;stroke:none" /><path
+     d="m 2303.8712,14739.839 0,-6 0,-5 -4,-13 -9,-11 -12,-6 -14,-2 -9,3 -9,6 -8,9 -4,10 -108,481 -106,-477 -4,-13 -9,-11 -12,-6 -14,-2 -13,4 -10,9 -7,14 0,12 0,4 1,-2 138,627 3,13 8,13 12,7 13,3 14,-3 11,-7 9,-13 2,-13 141,-625 z"
+     id="path15558"
+     inkscape:connector-curvature="0"
+     style="fill:#0000ff;stroke:none" /><path
+     d="m 4183.8712,15399.839 -1600,0 0,-9596.9997 3199,0 0,9596.9997 -1599,0 z"
+     id="path15563"
+     inkscape:connector-curvature="0"
+     style="fill:#e6e6ff;stroke:none" /><path
+     d="m 4183.8712,15399.839 -1600,0 0,-9596.9997 3199,0 0,9596.9997 -1599,0 z"
+     id="path15565"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 4196.8712,15400.839 -1588,0 0,-1270 3175,0 0,1270 -1587,0 z"
+     id="path15570"
+     inkscape:connector-curvature="0"
+     style="fill:#ff00ff;stroke:none" /><path
+     d="m 4196.8712,15400.839 -1588,0 0,-1270 3175,0 0,1270 -1587,0 z"
+     id="path15572"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 4172.8712,9815.8393 -1588,0 0,-1270 3175,0 0,1270 -1587,0 z"
+     id="path15577"
+     inkscape:connector-curvature="0"
+     style="fill:#ff00ff;stroke:none" /><path
+     d="m 4172.8712,9815.8393 -1588,0 0,-1270 3175,0 0,1270 -1587,0 z"
+     id="path15579"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 5097.8712,13571.839 -1600,0 0,-9596.9997 3199,0 0,9596.9997 -1599,0 z"
+     id="path15584"
+     inkscape:connector-curvature="0"
+     style="fill:#e6e6ff;stroke:none" /><path
+     d="m 5097.8712,13571.839 -1600,0 0,-9596.9997 3199,0 0,9596.9997 -1599,0 z"
+     id="path15586"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 5110.8712,7987.8393 -1588,0 0,-1270 3175,0 0,1270 -1587,0 z"
+     id="path15591"
+     inkscape:connector-curvature="0"
+     style="fill:#ff00ff;stroke:none" /><path
+     d="m 5110.8712,7987.8393 -1588,0 0,-1270 3175,0 0,1270 -1587,0 z"
+     id="path15593"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 5086.8712,11186.839 -1588,0 0,-1269.9997 3175,0 0,1269.9997 -1587,0 z"
+     id="path15598"
+     inkscape:connector-curvature="0"
+     style="fill:#ff00ff;stroke:none" /><path
+     d="m 5086.8712,11186.839 -1588,0 0,-1269.9997 3175,0 0,1269.9997 -1587,0 z"
+     id="path15600"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><text
+     class="TextShape"
+     id="text15605"
+     x="-1529.1287"
+     y="-3337.1611"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan15607"
+       style="font-size:635px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="549.87128"
+         y="10617.839"
+         id="tspan15609"><tspan
+           id="tspan15611"
+           style="fill:#0000ff;stroke:none">4GB</tspan></tspan></tspan></text>
+<path
+     d="m 12849.873,11287.839 c -106,0 -211,105 -211,211 l 0,848 c 0,106 105,212 211,212 l 2118,0 c 106,0 212,-106 212,-212 l 0,-848 c 0,-106 -106,-211 -212,-211 l -2118,0 z m -211,0 0,0 z m 2541,1271 0,0 z"
+     id="path15616"
+     inkscape:connector-curvature="0"
+     style="fill:#ff0000;stroke:none" /><path
+     d="m 12849.873,11287.839 c -106,0 -211,105 -211,211 l 0,848 c 0,106 105,212 211,212 l 2118,0 c 106,0 212,-106 212,-212 l 0,-848 c 0,-106 -106,-211 -212,-211 l -2118,0 z"
+     id="path15618"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 12638.873,11287.839 0,0 z"
+     id="path15620"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 15179.873,12558.839 0,0 z"
+     id="path15622"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 6468.8712,11660.839 -1600,0 0,-9970.9997 3199,0 0,9970.9997 -1599,0 z"
+     id="path15627"
+     inkscape:connector-curvature="0"
+     style="fill:#e6e6ff;stroke:none" /><path
+     d="m 6468.8712,11660.839 -1600,0 0,-9970.9997 3199,0 0,9970.9997 -1599,0 z"
+     id="path15629"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 6481.8712,6260.8393 -1588,0 0,-1270 3175,0 0,1270 -1587,0 z"
+     id="path15634"
+     inkscape:connector-curvature="0"
+     style="fill:#ff00ff;stroke:none" /><path
+     d="m 6481.8712,6260.8393 -1588,0 0,-1270 3175,0 0,1270 -1587,0 z"
+     id="path15636"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 6481.8712,2960.8393 -1588,0 0,-1270 3175,0 0,1270 -1587,0 z"
+     id="path15641"
+     inkscape:connector-curvature="0"
+     style="fill:#ff00ff;stroke:none" /><path
+     d="m 6481.8712,2960.8393 -1588,0 0,-1270 3175,0 0,1270 -1587,0 z"
+     id="path15643"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 5086.8712,13572.839 -1588,0 0,-1270 3175,0 0,1270 -1587,0 z"
+     id="path15648"
+     inkscape:connector-curvature="0"
+     style="fill:#ff00ff;stroke:none" /><path
+     d="m 5086.8712,13572.839 -1588,0 0,-1270 3175,0 0,1270 -1587,0 z"
+     id="path15650"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><text
+     class="TextShape"
+     id="text15655"
+     x="-1529.1287"
+     y="-3337.1611"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="847px"
+       font-weight="400"
+       id="tspan15657"
+       style="font-size:847px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="5802.8711"
+         y="2581.8389"
+         id="tspan15659"><tspan
+           id="tspan15661"
+           style="fill:#000000;stroke:none">page</tspan></tspan></tspan></text>
+<text
+     class="TextShape"
+     id="text15666"
+     x="-1529.1287"
+     y="-3337.1611"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan15668"
+       style="font-size:635px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="20457.871"
+         y="4776.8389"
+         id="tspan15670"><tspan
+           id="tspan15672"
+           style="fill:#000000;stroke:none">frame 0</tspan></tspan></tspan></text>
+<path
+     d="m 14923.873,11744.839 4709,-4280.9997"
+     id="path15677"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 19950.873,7174.8393 -434,192 202,222 232,-414 z"
+     id="path15679"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 14923.873,8545.8393 4650,-2536"
+     id="path15684"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 19950.873,5803.8393 -467,84 144,263 323,-347 z"
+     id="path15686"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 8068.8712,2604.8393 4227.0018,6763"
+     id="path15691"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 12638.873,9916.8393 -168,-695 -383,240 551,455 z"
+     id="path15693"
+     inkscape:connector-curvature="0"
+     style="fill:#ff0000;stroke:none" /><path
+     d="m 8068.8712,5803.8393 1371,0"
+     id="path15698"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:102" /><path
+     d="m 9439.8712,5803.8393 0,10053.9997"
+     id="path15703"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:102" /><path
+     d="m 9439.8712,15857.839 8683.0018,0"
+     id="path15708"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:102" /><path
+     d="m 15380.873,9916.8393 4142,-414"
+     id="path15713"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 19950.873,9459.8393 -463,-104 30,298 433,-194 z"
+     id="path15715"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 18122.873,15857.839 0,-3656"
+     id="path15720"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:102" /><path
+     d="m 18122.873,12201.839 1180,0"
+     id="path15725"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:102" /><path
+     d="m 19950.873,12201.839 -678,-226 0,452 678,-226 z"
+     id="path15727"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 6481.8712,8901.8393 -1588,0 0,-1270 3175,0 0,1270 -1587,0 z"
+     id="path15732"
+     inkscape:connector-curvature="0"
+     style="fill:#ff00ff;stroke:none" /><path
+     d="m 6481.8712,8901.8393 -1588,0 0,-1270 3175,0 0,1270 -1587,0 z"
+     id="path15734"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 6697.8712,13115.839 1371,0"
+     id="path15739"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:102" /><path
+     d="m 8068.8712,13115.839 0,3199"
+     id="path15744"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:102" /><path
+     d="m 8068.8712,16314.839 10968.0018,0"
+     id="path15749"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:102" /><path
+     d="m 19036.873,16314.839 0,-2742"
+     id="path15754"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:102" /><path
+     d="m 19036.873,13572.839 266,0"
+     id="path15759"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:102" /><path
+     d="m 19950.873,13572.839 -678,-226 0,452 678,-226 z"
+     id="path15761"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 8068.8712,8545.8393 3922.0018,0"
+     id="path15766"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 12638.873,8545.8393 -678,-226 0,452 678,-226 z"
+     id="path15768"
+     inkscape:connector-curvature="0"
+     style="fill:#ff0000;stroke:none" /><path
+     d="m 6457.8712,11643.839 -1588,0 0,-1270 3175,0 0,1270 -1587,0 z"
+     id="path15773"
+     inkscape:connector-curvature="0"
+     style="fill:#ff00ff;stroke:none" /><path
+     d="m 6457.8712,11643.839 -1588,0 0,-1270 3175,0 0,1270 -1587,0 z"
+     id="path15775"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 8068.8712,10830.839 3935.0018,787"
+     id="path15780"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 12638.873,11744.839 -621,-355 -88,444 709,-89 z"
+     id="path15782"
+     inkscape:connector-curvature="0"
+     style="fill:#ff0000;stroke:none" /></svg>
\ No newline at end of file
diff --git a/mmu2.svg b/mmu2.svg
new file mode 100644 (file)
index 0000000..75a627b
--- /dev/null
+++ b/mmu2.svg
@@ -0,0 +1,950 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:ooo="http://xml.openoffice.org/svg/export"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.2"
+   width="946.1532"
+   height="603.45953"
+   viewBox="0 0 26702.547 17030.969"
+   preserveAspectRatio="xMidYMid"
+   clip-path="url(#presentation_clip_path)"
+   xml:space="preserve"
+   id="svg17794"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="mmu2.svg"
+   style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"><metadata
+     id="metadata18525"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1918"
+     inkscape:window-height="1059"
+     id="namedview18523"
+     showgrid="false"
+     fit-margin-top="20"
+     fit-margin-left="20"
+     fit-margin-right="20"
+     fit-margin-bottom="20"
+     inkscape:zoom="0.95353535"
+     inkscape:cx="319.76331"
+     inkscape:cy="312.7094"
+     inkscape:window-x="0"
+     inkscape:window-y="19"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="svg17794" /><defs
+     class="ClipPathGroup"
+     id="defs17796"><clipPath
+       id="presentation_clip_path"
+       clipPathUnits="userSpaceOnUse"><rect
+         x="0"
+         y="0"
+         width="21590"
+         height="27940"
+         id="rect17799" /></clipPath></defs><defs
+     class="TextShapeIndex"
+     id="defs17801"><g
+       ooo:slide="id1"
+       ooo:id-list="id3 id4 id5 id6 id7 id8 id9 id10 id11 id12 id13 id14 id15 id16 id17 id18 id19 id20 id21 id22 id23 id24 id25 id26 id27 id28 id29 id30 id31 id32 id33 id34 id35 id36 id37 id38 id39 id40 id41 id42 id43 id44 id45 id46 id47 id48 id49 id50 id51 id52 id53 id54 id55 id56 id57 id58 id59 id60 id61 id62 id63 id64 id65 id66 id67 id68 id69 id70 id71 id72 id73 id74 id75 id76 id77"
+       id="g17803" /></defs><defs
+     class="EmbeddedBulletChars"
+     id="defs17805"><g
+       id="bullet-char-template(57356)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 580,1141 1163,571 580,0 -4,571 580,1141 z"
+         id="path17808"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(57354)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 8,1128 1129,0 L 1137,0 8,0 8,1128 z"
+         id="path17811"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10146)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 174,0 602,739 174,1481 1456,739 174,0 z m 1184,739 -1049,607 350,-607 699,0 z"
+         id="path17814"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10132)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 2015,739 1276,0 717,0 l 543,543 -1086,0 0,393 1086,0 -543,545 557,0 741,-742 z"
+         id="path17817"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10007)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z"
+         id="path17820"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10004)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 l 0,-122 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 z"
+         id="path17823"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(9679)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 z"
+         id="path17826"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(8226)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z"
+         id="path17829"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(8211)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m -4,459 1139,0 0,147 -1139,0 0,-147 z"
+         id="path17832"
+         inkscape:connector-curvature="0" /></g></defs><defs
+     class="TextEmbeddedBitmaps"
+     id="defs17834" /><text
+     class="TextShape"
+     id="text17851"
+     x="76.618301"
+     y="-3244.9814"
+     style="font-size:508px"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan17853"
+       style="font-size:508px;font-weight:400;font-family:'Verdana, sans-serif'"><tspan
+         class="TextPosition"
+         x="19812.619"
+         y="972.01843"
+         id="tspan17855"
+         style="font-size:508px"><tspan
+           id="tspan17857"
+           style="font-size:508px;fill:#000000;stroke:none">0</tspan></tspan></tspan></text>
+<text
+     class="TextShape"
+     id="text17862"
+     x="358.84094"
+     y="-3244.9814"
+     style="font-size:508px"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan17864"
+       style="font-size:508px;font-weight:400;font-family:'Verdana, sans-serif'"><tspan
+         class="TextPosition"
+         x="8029.8389"
+         y="972.01843"
+         id="tspan17866"
+         style="font-size:508px"><tspan
+           id="tspan17868"
+           style="font-size:508px;fill:#000000;stroke:none">22</tspan></tspan></tspan></text>
+<text
+     class="TextShape"
+     id="text17873"
+     x="76.618301"
+     y="-3244.9814"
+     style="font-size:508px"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan17875"
+       style="font-size:508px;font-weight:400;font-family:'Verdana, sans-serif'"><tspan
+         class="TextPosition"
+         x="3937.6184"
+         y="972.01843"
+         id="tspan17877"
+         style="font-size:508px"><tspan
+           id="tspan17879"
+           style="font-size:508px;fill:#000000;stroke:none">31</tspan></tspan></tspan></text>
+<text
+     class="TextShape"
+     id="text17884"
+     x="76.618301"
+     y="-3244.9814"
+     style="font-size:508px"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan17886"
+       style="font-size:508px;font-weight:400;font-family:'Verdana, sans-serif'"><tspan
+         class="TextPosition"
+         x="9017.6172"
+         y="972.01843"
+         id="tspan17888"
+         style="font-size:508px"><tspan
+           id="tspan17890"
+           style="font-size:508px;fill:#000000;stroke:none">21</tspan></tspan></tspan></text>
+<text
+     class="TextShape"
+     id="text17895"
+     x="76.618301"
+     y="-3244.9814"
+     style="font-size:508px"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan17897"
+       style="font-size:508px;font-weight:400;font-family:'Verdana, sans-serif'"><tspan
+         class="TextPosition"
+         x="13089.617"
+         y="972.01843"
+         id="tspan17899"
+         style="font-size:508px"><tspan
+           id="tspan17901"
+           style="font-size:508px;fill:#000000;stroke:none">12</tspan></tspan></tspan></text>
+<text
+     class="TextShape"
+     id="text17906"
+     x="76.618301"
+     y="-3244.9814"
+     style="font-size:508px"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan17908"
+       style="font-size:508px;font-weight:400;font-family:'Verdana, sans-serif'"><tspan
+         class="TextPosition"
+         x="14097.617"
+         y="972.01843"
+         id="tspan17910"
+         style="font-size:508px"><tspan
+           id="tspan17912"
+           style="font-size:508px;fill:#000000;stroke:none">11</tspan></tspan></tspan></text>
+<path
+     d="m 6427.6177,1836.0186 -2540,0 0,-635.0001 5080,0 0,635.0001 -2540,0 z"
+     id="path17917"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:102" /><text
+     class="TextShape"
+     id="text17922"
+     x="254.20229"
+     y="-3244.9814"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="700"
+       id="tspan17924"
+       style="font-size:635px;font-weight:700;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="7386.2021"
+         y="2437.0186"
+         id="tspan17926"><tspan
+           font-weight="400"
+           id="tspan17928"
+           style="font-weight:400;fill:#ff0000;stroke:none" /></tspan><tspan
+         class="TextPosition"
+         x="5995.2031"
+         y="3148.0186"
+         id="tspan17930"><tspan
+           id="tspan17932"
+           style="fill:#ff0000;stroke:none">Directory</tspan></tspan></tspan><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="700"
+       id="tspan17934"
+       style="font-size:635px;font-weight:700;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="6556.2021"
+         y="3859.0186"
+         id="tspan17936"><tspan
+           id="tspan17938"
+           style="fill:#ff0000;stroke:none">Index</tspan></tspan></tspan></text>
+<path
+     d="m 11507.617,1836.0186 -2539.9993,0 0,-635.0001 5079.9993,0 0,635.0001 -2540,0 z"
+     id="path17943"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:102" /><text
+     class="TextShape"
+     id="text17948"
+     x="76.618301"
+     y="-3244.9814"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="700"
+       id="tspan17950"
+       style="font-size:635px;font-weight:700;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="11878.617"
+         y="2529.0186"
+         id="tspan17952"><tspan
+           id="tspan17954"
+           style="fill:#0000ff;stroke:none">Page </tspan></tspan><tspan
+         class="TextPosition"
+         x="11831.617"
+         y="3240.0186"
+         id="tspan17956"><tspan
+           id="tspan17958"
+           style="fill:#0000ff;stroke:none">Table</tspan></tspan></tspan><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="700"
+       id="tspan17960"
+       style="font-size:635px;font-weight:700;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="11806.617"
+         y="3951.0186"
+         id="tspan17962"><tspan
+           id="tspan17964"
+           style="fill:#0000ff;stroke:none">Index</tspan></tspan></tspan></text>
+<path
+     d="m 17222.617,1836.0186 -3175,0 0,-635.0001 6350,0 0,635.0001 -3175,0 z"
+     id="path17969"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:102" /><text
+     class="TextShape"
+     id="text17974"
+     x="76.618301"
+     y="-3244.9814"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan17976"
+       style="font-size:635px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="17616.619"
+         y="2529.0186"
+         id="tspan17978"><tspan
+           id="tspan17980"
+           style="fill:#ff00ff;stroke:none">Page</tspan></tspan></tspan><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan17982"
+       style="font-size:635px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="17512.619"
+         y="3240.0186"
+         id="tspan17984"><tspan
+           id="tspan17986"
+           style="fill:#ff00ff;stroke:none">Offset</tspan></tspan></tspan></text>
+<path
+     d="m 3887.6177,5011.0186 4445,0"
+     id="path17991"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 6110.6177,10091.019 -2223,0 0,-5715.0004 4445,0 0,5715.0004 -2222,0 z"
+     id="path17996"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#000000;stroke-width:51" /><path
+     d="m 3887.6177,5646.0186 4445,0"
+     id="path18001"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 6110.6177,7551.0187 -2223,0 0,-635.0001 4445,0 0,635.0001 -2222,0 z"
+     id="path18006"
+     inkscape:connector-curvature="0"
+     style="fill:#ff0000;stroke:none" /><path
+     d="m 6110.6177,7551.0187 -2223,0 0,-635.0001 4445,0 0,635.0001 -2222,0 z"
+     id="path18008"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><text
+     class="TextShape"
+     id="text18013"
+     x="-396.94031"
+     y="-3304.1768"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="706px"
+       font-weight="400"
+       id="tspan18015"
+       style="font-size:706px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="6634.0586"
+         y="7458.8232"
+         id="tspan18017"><tspan
+           id="tspan18019"
+           style="fill:#000000;stroke:none">cr/st</tspan></tspan></tspan></text>
+<path
+     d="m 6427.6177,6916.0186 0,635.0001"
+     id="path18024"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><text
+     class="TextShape"
+     id="text18029"
+     x="76.618301"
+     y="-3244.9814"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="706px"
+       font-weight="400"
+       id="tspan18031"
+       style="font-size:706px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="1698.6183"
+         y="10316.019"
+         id="tspan18033"><tspan
+           id="tspan18035"
+           style="fill:#000000;stroke:none">1023</tspan></tspan></tspan></text>
+<path
+     d="m 3887.6177,9456.0187 4445,0"
+     id="path18040"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 11507.617,5646.0186 4445,0"
+     id="path18045"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 13730.617,10726.019 -2223,0 0,-5715.0004 4445,0 0,5715.0004 -2222,0 z"
+     id="path18050"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#000000;stroke-width:51" /><path
+     d="m 11507.617,6281.0186 4445,0"
+     id="path18055"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 13730.617,8186.0187 -2223,0 0,-635 4445,0 0,635 -2222,0 z"
+     id="path18060"
+     inkscape:connector-curvature="0"
+     style="fill:#00b8ff;stroke:none" /><path
+     d="m 13730.617,8186.0187 -2223,0 0,-635 4445,0 0,635 -2222,0 z"
+     id="path18062"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><text
+     class="TextShape"
+     id="text18067"
+     x="76.618301"
+     y="-3301.4263"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="706px"
+       font-weight="400"
+       id="tspan18069"
+       style="font-size:706px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="14297.617"
+         y="8096.5742"
+         id="tspan18071"><tspan
+           id="tspan18073"
+           style="fill:#000000;stroke:none">cr/st</tspan></tspan></tspan></text>
+<path
+     d="m 14047.617,7551.0187 0,635"
+     id="path18078"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><text
+     class="TextShape"
+     id="text18083"
+     x="76.618301"
+     y="-3244.9814"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="706px"
+       font-weight="400"
+       id="tspan18085"
+       style="font-size:706px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="10338.617"
+         y="5804.019"
+         id="tspan18087"><tspan
+           id="tspan18089"
+           style="fill:#000000;stroke:none">0</tspan></tspan></tspan></text>
+<text
+     class="TextShape"
+     id="text18094"
+     x="76.618301"
+     y="-3244.9814"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="706px"
+       font-weight="400"
+       id="tspan18096"
+       style="font-size:706px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="9871.6172"
+         y="10773.019"
+         id="tspan18098"><tspan
+           id="tspan18100"
+           style="fill:#000000;stroke:none">1023</tspan></tspan></tspan></text>
+<path
+     d="m 11507.617,10091.019 4445,0"
+     id="path18105"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><text
+     class="TextShape"
+     id="text18155"
+     x="76.618301"
+     y="-3244.9814"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="706px"
+       font-weight="700"
+       id="tspan18157"
+       style="font-size:706px;font-weight:700;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="559.61829"
+         y="1076.0184"
+         id="tspan18159"><tspan
+           id="tspan18161"
+           style="fill:#000000;stroke:none">Virtual</tspan></tspan><tspan
+         class="TextPosition"
+         x="559.61829"
+         y="1863.0187"
+         id="tspan18163"><tspan
+           id="tspan18165"
+           style="fill:#000000;stroke:none">Address</tspan></tspan></tspan></text>
+<path
+     d="m 23890.617,14536.018 -2223,0 0,-12699.9994 4445,0 0,12699.9994 -2222,0 z"
+     id="path18170"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:51" /><text
+     class="TextShape"
+     id="text18175"
+     x="76.618301"
+     y="-3244.9814"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="700"
+       id="tspan18177"
+       style="font-size:635px;font-weight:700;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="4152.6182"
+         y="10784.019"
+         id="tspan18179"><tspan
+           id="tspan18181"
+           style="fill:#ff0000;stroke:none">Directory </tspan></tspan><tspan
+         class="TextPosition"
+         x="4706.6182"
+         y="11495.019"
+         id="tspan18183"><tspan
+           id="tspan18185"
+           style="fill:#ff0000;stroke:none">Page</tspan><tspan
+           font-size="564px"
+           id="tspan18187"
+           style="font-size:564px;fill:#000000;stroke:none" /></tspan></tspan></text>
+<path
+     d="m 5792.6177,12631.018 -1270,0 0,-635 2540,0 0,635 -1270,0 z"
+     id="path18192"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:51" /><text
+     class="TextShape"
+     id="text18197"
+     x="76.618301"
+     y="-3244.9814"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="564px"
+       font-weight="400"
+       id="tspan18199"
+       style="font-size:564px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="5182.6182"
+         y="12529.019"
+         id="tspan18201"><tspan
+           id="tspan18203"
+           style="fill:#000000;stroke:none">CR3</tspan></tspan></tspan></text>
+<text
+     class="TextShape"
+     id="text18208"
+     x="76.618301"
+     y="-3244.9814"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="706px"
+       font-weight="400"
+       id="tspan18210"
+       style="font-size:706px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="3301.6184"
+         y="13536.019"
+         id="tspan18212"><tspan
+           id="tspan18214"
+           style="fill:#ff0000;stroke:none">Directory </tspan></tspan><tspan
+         class="TextPosition"
+         x="3301.6184"
+         y="14323.019"
+         id="tspan18216"><tspan
+           id="tspan18218"
+           style="fill:#ff0000;stroke:none">Address</tspan></tspan></tspan></text>
+<path
+     d="m 5157.6177,7551.0187 0,635"
+     id="path18223"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#000000;stroke-width:102" /><path
+     d="m 5157.6177,8186.0187 4445,0"
+     id="path18228"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#000000;stroke-width:102" /><path
+     d="m 9602.6177,8186.0187 0,-3175.0001"
+     id="path18233"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#000000;stroke-width:102" /><path
+     d="m 9602.6177,5011.0186 1576.9993,0"
+     id="path18238"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#000000;stroke-width:102" /><path
+     d="m 11507.617,5011.0186 -343,-114 0,229 343,-115 z"
+     id="path18240"
+     inkscape:connector-curvature="0"
+     style="fill:#000000;stroke:none" /><path
+     d="m 5792.6177,1836.0186 0,1270"
+     id="path18245"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 5792.6177,3106.0186 -3175,0"
+     id="path18250"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 2617.6177,3106.0186 0,4445.0001"
+     id="path18255"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 2617.6177,7551.0187 942,0"
+     id="path18260"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 3887.6177,7551.0187 -343,-114 0,229 343,-115 z"
+     id="path18262"
+     inkscape:connector-curvature="0"
+     style="fill:#ff0000;stroke:none" /><path
+     d="m 11507.617,1836.0186 0,1270"
+     id="path18267"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#0000ff;stroke-width:102" /><path
+     d="m 11507.617,3106.0186 -635,0"
+     id="path18272"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#0099ff;stroke-width:102" /><path
+     d="m 10872.617,3106.0186 0,5080.0001"
+     id="path18277"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#0000ff;stroke-width:102" /><path
+     d="m 10872.617,8186.0187 395,0"
+     id="path18282"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#0000ff;stroke-width:102" /><path
+     d="m 11270.617,8300.0187 228,-102 6,-5 3,-6 -3,-8 -6,-5 -228,-101 -3,-1 -2,0 -5,1 -5,2 -3,4 0,5 0,204 0,5 3,5 5,2 5,1 2,0 3,-1 z"
+     id="path18284"
+     inkscape:connector-curvature="0"
+     style="fill:#0000ff;stroke:none" /><path
+     d="m 21667.617,3741.0186 4445,0"
+     id="path18289"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 21667.617,6916.0186 4445,0"
+     id="path18294"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 21667.617,8821.0187 4445,0"
+     id="path18299"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 21667.617,12631.018 4445,0"
+     id="path18304"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><text
+     class="TextShape"
+     id="text18309"
+     x="846.15149"
+     y="-3896.1255"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="706px"
+       font-weight="400"
+       id="tspan18311"
+       style="font-size:706px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="22589.152"
+         y="15148.874"
+         id="tspan18313"><tspan
+           id="tspan18315"
+           style="fill:#000000;stroke:none">Physical </tspan></tspan><tspan
+         class="TextPosition"
+         x="22589.152"
+         y="15935.874"
+         id="tspan18317"><tspan
+           id="tspan18319"
+           style="fill:#000000;stroke:none">Memory</tspan></tspan></tspan></text>
+<path
+     d="m 17222.617,1836.0186 0,5715.0001"
+     id="path18324"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff00ff;stroke-width:102" /><path
+     d="m 17222.617,7551.0187 3797,0"
+     id="path18329"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff00ff;stroke-width:102" /><path
+     d="m 21667.617,7551.0187 -678,-226 0,452 678,-226 z"
+     id="path18331"
+     inkscape:connector-curvature="0"
+     style="fill:#ff00ff;stroke:none" /><path
+     d="m 23890.617,8186.0187 -2223,0 0,-635 4445,0 0,635 -2222,0 z"
+     id="path18336"
+     inkscape:connector-curvature="0"
+     style="fill:#ff00ff;stroke:none" /><path
+     d="m 23890.617,8186.0187 -2223,0 0,-635 4445,0 0,635 -2222,0 z"
+     id="path18338"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><text
+     class="TextShape"
+     id="text18358"
+     x="76.618301"
+     y="-3244.9814"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="706px"
+       font-weight="700"
+       id="tspan18360"
+       style="font-size:706px;font-weight:700;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="9852.6172"
+         y="13601.019"
+         id="tspan18362"><tspan
+           id="tspan18364"
+           style="fill:#000000;stroke:none">cr/st =</tspan><tspan
+           font-weight="400"
+           id="tspan18366"
+           style="font-weight:400;fill:#000000;stroke:none"> control &amp; </tspan></tspan><tspan
+         class="TextPosition"
+         x="9852.6172"
+         y="14388.019"
+         id="tspan18368"><tspan
+           font-weight="400"
+           id="tspan18370"
+           style="font-weight:400;fill:#000000;stroke:none">status</tspan></tspan></tspan></text>
+<path
+     d="m 12777.617,8821.0187 6985,0"
+     id="path18375"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#000000;stroke-width:102" /><path
+     d="m 19762.617,8821.0187 0,-1905.0001"
+     id="path18380"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#000000;stroke-width:102" /><path
+     d="m 19762.617,6916.0186 1577,0"
+     id="path18385"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#000000;stroke-width:102" /><path
+     d="m 21667.617,6916.0186 -343,-114 0,229.0001 343,-115.0001 z"
+     id="path18387"
+     inkscape:connector-curvature="0"
+     style="fill:#000000;stroke:none" /><path
+     d="m 12777.617,8186.0187 0,635"
+     id="path18392"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#000000;stroke-width:102" /><path
+     d="m 12372.617,12631.018 -2223,0 0,-635 4445,0 0,635 -2222,0 z"
+     id="path18397"
+     inkscape:connector-curvature="0"
+     style="fill:#c0c0c0;stroke:none" /><path
+     d="m 12372.617,12631.018 -2223,0 0,-635 4445,0 0,635 -2222,0 z"
+     id="path18399"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 12689.617,11996.018 0,635"
+     id="path18404"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#000000;stroke-width:28.22200012" /><text
+     class="TextShape"
+     id="text18409"
+     x="550.17688"
+     y="-3511.3589"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="564px"
+       font-weight="400"
+       id="tspan18411"
+       style="font-size:564px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="16041.177"
+         y="12345.642"
+         id="tspan18413"><tspan
+           font-weight="700"
+           id="tspan18415"
+           style="font-weight:700;fill:#000000;stroke:none">P</tspan><tspan
+           id="tspan18417"
+           style="fill:#000000;stroke:none">age </tspan><tspan
+           font-weight="700"
+           id="tspan18419"
+           style="font-weight:700;fill:#000000;stroke:none">T</tspan><tspan
+           id="tspan18421"
+           style="fill:#000000;stroke:none">able </tspan><tspan
+           font-weight="700"
+           id="tspan18423"
+           style="font-weight:700;fill:#000000;stroke:none">E</tspan><tspan
+           id="tspan18425"
+           style="fill:#000000;stroke:none">ntry </tspan></tspan><tspan
+         class="TextPosition"
+         x="16041.177"
+         y="12972.642"
+         id="tspan18427"><tspan
+           id="tspan18429"
+           style="fill:#000000;stroke:none">(</tspan><tspan
+           font-weight="700"
+           id="tspan18431"
+           style="font-weight:700;fill:#000000;stroke:none">PTE</tspan><tspan
+           id="tspan18433"
+           style="fill:#000000;stroke:none">)</tspan></tspan></tspan></text>
+<text
+     class="TextShape"
+     id="text18438"
+     x="76.618301"
+     y="-3357.8706"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan18440"
+       style="font-size:635px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="13027.617"
+         y="12498.13"
+         id="tspan18442"><tspan
+           id="tspan18444"
+           style="fill:#000000;stroke:none">cr/st</tspan></tspan></tspan></text>
+<text
+     class="TextShape"
+     id="text18449"
+     x="20.17494"
+     y="-3640.0928"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="564px"
+       font-weight="400"
+       id="tspan18451"
+       style="font-size:564px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="23107.174"
+         y="2708.9082"
+         id="tspan18453"><tspan
+           id="tspan18455"
+           style="fill:#000000;stroke:none">4KB </tspan></tspan><tspan
+         class="TextPosition"
+         x="23107.174"
+         y="3335.9082"
+         id="tspan18457"><tspan
+           id="tspan18459"
+           style="fill:#000000;stroke:none">page</tspan></tspan></tspan></text>
+<path
+     d="m 9920.6177,16441.018 -7303,0 0,-1905 14604.9993,0 0,1905 -7301.9993,0 z"
+     id="path18464"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#000000;stroke-width:51" /><text
+     class="TextShape"
+     id="text18469"
+     x="76.618301"
+     y="-3470.7593"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan18471"
+       style="font-size:635px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="3174.6184"
+         y="15399.237"
+         id="tspan18473"><tspan
+           font-weight="700"
+           id="tspan18475"
+           style="font-weight:700;fill:#000000;stroke:none">T</tspan><tspan
+           id="tspan18477"
+           style="fill:#000000;stroke:none">ranslation </tspan><tspan
+           font-weight="700"
+           id="tspan18479"
+           style="font-weight:700;fill:#000000;stroke:none">L</tspan><tspan
+           id="tspan18481"
+           style="fill:#000000;stroke:none">ookaside </tspan><tspan
+           font-weight="700"
+           id="tspan18483"
+           style="font-weight:700;fill:#000000;stroke:none">B</tspan><tspan
+           id="tspan18485"
+           style="fill:#000000;stroke:none">uffer (</tspan><tspan
+           font-weight="700"
+           id="tspan18487"
+           style="font-weight:700;fill:#000000;stroke:none">TLB</tspan><tspan
+           id="tspan18489"
+           style="fill:#000000;stroke:none">) = cache for </tspan></tspan><tspan
+         class="TextPosition"
+         x="3174.6184"
+         y="16110.237"
+         id="tspan18491"><tspan
+           id="tspan18493"
+           style="fill:#000000;stroke:none">PTEs</tspan></tspan></tspan></text>
+<path
+     d="m 3252.6177,4376.0186 0,8254.9994"
+     id="path18498"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#000000;stroke-width:102" /><path
+     d="m 3252.6177,4376.0186 307,0"
+     id="path18503"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#000000;stroke-width:102" /><path
+     d="m 3887.6177,4376.0186 -343,-114 0,229 343,-115 z"
+     id="path18505"
+     inkscape:connector-curvature="0"
+     style="fill:#000000;stroke:none" /><text
+     class="TextShape"
+     id="text18510"
+     x="76.618301"
+     y="-3244.9814"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan18512"
+       style="font-size:635px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="1497.6183"
+         y="4762.0186"
+         id="tspan18514"><tspan
+           id="tspan18516"
+           style="fill:#000000;stroke:none">0</tspan></tspan></tspan></text>
+<path
+     d="m 3252.6177,12631.018 1270,0"
+     id="path18521"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#000000;stroke-width:102" /><text
+     xml:space="preserve"
+     style="font-size:677.33331299px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
+     x="5258.1865"
+     y="1715.837"
+     id="text20563"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan20565"
+       x="5258.1865"
+       y="1715.837"
+       style="font-size:564.44445801px">10 bits</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:677.33325195px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
+     x="10518.089"
+     y="1715.8365"
+     id="text20563-4"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan20565-9"
+       x="10518.089"
+       y="1715.8365"
+       style="font-size:564.44445801px">10 bits</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:677.33325195px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
+     x="16077.024"
+     y="1715.8365"
+     id="text20563-7"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan20565-8"
+       x="16077.024"
+       y="1715.8365"
+       style="font-size:564.44445801px">12 bits</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:677.33325195px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
+     x="22051.533"
+     y="8067.2422"
+     id="text20563-7-4"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan20565-8-1"
+       x="22051.533"
+       y="8067.2422"
+       style="font-size:564.44445801px">32 bits word</tspan></text>
+</svg>
\ No newline at end of file
diff --git a/qemu.svg b/qemu.svg
new file mode 100644 (file)
index 0000000..d47c38c
--- /dev/null
+++ b/qemu.svg
@@ -0,0 +1,663 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:ooo="http://xml.openoffice.org/svg/export"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.2"
+   width="679.50983"
+   height="335.91385"
+   viewBox="0 0 19177.277 9480.2353"
+   preserveAspectRatio="xMidYMid"
+   clip-path="url(#presentation_clip_path)"
+   xml:space="preserve"
+   id="svg11509"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="qemu.svg"
+   style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"><metadata
+     id="metadata12004"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1918"
+     inkscape:window-height="1059"
+     id="namedview12002"
+     showgrid="false"
+     inkscape:zoom="1.9070707"
+     inkscape:cx="390.3648"
+     inkscape:cy="173.49496"
+     inkscape:window-x="0"
+     inkscape:window-y="19"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="svg11509"
+     fit-margin-top="20"
+     fit-margin-left="20"
+     fit-margin-right="20"
+     fit-margin-bottom="20" /><defs
+     class="ClipPathGroup"
+     id="defs11511"><clipPath
+       id="presentation_clip_path"
+       clipPathUnits="userSpaceOnUse"><rect
+         x="0"
+         y="0"
+         width="21590"
+         height="27940"
+         id="rect11514" /></clipPath></defs><defs
+     class="TextShapeIndex"
+     id="defs11516"><g
+       ooo:slide="id1"
+       ooo:id-list="id3 id4 id5 id6 id7 id8 id9 id10 id11 id12 id13 id14 id15 id16 id17 id18 id19 id20 id21 id22 id23 id24 id25 id26 id27"
+       id="g11518" /></defs><defs
+     class="EmbeddedBulletChars"
+     id="defs11520"><g
+       id="bullet-char-template(57356)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 580,1141 1163,571 580,0 -4,571 580,1141 z"
+         id="path11523"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(57354)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 8,1128 1129,0 L 1137,0 8,0 8,1128 z"
+         id="path11526"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10146)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 174,0 602,739 174,1481 1456,739 174,0 z m 1184,739 -1049,607 350,-607 699,0 z"
+         id="path11529"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10132)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 2015,739 1276,0 717,0 l 543,543 -1086,0 0,393 1086,0 -543,545 557,0 741,-742 z"
+         id="path11532"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10007)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z"
+         id="path11535"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10004)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 l 0,-122 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 z"
+         id="path11538"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(9679)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 z"
+         id="path11541"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(8226)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z"
+         id="path11544"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(8211)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m -4,459 1139,0 0,147 -1139,0 0,-147 z"
+         id="path11547"
+         inkscape:connector-curvature="0" /></g></defs><defs
+     class="TextEmbeddedBitmaps"
+     id="defs11549" /><image
+     x="6418.9761"
+     y="1121.1703"
+     width="1359.8787"
+     height="1359.8787"
+     xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF4AAABeCAIAAAAlsDQ5AAAj30lEQVR4nFXdeZMcR9HH8Z3d2bWNzY1t+ZYhwoTh/b8RIggIAmwkGZCMwVw+pD3m+U5/ttLzzB+j3p7qOrIyf3lWa//ZZ5/d3d298sorl5eXXez3+6+++qrr58+f39zc3N7edv3aa6998803L168ePfdd//6179++eWXb731Vr++/PLLu+1zsz4XFxc98sMf/rCbtb++vj47O+tOf9bJP//5zx//+Mevvvrqb37zmwcPHvzoRz/64osv+rV+GreBeqRfm0xz+Pbbb/uuw579wQ9+UOc1fumll5qk9n3q/HA49EjPfv311/Vf4/Pz855qaKuo/1rWZ53XSV3VoEfq7ac//WkNum8JPVUniFCbfXevrq5q4aJ2UUHX3XHRr7Xup6dPn7bsZtNPfTezLnxbQ7NpjO5YWNctpp8ar267/+zZsw8++ODnP//5559/bh5N+rSrRmlaNY5wkcDaImsdfu9736tlM6nbGtdzLbtv/7qDXrWpkx6pWY/UoGZd16a1WLlRmgA+6H6TbPSI9WL7HEkT/TSq675RtMEikxl0p2f67k79xjL92UV/DoHMDHFtl03o0/KaXDcjQX8213//+98/+9nPPv300wZqKo3VT//617+68Mh//vOf//73vw1Rz03pzTffrDdza7iGqAe99VRs2HANgYvrpOvu1EP9N25s8r///a8/u4goKNidesObP/nJTxKFSImt7rZPne///ve/95v191h3e6AeX3/9dXf6NN5sVOOhK9k5drExtjvGxkSX26ex+6n11K0eatzaPv744xrroT/jkZbdKE26FbaMGsc7EbGbNbABEagesE8to0v3Z88bqPvDQRrEd22ApdVzjRurybTkLv72t7/FyFG/Iazd9hzZs58tnryZVr3Xb98NgKVr3fKMOuzgKUvqp/Pt05/X26cH++6pGnfdBhB+QoqPYhAsZq/gTjLbhkWXrrtohj3bn81bm55F4m7a1G5Gr0jQtONr+9fj9j+Cdt3EWhqu7Km+w6bvf//79uN0Lfek8Y9NboeRCTciRL1AAZjXh3CZUH+SebzTp66bVnMyaRNqT0gi5AOHDdeumtk//vGPt99+u4vQkQxGICtH35YxbEiKQRhWMnQtIa4LiqUeEpbatKK//OUvzbZp9w0f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"
+     id="image11574" /><path
+     d="m 6099.1011,661.86276 c -249.8852,0 -499.7704,249.8852 -499.7704,499.77044 l 0,3998.1634 c 0,249.8853 249.8852,500.3173 499.7704,500.3173 l 1999.0819,0 c 249.8853,0 500.3174,-250.432 500.3174,-500.3173 l 0,-3998.1634 c 0,-249.88524 -250.4321,-499.77044 -500.3174,-499.77044 l -1999.0819,0 z"
+     id="path11596"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:15.43164158" /><path
+     d="m 8598.5004,5660.1139 0,0 z"
+     id="path11600"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:15.43164158" /><image
+     x="10667.024"
+     y="1121.1703"
+     width="1359.8787"
+     height="1359.8787"
+     xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF4AAABeCAIAAAAlsDQ5AAAj30lEQVR4nFXdeZMcR9HH8Z3d2bWNzY1t+ZYhwoTh/b8RIggIAmwkGZCMwVw+pD3m+U5/ttLzzB+j3p7qOrIyf3lWa//ZZ5/d3d298sorl5eXXez3+6+++qrr58+f39zc3N7edv3aa6998803L168ePfdd//6179++eWXb731Vr++/PLLu+1zsz4XFxc98sMf/rCbtb++vj47O+tOf9bJP//5zx//+Mevvvrqb37zmwcPHvzoRz/64osv+rV+GreBeqRfm0xz+Pbbb/uuw579wQ9+UOc1fumll5qk9n3q/HA49EjPfv311/Vf4/Pz855qaKuo/1rWZ53XSV3VoEfq7ac//WkNum8JPVUniFCbfXevrq5q4aJ2UUHX3XHRr7Xup6dPn7bsZtNPfTezLnxbQ7NpjO5YWNctpp8ar267/+zZsw8++ODnP//5559/bh5N+rSrRmlaNY5wkcDaImsdfu9736tlM6nbGtdzLbtv/7qDXrWpkx6pWY/UoGZd16a1WLlRmgA+6H6TbPSI9WL7HEkT/TSq675RtMEikxl0p2f67k79xjL92UV/DoHMDHFtl03o0/KaXDcjQX8213//+98/+9nPPv300wZqKo3VT//617+68Mh//vOf//73vw1Rz03pzTffrDdza7iGqAe99VRs2HANgYvrpOvu1EP9N25s8r///a8/u4goKNidesObP/nJTxKFSImt7rZPne///ve/95v191h3e6AeX3/9dXf6NN5sVOOhK9k5drExtjvGxkSX26ex+6n11K0eatzaPv744xrroT/jkZbdKE26FbaMGsc7EbGbNbABEagesE8to0v3Z88bqPvDQRrEd22ApdVzjRurybTkLv72t7/FyFG/Iazd9hzZs58tnryZVr3Xb98NgKVr3fKMOuzgKUvqp/Pt05/X26cH++6pGnfdBhB+QoqPYhAsZq/gTjLbhkWXrrtohj3bn81bm55F4m7a1G5Gr0jQtONr+9fj9j+Cdt3EWhqu7Km+w6bvf//79uN0Lfek8Y9NboeRCTciRL1AAZjXh3CZUH+SebzTp66bVnMyaRNqT0gi5AOHDdeumtk//vGPt99+u4vQkQxGICtH35YxbEiKQRhWMnQtIa4LiqUeEpbatKK//OUvzbZp9w0f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"
+     id="image11613" /><path
+     d="m 10347.149,661.86276 c -249.885,0 -499.7695,249.8852 -499.7695,499.77044 l 0,3998.1634 c 0,249.8853 249.8845,500.3173 499.7695,500.3173 l 1999.082,0 c 249.885,0 500.317,-250.432 500.317,-500.3173 l 0,-3998.1634 c 0,-249.88524 -250.432,-499.77044 -500.317,-499.77044 l -1999.082,0 z"
+     id="path11635"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:15.43164158" /><path
+     d="m 9847.3795,661.86276 0,0 z"
+     id="path11637"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:15.43164158" /><path
+     d="m 12846.548,5660.1139 0,0 z"
+     id="path11639"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:15.43164158" /><image
+     x="1421.2719"
+     y="1121.1703"
+     width="1359.8787"
+     height="1359.8787"
+     xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF4AAABeCAIAAAAlsDQ5AAAj30lEQVR4nFXdeZMcR9HH8Z3d2bWNzY1t+ZYhwoTh/b8RIggIAmwkGZCMwVw+pD3m+U5/ttLzzB+j3p7qOrIyf3lWa//ZZ5/d3d298sorl5eXXez3+6+++qrr58+f39zc3N7edv3aa6998803L168ePfdd//6179++eWXb731Vr++/PLLu+1zsz4XFxc98sMf/rCbtb++vj47O+tOf9bJP//5zx//+Mevvvrqb37zmwcPHvzoRz/64osv+rV+GreBeqRfm0xz+Pbbb/uuw579wQ9+UOc1fumll5qk9n3q/HA49EjPfv311/Vf4/Pz855qaKuo/1rWZ53XSV3VoEfq7ac//WkNum8JPVUniFCbfXevrq5q4aJ2UUHX3XHRr7Xup6dPn7bsZtNPfTezLnxbQ7NpjO5YWNctpp8ar267/+zZsw8++ODnP//5559/bh5N+rSrRmlaNY5wkcDaImsdfu9736tlM6nbGtdzLbtv/7qDXrWpkx6pWY/UoGZd16a1WLlRmgA+6H6TbPSI9WL7HEkT/TSq675RtMEikxl0p2f67k79xjL92UV/DoHMDHFtl03o0/KaXDcjQX8213//+98/+9nPPv300wZqKo3VT//617+68Mh//vOf//73vw1Rz03pzTffrDdza7iGqAe99VRs2HANgYvrpOvu1EP9N25s8r///a8/u4goKNidesObP/nJTxKFSImt7rZPne///ve/95v191h3e6AeX3/9dXf6NN5sVOOhK9k5drExtjvGxkSX26ex+6n11K0eatzaPv744xrroT/jkZbdKE26FbaMGsc7EbGbNbABEagesE8to0v3Z88bqPvDQRrEd22ApdVzjRurybTkLv72t7/FyFG/Iazd9hzZs58tnryZVr3Xb98NgKVr3fKMOuzgKUvqp/Pt05/X26cH++6pGnfdBhB+QoqPYhAsZq/gTjLbhkWXrrtohj3bn81bm55F4m7a1G5Gr0jQtONr+9fj9j+Cdt3EWhqu7Km+w6bvf//79uN0Lfek8Y9NboeRCTciRL1AAZjXh3CZUH+SebzTp66bVnMyaRNqT0gi5AOHDdeumtk//vGPt99+u4vQkQxGICtH35YxbEiKQRhWMnQtIa4LiqUeEpbatKK//OUvzbZp9w0f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"
+     id="image11652" /><path
+     d="m 1101.3969,661.86276 c -249.88522,0 -499.77042,249.8852 -499.77042,499.77044 l 0,3998.1634 c 0,249.8853 249.8852,500.3173 499.77042,500.3173 l 1999.0817,0 c 249.8853,0 500.3173,-250.432 500.3173,-500.3173 l 0,-3998.1634 c 0,-249.88524 -250.432,-499.77044 -500.3173,-499.77044 l -1999.0817,0 z"
+     id="path11674"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:15.43164158" /><path
+     d="m 3600.7959,5660.1139 0,0 z"
+     id="path11678"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:15.43164158" /><text
+     class="TextShape"
+     id="text11680"
+     x="-398.46109"
+     y="-1587.651"
+     style="font-size:6.56153679px"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan11682"
+       style="font-size:347.21466064px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="2005.2487"
+         y="3281.5566"
+         id="tspan11684"><tspan
+           id="tspan11686"
+           style="fill:#000000;stroke:none">3</tspan></tspan></tspan></text>
+<path
+     d="m 8924.8715,8908.0751 -3123.8377,0 0,-999.541 6247.1142,0 0,999.541 -3123.2765,0 z"
+     id="path11691"
+     inkscape:connector-curvature="0"
+     style="fill:#ffcc99;stroke:none" /><path
+     d="m 8924.8715,8908.0751 -3123.8377,0 0,-999.541 6247.1142,0 0,999.541 -3123.2765,0 z"
+     id="path11693"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:15.43164158" /><path
+     d="m 8924.8715,7658.1021 -6122.4602,0 0,-1249.4266 12244.3587,0 0,1249.4266 -6121.8985,0 z"
+     id="path11698"
+     inkscape:connector-curvature="0"
+     style="fill:#23ff23;stroke:none" /><path
+     d="m 8924.8715,7658.1021 -6122.4602,0 0,-1249.4266 12244.3587,0 0,1249.4266 -6121.8985,0 z"
+     id="path11700"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:15.43164158" /><text
+     class="TextShape"
+     id="text11702"
+     x="1802.8707"
+     y="-1587.651"
+     style="font-size:395.1111145px"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan11704"
+       style="font-size:395.1111145px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="7440.8691"
+         y="7153.957"
+         id="tspan11706"
+         style="font-size:395.1111145px"><tspan
+           id="tspan11708"
+           style="font-size:395.1111145px;fill:#000000;stroke:none">Solaris (Native OS)</tspan></tspan></tspan></text>
+<path
+     d="m 2100.9378,5409.1351 -1249.42612,0 0,-1249.4262 2498.85222,0 0,1249.4262 -1249.4261,0 z"
+     id="path11713"
+     inkscape:connector-curvature="0"
+     style="fill:#b3b3b3;stroke:none" /><path
+     d="m 2100.9378,5409.1351 -1249.42612,0 0,-1249.4262 2498.85222,0 0,1249.4262 -1249.4261,0 z"
+     id="path11715"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:15.43164158" /><text
+     class="TextShape"
+     id="text11717"
+     x="-398.46109"
+     y="-1587.651"
+     style="font-size:395.1111145px"><tspan
+       class="TextParagraph"
+       font-size="776px"
+       font-weight="400"
+       id="tspan11719"
+       style="font-size:395.1111145px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="1466.6559"
+         y="4694.4746"
+         id="tspan11721"
+         style="font-size:395.1111145px"><tspan
+           id="tspan11723"
+           style="font-size:395.1111145px;fill:#000000;stroke:none">QEMU</tspan></tspan></tspan><tspan
+       class="TextParagraph"
+       font-size="776px"
+       font-weight="400"
+       id="tspan11725"
+       style="font-size:395.1111145px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="1631.2411"
+         y="5169.0918"
+         id="tspan11727"
+         style="font-size:395.1111145px"><tspan
+           id="tspan11729"
+           style="font-size:395.1111145px;fill:#000000;stroke:none">ARM</tspan></tspan></tspan></text>
+<path
+     d="m 2100.9378,3660.4853 -1249.42612,0 0,-999.5408 2498.85222,0 0,999.5408 -1249.4261,0 z"
+     id="path11734"
+     inkscape:connector-curvature="0"
+     style="fill:#ffff00;stroke:none" /><path
+     d="m 2100.9378,3660.4853 -1249.42612,0 0,-999.5408 2498.85222,0 0,999.5408 -1249.4261,0 z"
+     id="path11736"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:15.43164158" /><text
+     class="TextShape"
+     id="text11738"
+     x="-398.46109"
+     y="-1587.651"
+     style="font-size:395.1111145px"><tspan
+       class="TextParagraph"
+       font-size="776px"
+       font-weight="400"
+       id="tspan11740"
+       style="font-size:395.1111145px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="1461.1879"
+         y="3307.8027"
+         id="tspan11742"
+         style="font-size:395.1111145px"><tspan
+           id="tspan11744"
+           style="font-size:395.1111145px;fill:#000000;stroke:none">RT-OS</tspan></tspan></tspan></text>
+<path
+     d="m 2100.9378,2660.3976 -1249.42612,0 0,-1749.19644 2498.85222,0 0,1749.19644 -1249.4261,0 z"
+     id="path11749"
+     inkscape:connector-curvature="0"
+     style="fill:#ffffcc;stroke:none" /><path
+     d="m 2100.9378,2660.3976 -1249.42612,0 0,-1749.19644 2498.85222,0 0,1749.19644 -1249.4261,0 z"
+     id="path11751"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:15.43164158" /><text
+     class="TextShape"
+     id="text11753"
+     x="-398.46109"
+     y="-1587.651"
+     style="font-size:395.1111145px"><tspan
+       class="TextParagraph"
+       font-size="776px"
+       font-weight="400"
+       id="tspan11755"
+       style="font-size:395.1111145px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="1130.9237"
+         y="1695.8514"
+         id="tspan11757"
+         style="font-size:395.1111145px"><tspan
+           id="tspan11759"
+           style="font-size:395.1111145px;fill:#000000;stroke:none">Real-Time</tspan></tspan></tspan><tspan
+       class="TextParagraph"
+       font-size="776px"
+       font-weight="400"
+       id="tspan11761"
+       style="font-size:395.1111145px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="954.85608"
+         y="2170.4697"
+         id="tspan11763"
+         style="font-size:395.1111145px"><tspan
+           id="tspan11765"
+           style="font-size:395.1111145px;fill:#000000;stroke:none">Applications</tspan></tspan></tspan></text>
+<path
+     d="m 592.33098,6159.3377 17992.61502,0"
+     id="path11770"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:55.77306747"
+     sodipodi:nodetypes="cc" /><path
+     d="m 7035.7607,5409.1351 -1249.4262,0 0,-1249.4262 2498.8519,0 0,1249.4262 -1249.4257,0 z"
+     id="path11775"
+     inkscape:connector-curvature="0"
+     style="fill:#729fcf;stroke:none" /><path
+     d="m 7035.7607,5409.1351 -1249.4262,0 0,-1249.4262 2498.8519,0 0,1249.4262 -1249.4257,0 z"
+     id="path11777"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:15.43164158" /><text
+     class="TextShape"
+     id="text11779"
+     x="-398.46109"
+     y="-1587.651"
+     style="font-size:395.1111145px"><tspan
+       class="TextParagraph"
+       font-size="776px"
+       font-weight="400"
+       id="tspan11781"
+       style="font-size:395.1111145px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="6401.478"
+         y="4694.4746"
+         id="tspan11783"
+         style="font-size:395.1111145px"><tspan
+           id="tspan11785"
+           style="font-size:395.1111145px;fill:#000000;stroke:none">QEMU</tspan></tspan></tspan><tspan
+       class="TextParagraph"
+       font-size="776px"
+       font-weight="400"
+       id="tspan11787"
+       style="font-size:395.1111145px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="6329.8486"
+         y="5169.0918"
+         id="tspan11789"
+         style="font-size:395.1111145px"><tspan
+           id="tspan11791"
+           style="font-size:395.1111145px;fill:#000000;stroke:none">PC-x86</tspan></tspan></tspan></text>
+<path
+     d="m 7035.7607,3660.4853 -1249.4262,0 0,-999.5408 2498.8519,0 0,999.5408 -1249.4257,0 z"
+     id="path11796"
+     inkscape:connector-curvature="0"
+     style="fill:#00ffff;stroke:none" /><path
+     d="m 7035.7607,3660.4853 -1249.4262,0 0,-999.5408 2498.8519,0 0,999.5408 -1249.4257,0 z"
+     id="path11798"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:15.43164158" /><text
+     class="TextShape"
+     id="text11800"
+     x="-398.46109"
+     y="-1587.651"
+     style="font-size:395.1111145px"><tspan
+       class="TextParagraph"
+       font-size="776px"
+       font-weight="400"
+       id="tspan11802"
+       style="font-size:395.1111145px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="6528.8818"
+         y="3307.8027"
+         id="tspan11804"
+         style="font-size:395.1111145px"><tspan
+           id="tspan11806"
+           style="font-size:395.1111145px;fill:#000000;stroke:none">Linux</tspan></tspan></tspan></text>
+<path
+     d="m 7035.7607,2660.3976 -1249.4262,0 0,-1749.19644 2498.8519,0 0,1749.19644 -1249.4257,0 z"
+     id="path11811"
+     inkscape:connector-curvature="0"
+     style="fill:#ccffff;stroke:none" /><path
+     d="m 7035.7607,2660.3976 -1249.4262,0 0,-1749.19644 2498.8519,0 0,1749.19644 -1249.4257,0 z"
+     id="path11813"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:15.43164158" /><text
+     class="TextShape"
+     id="text11815"
+     x="-398.46109"
+     y="-1587.651"
+     style="font-size:395.1111145px"><tspan
+       class="TextParagraph"
+       font-size="776px"
+       font-weight="400"
+       id="tspan11817"
+       style="font-size:395.1111145px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="6480.2173"
+         y="1695.8514"
+         id="tspan11819"
+         style="font-size:395.1111145px"><tspan
+           font-size="635px"
+           id="tspan11821"
+           style="font-size:395.1111145px;fill:#000000;stroke:none" /><tspan
+           id="tspan11823"
+           style="font-size:395.1111145px;fill:#000000;stroke:none">Linux</tspan></tspan></tspan><tspan
+       class="TextParagraph"
+       font-size="776px"
+       font-weight="400"
+       id="tspan11825"
+       style="font-size:395.1111145px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="5889.6782"
+         y="2170.4697"
+         id="tspan11827"
+         style="font-size:395.1111145px"><tspan
+           id="tspan11829"
+           style="font-size:395.1111145px;fill:#000000;stroke:none">Applications</tspan></tspan></tspan></text>
+<text
+     class="TextShape"
+     id="text11834"
+     x="-11823.08"
+     y="-1424.865"
+     style="font-size:6.56153679px"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan11836"
+       style="font-size:347.21466064px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="699.61389"
+         y="6048.7266"
+         id="tspan11838"><tspan
+           id="tspan11840"
+           style="fill:#ff0000;stroke:none">Solaris ABI</tspan></tspan></tspan></text>
+<path
+     d="m 11346.69,5409.1351 -1249.426,0 0,-1249.4262 2498.852,0 0,1249.4262 -1249.426,0 z"
+     id="path11845"
+     inkscape:connector-curvature="0"
+     style="fill:#729fcf;stroke:none" /><path
+     d="m 11346.69,5409.1351 -1249.426,0 0,-1249.4262 2498.852,0 0,1249.4262 -1249.426,0 z"
+     id="path11847"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:15.43164158" /><text
+     class="TextShape"
+     id="text11849"
+     x="-398.46109"
+     y="-1587.651"
+     style="font-size:395.1111145px"><tspan
+       class="TextParagraph"
+       font-size="776px"
+       font-weight="400"
+       id="tspan11851"
+       style="font-size:395.1111145px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="10712.408"
+         y="4694.4746"
+         id="tspan11853"
+         style="font-size:395.1111145px"><tspan
+           id="tspan11855"
+           style="font-size:395.1111145px;fill:#000000;stroke:none">QEMU</tspan></tspan></tspan><tspan
+       class="TextParagraph"
+       font-size="776px"
+       font-weight="400"
+       id="tspan11857"
+       style="font-size:395.1111145px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="10640.778"
+         y="5169.0918"
+         id="tspan11859"
+         style="font-size:395.1111145px"><tspan
+           id="tspan11861"
+           style="font-size:395.1111145px;fill:#000000;stroke:none">PC-x86</tspan></tspan></tspan></text>
+<path
+     d="m 11346.69,3660.4853 -1249.426,0 0,-999.5408 2498.852,0 0,999.5408 -1249.426,0 z"
+     id="path11866"
+     inkscape:connector-curvature="0"
+     style="fill:#ff00ff;stroke:none" /><path
+     d="m 11346.69,3660.4853 -1249.426,0 0,-999.5408 2498.852,0 0,999.5408 -1249.426,0 z"
+     id="path11868"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:15.43164158" /><text
+     class="TextShape"
+     id="text11870"
+     x="-398.46109"
+     y="-1587.651"
+     style="font-size:395.1111145px"><tspan
+       class="TextParagraph"
+       font-size="776px"
+       font-weight="400"
+       id="tspan11872"
+       style="font-size:395.1111145px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="10485.488"
+         y="3307.8027"
+         id="tspan11874"
+         style="font-size:395.1111145px"><tspan
+           id="tspan11876"
+           style="font-size:395.1111145px;fill:#000000;stroke:none">Windows</tspan></tspan></tspan></text>
+<path
+     d="m 11346.69,2660.3976 -1249.426,0 0,-1749.19644 2498.852,0 0,1749.19644 -1249.426,0 z"
+     id="path11881"
+     inkscape:connector-curvature="0"
+     style="fill:#ffcc99;stroke:none" /><path
+     d="m 11346.69,2660.3976 -1249.426,0 0,-1749.19644 2498.852,0 0,1749.19644 -1249.426,0 z"
+     id="path11883"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:15.43164158" /><text
+     class="TextShape"
+     id="text11885"
+     x="-398.46109"
+     y="-1587.651"
+     style="font-size:395.1111145px"><tspan
+       class="TextParagraph"
+       font-size="776px"
+       font-weight="400"
+       id="tspan11887"
+       style="font-size:395.1111145px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="10485.488"
+         y="1695.8514"
+         id="tspan11889"
+         style="font-size:395.1111145px"><tspan
+           id="tspan11891"
+           style="font-size:395.1111145px;fill:#000000;stroke:none">Windows</tspan></tspan></tspan><tspan
+       class="TextParagraph"
+       font-size="776px"
+       font-weight="400"
+       id="tspan11893"
+       style="font-size:395.1111145px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="10200.608"
+         y="2170.4697"
+         id="tspan11895"
+         style="font-size:395.1111145px"><tspan
+           id="tspan11897"
+           style="font-size:395.1111145px;fill:#000000;stroke:none">Applications</tspan></tspan></tspan></text>
+<text
+     class="TextShape"
+     id="text11902"
+     x="1802.8707"
+     y="-1587.651"
+     style="font-size:395.1111145px"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan11904"
+       style="font-size:395.1111145px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="7937.3584"
+         y="8481.0273"
+         id="tspan11906"
+         style="font-size:395.1111145px"><tspan
+           id="tspan11908"
+           style="font-size:395.1111145px;fill:#000000;stroke:none">Sun - Sparc</tspan></tspan></tspan></text>
+<path
+     d="m 851.51168,3910.3705 4497.93382,0"
+     id="path11913"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:55.77306747" /><text
+     class="TextShape"
+     id="text11918"
+     x="-285.57217"
+     y="-1587.651"
+     style="font-size:6.56153679px"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan11920"
+       style="font-size:347.21466064px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="3688.532"
+         y="3793.9033"
+         id="tspan11922"><tspan
+           id="tspan11924"
+           style="fill:#ff0000;stroke:none">PowerPC </tspan></tspan><tspan
+         class="TextPosition"
+         x="3688.532"
+         y="4182.6748"
+         id="tspan11926"><tspan
+           id="tspan11928"
+           style="fill:#ff0000;stroke:none">ISA</tspan></tspan></tspan></text>
+<text
+     class="TextShape"
+     id="text11933"
+     x="-116.23875"
+     y="-1587.651"
+     style="font-size:6.56153679px"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan11935"
+       style="font-size:347.21466064px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="8709.5742"
+         y="3793.9033"
+         id="tspan11937"><tspan
+           id="tspan11939"
+           style="fill:#ff0000;stroke:none">x86 </tspan></tspan><tspan
+         class="TextPosition"
+         x="8709.5742"
+         y="4182.6748"
+         id="tspan11941"><tspan
+           id="tspan11943"
+           style="fill:#ff0000;stroke:none">ISA</tspan></tspan></tspan></text>
+<text
+     class="TextShape"
+     id="text11948"
+     x="-285.57217"
+     y="-1587.651"
+     style="font-size:6.56153679px"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan11950"
+       style="font-size:347.21466064px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="12927.176"
+         y="3793.9033"
+         id="tspan11952"><tspan
+           id="tspan11954"
+           style="fill:#ff0000;stroke:none">x86 </tspan></tspan><tspan
+         class="TextPosition"
+         x="12927.176"
+         y="4182.6748"
+         id="tspan11956"><tspan
+           id="tspan11958"
+           style="fill:#ff0000;stroke:none">ISA</tspan></tspan></tspan></text>
+<path
+     d="m 5786.3345,3910.3705 3748.278,0"
+     id="path11963"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:55.77306747" /><path
+     d="m 10097.264,3910.3705 3748.278,0"
+     id="path11968"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:55.77306747" /><path
+     d="m 14345.312,1162.18 0,0 z"
+     id="path11979"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:15.43164158" /><path
+     d="m 15575.196,572.16026 c -249.885,0 -499.77,249.8852 -499.77,499.77044 l 0,3998.1634 c 0,249.8852 249.885,500.3173 499.77,500.3173 l 1999.082,0 c 249.885,0 500.317,-250.4321 500.317,-500.3173 l 0,-3998.1634 c 0,-249.88524 -250.432,-499.77044 -500.317,-499.77044 l -1999.082,0 z"
+     id="path11635-5"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:15.43164062" /><text
+     xml:space="preserve"
+     style="font-size:677.33331299px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
+     x="15851.579"
+     y="2893.7012"
+     id="text13486"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan13488"
+       x="15851.579"
+       y="2893.7012"
+       style="font-size:395.1111145px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Sans;-inkscape-font-specification:Sans">Solaris</tspan><tspan
+       sodipodi:role="line"
+       x="15851.579"
+       y="3387.5898"
+       id="tspan13490"
+       style="font-size:395.1111145px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Sans;-inkscape-font-specification:Sans">Process</tspan></text>
+</svg>
\ No newline at end of file
diff --git a/recovery.png b/recovery.png
new file mode 100644 (file)
index 0000000..11908d7
Binary files /dev/null and b/recovery.png differ
diff --git a/standalone.svg b/standalone.svg
new file mode 100644 (file)
index 0000000..6a5e237
--- /dev/null
@@ -0,0 +1,330 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:ooo="http://xml.openoffice.org/svg/export"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.2"
+   width="805"
+   height="397.27951"
+   viewBox="0 0 22718.889 11212.111"
+   preserveAspectRatio="xMidYMid"
+   clip-path="url(#presentation_clip_path)"
+   xml:space="preserve"
+   id="svg3990"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="standalone.svg"
+   style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"><metadata
+     id="metadata4182"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1918"
+     inkscape:window-height="1059"
+     id="namedview4180"
+     showgrid="false"
+     fit-margin-top="20"
+     fit-margin-left="20"
+     fit-margin-right="20"
+     fit-margin-bottom="20"
+     inkscape:zoom="0.47676768"
+     inkscape:cx="203.43084"
+     inkscape:cy="-3.1943552"
+     inkscape:window-x="0"
+     inkscape:window-y="19"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="svg3990" /><defs
+     class="ClipPathGroup"
+     id="defs3992"><clipPath
+       id="presentation_clip_path"
+       clipPathUnits="userSpaceOnUse"><rect
+         x="0"
+         y="0"
+         width="21590"
+         height="27940"
+         id="rect3995" /></clipPath></defs><defs
+     class="TextShapeIndex"
+     id="defs3997"><g
+       ooo:slide="id1"
+       ooo:id-list="id3 id4 id5 id6 id7 id8 id9 id10 id11 id12"
+       id="g3999" /></defs><defs
+     class="EmbeddedBulletChars"
+     id="defs4001"><g
+       id="bullet-char-template(57356)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 580,1141 1163,571 580,0 -4,571 580,1141 z"
+         id="path4004"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(57354)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 8,1128 1129,0 L 1137,0 8,0 8,1128 z"
+         id="path4007"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10146)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 174,0 602,739 174,1481 1456,739 174,0 z m 1184,739 -1049,607 350,-607 699,0 z"
+         id="path4010"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10132)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 2015,739 1276,0 717,0 l 543,543 -1086,0 0,393 1086,0 -543,545 557,0 741,-742 z"
+         id="path4013"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10007)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z"
+         id="path4016"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10004)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 l 0,-122 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 z"
+         id="path4019"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(9679)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 z"
+         id="path4022"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(8226)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z"
+         id="path4025"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(8211)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m -4,459 1139,0 0,147 -1139,0 0,-147 z"
+         id="path4028"
+         inkscape:connector-curvature="0" /></g></defs><defs
+     class="TextEmbeddedBitmaps"
+     id="defs4030" /><path
+     d="m 11414.444,10633.555 -5712.9996,0 0,-1827.9996 11424.9996,0 0,1827.9996 -5712,0 z"
+     id="path4047"
+     inkscape:connector-curvature="0"
+     style="fill:#c0c0c0;stroke:none" /><path
+     d="m 11414.444,10633.555 -5712.9996,0 0,-1827.9996 11424.9996,0 0,1827.9996 -5712,0 z"
+     id="path4049"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><text
+     class="TextShape"
+     id="text4051"
+     x="564.44446"
+     y="-4209.4443"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="847px"
+       font-weight="400"
+       id="tspan4053"
+       style="font-size:847px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="9579.4443"
+         y="10013.556"
+         id="tspan4055"><tspan
+           id="tspan4057"
+           style="fill:#000000;stroke:none">Hardware</tspan></tspan></tspan></text>
+<path
+     d="m 11186.444,8348.5554 -9596.9996,0 0,-1828 19193.9996,0 0,1828 -9597,0 z"
+     id="path4062"
+     inkscape:connector-curvature="0"
+     style="fill:#0099ff;stroke:none" /><path
+     d="m 11186.444,8348.5554 -9596.9996,0 0,-1828 19193.9996,0 0,1828 -9597,0 z"
+     id="path4064"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><text
+     class="TextShape"
+     id="text4066"
+     x="564.44446"
+     y="-4209.4443"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="847px"
+       font-weight="400"
+       id="tspan4068"
+       style="font-size:847px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="10198.444"
+         y="7728.5557"
+         id="tspan4070"><tspan
+           id="tspan4072"
+           style="fill:#000000;stroke:none">VMM</tspan></tspan></tspan></text>
+<path
+     d="m 4331.4444,5606.5554 -2285,0 0,-1828 4570,0 0,1828 -2285,0 z"
+     id="path4077"
+     inkscape:connector-curvature="0"
+     style="fill:#00ffff;stroke:none" /><path
+     d="m 4331.4444,5606.5554 -2285,0 0,-1828 4570,0 0,1828 -2285,0 z"
+     id="path4079"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><text
+     class="TextShape"
+     id="text4081"
+     x="564.44446"
+     y="-4209.4443"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="847px"
+       font-weight="400"
+       id="tspan4083"
+       style="font-size:847px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="2471.4443"
+         y="4986.5557"
+         id="tspan4085"><tspan
+           id="tspan4087"
+           style="fill:#000000;stroke:none">Guest OS</tspan></tspan></tspan></text>
+<path
+     d="m 4331.4444,3777.5554 -2285,0 0,-3198.99996 4570,0 0,3198.99996 -2285,0 z"
+     id="path4092"
+     inkscape:connector-curvature="0"
+     style="fill:#00ff00;stroke:none" /><path
+     d="m 4331.4444,3777.5554 -2285,0 0,-3198.99996 4570,0 0,3198.99996 -2285,0 z"
+     id="path4094"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><text
+     class="TextShape"
+     id="text4096"
+     x="564.44446"
+     y="-4209.4443"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="847px"
+       font-weight="400"
+       id="tspan4098"
+       style="font-size:847px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="2053.4443"
+         y="2472.5554"
+         id="tspan4100"><tspan
+           id="tspan4102"
+           style="fill:#000000;stroke:none">Applications</tspan></tspan></tspan></text>
+<path
+     d="m 10272.444,5606.5554 -2284.9996,0 0,-1828 4569.9996,0 0,1828 -2285,0 z"
+     id="path4107"
+     inkscape:connector-curvature="0"
+     style="fill:#00ffff;stroke:none" /><path
+     d="m 10272.444,5606.5554 -2284.9996,0 0,-1828 4569.9996,0 0,1828 -2285,0 z"
+     id="path4109"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><text
+     class="TextShape"
+     id="text4111"
+     x="564.44446"
+     y="-4209.4443"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="847px"
+       font-weight="400"
+       id="tspan4113"
+       style="font-size:847px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="8412.4443"
+         y="4986.5557"
+         id="tspan4115"><tspan
+           id="tspan4117"
+           style="fill:#000000;stroke:none">Guest OS</tspan></tspan></tspan></text>
+<path
+     d="m 10272.444,3777.5554 -2284.9996,0 0,-3198.99996 4569.9996,0 0,3198.99996 -2285,0 z"
+     id="path4122"
+     inkscape:connector-curvature="0"
+     style="fill:#00ff00;stroke:none" /><path
+     d="m 10272.444,3777.5554 -2284.9996,0 0,-3198.99996 4569.9996,0 0,3198.99996 -2285,0 z"
+     id="path4124"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><text
+     class="TextShape"
+     id="text4126"
+     x="564.44446"
+     y="-4209.4443"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="847px"
+       font-weight="400"
+       id="tspan4128"
+       style="font-size:847px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="7994.4443"
+         y="2472.5554"
+         id="tspan4130"><tspan
+           id="tspan4132"
+           style="fill:#000000;stroke:none">Applications</tspan></tspan></tspan></text>
+<path
+     d="m 18041.444,5606.5554 -2285,0 0,-1828 4570,0 0,1828 -2285,0 z"
+     id="path4137"
+     inkscape:connector-curvature="0"
+     style="fill:#00ffff;stroke:none" /><path
+     d="m 18041.444,5606.5554 -2285,0 0,-1828 4570,0 0,1828 -2285,0 z"
+     id="path4139"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><text
+     class="TextShape"
+     id="text4141"
+     x="564.44446"
+     y="-4209.4443"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="847px"
+       font-weight="400"
+       id="tspan4143"
+       style="font-size:847px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="16181.444"
+         y="4986.5557"
+         id="tspan4145"><tspan
+           id="tspan4147"
+           style="fill:#000000;stroke:none">Guest OS</tspan></tspan></tspan></text>
+<path
+     d="m 18041.444,3777.5554 -2285,0 0,-3198.99996 4570,0 0,3198.99996 -2285,0 z"
+     id="path4152"
+     inkscape:connector-curvature="0"
+     style="fill:#00ff00;stroke:none" /><path
+     d="m 18041.444,3777.5554 -2285,0 0,-3198.99996 4570,0 0,3198.99996 -2285,0 z"
+     id="path4154"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><text
+     class="TextShape"
+     id="text4156"
+     x="564.44446"
+     y="-4209.4443"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="847px"
+       font-weight="400"
+       id="tspan4158"
+       style="font-size:847px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="15763.444"
+         y="2472.5554"
+         id="tspan4160"><tspan
+           id="tspan4162"
+           style="fill:#000000;stroke:none">Applications</tspan></tspan></tspan></text>
+<path
+     d="m 13471.444,4692.5554 152,0"
+     id="path4167"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:152" /><path
+     d="m 14080.444,4692.5554 152,0"
+     id="path4169"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:152" /><path
+     d="m 14689.444,4692.5554 152,0"
+     id="path4171"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:152" /><path
+     d="m 15298.444,4692.5554 1,0"
+     id="path4173"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:152" /><path
+     d="m 218.44444,6063.5554 21935.99956,0"
+     id="path4178"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /></svg>
\ No newline at end of file
diff --git a/tlb-flush-issue.svg b/tlb-flush-issue.svg
new file mode 100644 (file)
index 0000000..7387f5c
--- /dev/null
@@ -0,0 +1,586 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:ooo="http://xml.openoffice.org/svg/export"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.2"
+   width="673.84662"
+   height="418.35434"
+   viewBox="0 0 19017.449 11806.889"
+   preserveAspectRatio="xMidYMid"
+   clip-path="url(#presentation_clip_path)"
+   xml:space="preserve"
+   id="svg23386"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="tlb-flush-issue.svg"
+   style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"><metadata
+     id="metadata23875"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1918"
+     inkscape:window-height="1059"
+     id="namedview23873"
+     showgrid="false"
+     fit-margin-top="20"
+     fit-margin-left="20"
+     fit-margin-right="20"
+     fit-margin-bottom="20"
+     inkscape:zoom="0.95353535"
+     inkscape:cx="472.51009"
+     inkscape:cy="128.27087"
+     inkscape:window-x="0"
+     inkscape:window-y="19"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="svg23386" /><defs
+     class="ClipPathGroup"
+     id="defs23388"><clipPath
+       id="presentation_clip_path"
+       clipPathUnits="userSpaceOnUse"><rect
+         x="0"
+         y="0"
+         width="21590"
+         height="27940"
+         id="rect23391" /></clipPath></defs><defs
+     class="TextShapeIndex"
+     id="defs23393"><g
+       ooo:slide="id1"
+       ooo:id-list="id3 id4 id5 id6 id7 id8 id9 id10 id11 id12 id13 id14 id15 id16 id17 id18 id19 id20 id21 id22 id23 id24 id25 id26 id27 id28 id29 id30 id31 id32 id33 id34 id35 id36 id37 id38 id39 id40 id41 id42 id43 id44 id45 id46 id47 id48 id49 id50 id51 id52 id53 id54 id55 id56 id57"
+       id="g23395" /></defs><defs
+     class="EmbeddedBulletChars"
+     id="defs23397"><g
+       id="bullet-char-template(57356)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 580,1141 1163,571 580,0 -4,571 580,1141 z"
+         id="path23400"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(57354)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 8,1128 1129,0 L 1137,0 8,0 8,1128 z"
+         id="path23403"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10146)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 174,0 602,739 174,1481 1456,739 174,0 z m 1184,739 -1049,607 350,-607 699,0 z"
+         id="path23406"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10132)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 2015,739 1276,0 717,0 l 543,543 -1086,0 0,393 1086,0 -543,545 557,0 741,-742 z"
+         id="path23409"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10007)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z"
+         id="path23412"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10004)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 l 0,-122 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 z"
+         id="path23415"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(9679)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 z"
+         id="path23418"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(8226)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z"
+         id="path23421"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(8211)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m -4,459 1139,0 0,147 -1139,0 0,-147 z"
+         id="path23424"
+         inkscape:connector-curvature="0" /></g></defs><defs
+     class="TextEmbeddedBitmaps"
+     id="defs23426" /><g
+     id="g23428"
+     transform="translate(-385.76107,-4032.5556)"><g
+       id="id2"
+       class="Master_Slide"><g
+         id="bg-id2"
+         class="Background" /><g
+         id="bo-id2"
+         class="BackgroundObjects" /></g></g><path
+     d="m 11105.239,9869.4444 -1983.0001,0 0,-7271 3965.0001,0 0,7271 -1982,0 z"
+     id="path23443"
+     inkscape:connector-curvature="0"
+     style="fill:#b3b3b3;stroke:none" /><path
+     d="m 11105.239,9869.4444 -1983.0001,0 0,-7271 3965.0001,0 0,7271 -1982,0 z"
+     id="path23445"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 16566.239,10530.444 -1148,0 0,-8265.9996 2296,0 0,8265.9996 -1148,0 z"
+     id="path23509"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 10265.239,4985.4444 c -77,0 -153,76 -153,153 l 0,612 c 0,77 76,154 153,154 l 1531,0 c 77,0 154,-77 154,-154 l 0,-612 c 0,-77 -77,-153 -154,-153 l -1531,0 z m -153,0 0,0 z m 1838,919 0,0 z"
+     id="path23514"
+     inkscape:connector-curvature="0"
+     style="fill:#ff0000;stroke:none" /><path
+     d="m 10265.239,4985.4444 c -77,0 -153,76 -153,153 l 0,612 c 0,77 76,154 153,154 l 1531,0 c 77,0 154,-77 154,-154 l 0,-612 c 0,-77 -77,-153 -154,-153 l -1531,0 z"
+     id="path23516"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 10112.239,4985.4444 0,0 z"
+     id="path23518"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 11950.239,5904.4444 0,0 z"
+     id="path23520"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 10265.239,6234.4444 c -77,0 -153,76 -153,153 l 0,612 c 0,77 76,154 153,154 l 1531,0 c 77,0 154,-77 154,-154 l 0,-612 c 0,-77 -77,-153 -154,-153 l -1531,0 z m -153,0 0,0 z m 1838,919 0,0 z"
+     id="path23525"
+     inkscape:connector-curvature="0"
+     style="fill:#ff0000;stroke:none" /><path
+     d="m 10265.239,6234.4444 c -77,0 -153,76 -153,153 l 0,612 c 0,77 76,154 153,154 l 1531,0 c 77,0 154,-77 154,-154 l 0,-612 c 0,-77 -77,-153 -154,-153 l -1531,0 z"
+     id="path23527"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 10112.239,6234.4444 0,0 z"
+     id="path23529"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 11950.239,7153.4444 0,0 z"
+     id="path23531"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 16566.239,3183.4444 -1148,0 0,-919 2296,0 0,919 -1148,0 z"
+     id="path23536"
+     inkscape:connector-curvature="0"
+     style="fill:#00ff00;stroke:none" /><path
+     d="m 16566.239,3183.4444 -1148,0 0,-919 2296,0 0,919 -1148,0 z"
+     id="path23538"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 16566.239,4101.4444 -1148,0 0,-918 2296,0 0,918 -1148,0 z"
+     id="path23543"
+     inkscape:connector-curvature="0"
+     style="fill:#00ff00;stroke:none" /><path
+     d="m 16566.239,4101.4444 -1148,0 0,-918 2296,0 0,918 -1148,0 z"
+     id="path23545"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 16566.239,5938.4444 -1148,0 0,-918 2296,0 0,918 -1148,0 z"
+     id="path23550"
+     inkscape:connector-curvature="0"
+     style="fill:#00ff00;stroke:none" /><path
+     d="m 16566.239,5938.4444 -1148,0 0,-918 2296,0 0,918 -1148,0 z"
+     id="path23552"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 16566.239,5020.4444 -1148,0 0,-919 2296,0 0,919 -1148,0 z"
+     id="path23557"
+     inkscape:connector-curvature="0"
+     style="fill:#00ff00;stroke:none" /><path
+     d="m 16566.239,5020.4444 -1148,0 0,-919 2296,0 0,919 -1148,0 z"
+     id="path23559"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 16566.239,6856.4444 -1148,0 0,-918 2296,0 0,918 -1148,0 z"
+     id="path23564"
+     inkscape:connector-curvature="0"
+     style="fill:#00ff00;stroke:none" /><path
+     d="m 16566.239,6856.4444 -1148,0 0,-918 2296,0 0,918 -1148,0 z"
+     id="path23566"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 16566.239,8693.4444 -1148,0 0,-918 2296,0 0,918 -1148,0 z"
+     id="path23571"
+     inkscape:connector-curvature="0"
+     style="fill:#00ff00;stroke:none" /><path
+     d="m 16566.239,8693.4444 -1148,0 0,-918 2296,0 0,918 -1148,0 z"
+     id="path23573"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 16566.239,7775.4444 -1148,0 0,-919 2296,0 0,919 -1148,0 z"
+     id="path23578"
+     inkscape:connector-curvature="0"
+     style="fill:#00ff00;stroke:none" /><path
+     d="m 16566.239,7775.4444 -1148,0 0,-919 2296,0 0,919 -1148,0 z"
+     id="path23580"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 16566.239,9612.4444 -1148,0 0,-919 2296,0 0,919 -1148,0 z"
+     id="path23585"
+     inkscape:connector-curvature="0"
+     style="fill:#00ff00;stroke:none" /><path
+     d="m 16566.239,9612.4444 -1148,0 0,-919 2296,0 0,919 -1148,0 z"
+     id="path23587"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 16566.239,10530.444 -1148,0 0,-917.9996 2296,0 0,917.9996 -1148,0 z"
+     id="path23592"
+     inkscape:connector-curvature="0"
+     style="fill:#00ff00;stroke:none" /><path
+     d="m 16566.239,10530.444 -1148,0 0,-917.9996 2296,0 0,917.9996 -1148,0 z"
+     id="path23594"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 1851.2389,4270.4444 0,5580"
+     id="path23618"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#0000ff;stroke-width:102" /><path
+     d="m 1675.2389,4251.4444 0,5 0,6 4,13 9,11 12,6 14,2 9,-3 9,-7 8,-8 4,-10 108,-481 106,477 4,13 9,11 12,6 14,2 13,-4 10,-10 7,-13 0,-12 0,-4 -1,1 -138,-626 -3,-14 -8,-12 -12,-8 -13,-2 -14,2 -12,8 -8,12 -2,14 -141,625 z"
+     id="path23620"
+     inkscape:connector-curvature="0"
+     style="fill:#0000ff;stroke:none" /><path
+     d="m 2027.2389,9869.4444 0,-6 0,-5 -4,-13 -9,-11 -12,-6 -14,-2 -9,3 -9,6 -8,9 -4,10 -108,480.9996 -106,-476.9996 -4,-13 -9,-11 -12,-6 -14,-2 -13,4 -10,10 -7,13 0,12 0,4 1,-2 138,626.9996 3,13 8,13 12,8 13,2 13,-2 12,-8 9,-13 2,-13 141,-624.9996 z"
+     id="path23622"
+     inkscape:connector-curvature="0"
+     style="fill:#0000ff;stroke:none" /><path
+     d="m 3338.2389,10530.444 -1157,0 0,-6939.9996 2314,0 0,6939.9996 -1157,0 z"
+     id="path23627"
+     inkscape:connector-curvature="0"
+     style="fill:#e6e6ff;stroke:none" /><path
+     d="m 3338.2389,10530.444 -1157,0 0,-6939.9996 2314,0 0,6939.9996 -1157,0 z"
+     id="path23629"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 3347.2389,10530.444 -1148,0 0,-917.9996 2296,0 0,917.9996 -1148,0 z"
+     id="path23634"
+     inkscape:connector-curvature="0"
+     style="fill:#ff00ff;stroke:none" /><path
+     d="m 3347.2389,10530.444 -1148,0 0,-917.9996 2296,0 0,917.9996 -1148,0 z"
+     id="path23636"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 3329.2389,6491.4444 -1148,0 0,-918 2296,0 0,918 -1148,0 z"
+     id="path23641"
+     inkscape:connector-curvature="0"
+     style="fill:#ff00ff;stroke:none" /><path
+     d="m 3329.2389,6491.4444 -1148,0 0,-918 2296,0 0,918 -1148,0 z"
+     id="path23643"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 6312.2389,8216.4444 -1157,0 0,-6941 2313,0 0,6941 -1156,0 z"
+     id="path23648"
+     inkscape:connector-curvature="0"
+     style="fill:#e6e6ff;stroke:none" /><path
+     d="m 6312.2389,8216.4444 -1157,0 0,-6941 2313,0 0,6941 -1156,0 z"
+     id="path23650"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 6321.2389,4178.4444 -1148,0 0,-919 2296,0 0,919 -1148,0 z"
+     id="path23655"
+     inkscape:connector-curvature="0"
+     style="fill:#ff00ff;stroke:none" /><path
+     d="m 6321.2389,4178.4444 -1148,0 0,-919 2296,0 0,919 -1148,0 z"
+     id="path23657"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 6304.2389,6491.4444 -1148,0 0,-918 2296,0 0,918 -1148,0 z"
+     id="path23662"
+     inkscape:connector-curvature="0"
+     style="fill:#ff00ff;stroke:none" /><path
+     d="m 6304.2389,6491.4444 -1148,0 0,-918 2296,0 0,918 -1148,0 z"
+     id="path23664"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 10265.239,7556.4444 c -77,0 -153,76 -153,153 l 0,612 c 0,77 76,154 153,154 l 1531,0 c 77,0 154,-77 154,-154 l 0,-612 c 0,-77 -77,-153 -154,-153 l -1531,0 z m -153,0 0,0 z m 1838,919 0,0 z"
+     id="path23680"
+     inkscape:connector-curvature="0"
+     style="fill:#ff0000;stroke:none" /><path
+     d="m 10265.239,7556.4444 c -77,0 -153,76 -153,153 l 0,612 c 0,77 76,154 153,154 l 1531,0 c 77,0 154,-77 154,-154 l 0,-612 c 0,-77 -77,-153 -154,-153 l -1531,0 z"
+     id="path23682"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 10112.239,7556.4444 0,0 z"
+     id="path23684"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 11950.239,8475.4444 0,0 z"
+     id="path23686"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 6304.2389,8217.4444 -1148,0 0,-919 2296,0 0,919 -1148,0 z"
+     id="path23691"
+     inkscape:connector-curvature="0"
+     style="fill:#ff00ff;stroke:none" /><path
+     d="m 6304.2389,8217.4444 -1148,0 0,-919 2296,0 0,919 -1148,0 z"
+     id="path23693"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 8461.2389,10861.444 5618.0001,0"
+     id="path23709"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:102" /><path
+     d="m 14079.239,10861.444 0,-1652.9996"
+     id="path23714"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:102" /><path
+     d="m 7469.2389,7886.4444 992,0"
+     id="path23719"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:102" /><path
+     d="m 8461.2389,7886.4444 0,2974.9996"
+     id="path23724"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:102" /><path
+     d="m 7469.2389,3590.4444 661,0"
+     id="path23729"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:102" /><path
+     d="m 8130.2389,3590.4444 0,-2974.99996"
+     id="path23734"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:102" /><path
+     d="m 8130.2389,615.44444 6279.0001,0"
+     id="path23739"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:102" /><path
+     d="m 14409.239,615.44444 0,2974.99996"
+     id="path23744"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:102" /><path
+     d="m 14409.239,3590.4444 344,0"
+     id="path23749"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:102" /><path
+     d="m 15401.239,3590.4444 -678,-226 0,452 678,-226 z"
+     id="path23751"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 7469.2389,3920.4444 2095,1309"
+     id="path23756"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 10113.239,5573.4444 -455.0001,-551 -240,383 695.0001,168 z"
+     id="path23758"
+     inkscape:connector-curvature="0"
+     style="fill:#ff0000;stroke:none" /><path
+     d="m 4495.2389,10200.444 1983,0"
+     id="path23763"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:102" /><path
+     d="m 6478.2389,10200.444 0,991"
+     id="path23768"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:102" /><path
+     d="m 6478.2389,11191.444 8262.0001,0"
+     id="path23773"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:102" /><path
+     d="m 14740.239,11191.444 0,-1982.9996"
+     id="path23778"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:102" /><path
+     d="m 14740.239,9208.4444 13,0"
+     id="path23783"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:102" /><path
+     d="m 15401.239,9208.4444 -678,-226 0,452 678,-226 z"
+     id="path23785"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 7469.2389,5903.4444 1322,0"
+     id="path23790"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:102" /><path
+     d="m 8791.2389,5903.4444 0,-4956.99996"
+     id="path23795"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:102" /><path
+     d="m 8791.2389,1008.3991 4957.0001,0"
+     id="path23800"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:102" /><path
+     d="m 13748.239,946.44444 0,4626.99996"
+     id="path23805"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:102" /><path
+     d="m 7469.2389,6234.4444 2001,250"
+     id="path23810"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 10113.239,6564.4444 -645.0001,-308 -56,448 701.0001,-140 z"
+     id="path23812"
+     inkscape:connector-curvature="0"
+     style="fill:#ff0000;stroke:none" /><path
+     d="m 7469.2389,7556.4444 2001,250"
+     id="path23817"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 10113.239,7886.4444 -645.0001,-308 -56,448 701.0001,-140 z"
+     id="path23819"
+     inkscape:connector-curvature="0"
+     style="fill:#ff0000;stroke:none" /><path
+     d="m 4495.2389,9869.4444 487,-143"
+     id="path23824"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 5470.2389,9582.4444 487,-143"
+     id="path23826"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 6444.2389,9296.4444 488,-144"
+     id="path23828"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 7419.2389,9009.4444 487,-143"
+     id="path23830"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 8394.2389,8722.4444 487,-143"
+     id="path23832"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 9368.2389,8436.4444 124,-37"
+     id="path23834"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 10113.239,8217.4444 -714.0001,-26 127,434 587.0001,-408 z"
+     id="path23836"
+     inkscape:connector-curvature="0"
+     style="fill:#ff0000;stroke:none" /><path
+     d="m 11766.239,7886.4444 2990,272"
+     id="path23841"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 15401.239,8217.4444 -655,-287 -41,450 696,-163 z"
+     id="path23843"
+     inkscape:connector-curvature="0"
+     style="fill:#ff0000;stroke:none" /><path
+     d="m 12096.239,5573.4444 2749,-1650"
+     id="path23848"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 15401.239,3590.4444 -698,155 233,387 465,-542 z"
+     id="path23850"
+     inkscape:connector-curvature="0"
+     style="fill:#ff0000;stroke:none" /><path
+     d="m 13748.239,5573.4444 1051,420"
+     id="path23855"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:102" /><path
+     d="m 15401.239,6234.4444 -546,-462 -168,420 714,42 z"
+     id="path23857"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 12096.239,6564.4444 2660,-266"
+     id="path23862"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 15401.239,6234.4444 -697,-158 45,450 652,-292 z"
+     id="path23864"
+     inkscape:connector-curvature="0"
+     style="fill:#ff0000;stroke:none" /><path
+     d="m 14079.239,9208.4444 804,-603"
+     id="path23869"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:102" /><path
+     d="m 15401.239,8217.4444 -678,226 271,361 407,-587 z"
+     id="path23871"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><text
+     xml:space="preserve"
+     style="font-size:395.1111145px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
+     x="561.35767"
+     y="1117.402"
+     id="text23877"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan23879"
+       x="561.35767"
+       y="1117.402">Virtual Address Space</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:395.1111145px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
+     x="15123.307"
+     y="1117.402"
+     id="text23881"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan23883"
+       x="15123.307"
+       y="1117.402">Physical Memory</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:395.1111145px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
+     x="16015.919"
+     y="2789.6582"
+     id="text23885"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       x="16015.919"
+       y="2789.6582"
+       id="tspan23889">box 0</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:395.1111145px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
+     x="16000.101"
+     y="10186.272"
+     id="text23893"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan23895"
+       x="16000.101"
+       y="10186.272">box N</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:395.1111145px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
+     x="9440.5957"
+     y="2301.3003"
+     id="text23897"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan23899"
+       x="9440.5957"
+       y="2301.3003">MMU</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:395.1111145px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
+     x="9647.7773"
+     y="3248.4189"
+     id="text23901"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan23903"
+       x="9647.7773"
+       y="3248.4189">Translation</tspan><tspan
+       sodipodi:role="line"
+       x="9647.7773"
+       y="3742.3076"
+       id="tspan23905">Lookaside</tspan><tspan
+       sodipodi:role="line"
+       x="9647.7773"
+       y="4236.1963"
+       id="tspan23907">Buffer</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:395.1111145px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
+     x="10654.091"
+     y="5557.0205"
+     id="text23909"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan23911"
+       x="10654.091"
+       y="5557.0205">pte</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:395.1111145px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
+     x="857.33221"
+     y="7125.6855"
+     id="text23913"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan23915"
+       x="857.33221"
+       y="7125.6855">4GB</tspan></text>
+</svg>
\ No newline at end of file
diff --git a/virt-devices.svg b/virt-devices.svg
new file mode 100644 (file)
index 0000000..2cfaaa9
--- /dev/null
@@ -0,0 +1,987 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:ooo="http://xml.openoffice.org/svg/export"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.2"
+   width="745.96851"
+   height="503.11908"
+   viewBox="0 0 21052.889 14199.138"
+   preserveAspectRatio="xMidYMid"
+   clip-path="url(#presentation_clip_path)"
+   xml:space="preserve"
+   id="svg8872"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="virt-devices.svg"
+   style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"><metadata
+     id="metadata9897"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1918"
+     inkscape:window-height="1059"
+     id="namedview9895"
+     showgrid="false"
+     inkscape:zoom="1.3485026"
+     inkscape:cx="454.23674"
+     inkscape:cy="195.34206"
+     inkscape:window-x="0"
+     inkscape:window-y="19"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="svg8872"
+     fit-margin-top="20"
+     fit-margin-left="20"
+     fit-margin-right="20"
+     fit-margin-bottom="20" /><defs
+     class="ClipPathGroup"
+     id="defs8874"><clipPath
+       id="presentation_clip_path"
+       clipPathUnits="userSpaceOnUse"><rect
+         x="0"
+         y="0"
+         width="21590"
+         height="27940"
+         id="rect8877" /></clipPath></defs><defs
+     class="TextShapeIndex"
+     id="defs8879"><g
+       ooo:slide="id1"
+       ooo:id-list="id3 id4 id5 id6 id7 id8 id9 id10 id11 id12 id13 id14 id15 id16 id17 id18 id19 id20 id21 id22 id23 id24 id25 id26 id27 id28 id29 id30 id31 id32 id33 id34 id35 id36 id37 id38 id39 id40 id41 id42 id43 id44 id45 id46 id47 id48 id49 id50 id51 id52 id53 id54 id55 id56 id57 id58 id59 id60 id61 id62 id63 id64 id65 id66 id67 id68 id69 id70 id71 id72 id73 id74 id75"
+       id="g8881" /></defs><defs
+     class="EmbeddedBulletChars"
+     id="defs8883"><g
+       id="bullet-char-template(57356)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 580,1141 1163,571 580,0 -4,571 580,1141 z"
+         id="path8886"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(57354)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 8,1128 1129,0 L 1137,0 8,0 8,1128 z"
+         id="path8889"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10146)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 174,0 602,739 174,1481 1456,739 174,0 z m 1184,739 -1049,607 350,-607 699,0 z"
+         id="path8892"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10132)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 2015,739 1276,0 717,0 l 543,543 -1086,0 0,393 1086,0 -543,545 557,0 741,-742 z"
+         id="path8895"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10007)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z"
+         id="path8898"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10004)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 l 0,-122 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 z"
+         id="path8901"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(9679)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 z"
+         id="path8904"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(8226)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z"
+         id="path8907"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(8211)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m -4,459 1139,0 0,147 -1139,0 0,-147 z"
+         id="path8910"
+         inkscape:connector-curvature="0" /></g></defs><defs
+     class="TextEmbeddedBitmaps"
+     id="defs8912" /><g
+     id="g8914"
+     transform="translate(-807.55556,-2619.4305)"><g
+       id="id2"
+       class="Master_Slide"><g
+         id="bg-id2"
+         class="Background" /><g
+         id="bo-id2"
+         class="BackgroundObjects" /></g></g><path
+     d="m 10707.444,11083.569 -7969.9996,0 0,-5070.9995 15938.9996,0 0,5070.9995 -7969,0 z"
+     id="path8929"
+     inkscape:connector-curvature="0"
+     style="fill:#e6e64c;stroke:none" /><path
+     d="m 10707.444,11083.569 -7969.9996,0 0,-5070.9995 15938.9996,0 0,5070.9995 -7969,0 z"
+     id="path8931"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:51" /><path
+     d="m 5514.4444,9272.5695 c -121,0 -241,120 -241,241 l 0,966.9995 c 0,121 120,242 241,242 l 1330,0 c 121,0 242,-121 242,-242 l 0,-966.9995 c 0,-121 -121,-241 -242,-241 l -1330,0 z"
+     id="path8938"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 5273.4444,9272.5695 0,0 z"
+     id="path8940"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 7086.4444,10722.569 0,0 z"
+     id="path8942"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 13845.444,9272.5695 c -121,0 -241,120 -241,241 l 0,966.9995 c 0,121 120,242 241,242 l 1329,0 c 121,0 242,-121 242,-242 l 0,-966.9995 c 0,-121 -121,-241 -242,-241 l -1329,0 z"
+     id="path8949"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 13604.444,9272.5695 0,0 z"
+     id="path8951"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 15416.444,10722.569 0,0 z"
+     id="path8953"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 10526.444,10721.569 -1991.9996,0 0,-1448.9995 3983.9996,0 0,1448.9995 -1992,0 z"
+     id="path8964"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 13604.444,12093.569 c 0,-143 453,-285 906,-285 453,0 906,142 906,285 l 0,1241 c 0,143 -453,286 -906,286 -453,0 -906,-143 -906,-286 l 0,-1241 z m 0,-285 0,0 z m 1812,1812 0,0 z"
+     id="path8969"
+     inkscape:connector-curvature="0"
+     style="fill:#ff0000;stroke:none" /><path
+     d="m 13604.444,12093.569 c 0,-143 453,-285 906,-285 453,0 906,142 906,285 l 0,1241 c 0,143 -453,286 -906,286 -453,0 -906,-143 -906,-286 l 0,-1241 z"
+     id="path8971"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 13604.444,11808.569 0,0 z"
+     id="path8973"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 15416.444,13620.569 0,0 z"
+     id="path8975"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 13604.444,12093.569 c 0,142 453,285 906,285 453,0 906,-143 906,-285 l -1812,0 z m 0,-285 0,0 z m 1812,1812 0,0 z"
+     id="path8977"
+     inkscape:connector-curvature="0"
+     style="fill:#ff0000;stroke:none" /><path
+     d="m 13604.444,12093.569 c 0,142 453,285 906,285 453,0 906,-143 906,-285"
+     id="path8979"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 13604.444,11808.569 0,0 z"
+     id="path8981"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 15416.444,13620.569 0,0 z"
+     id="path8983"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 3440.4444,13067.569 15,24 15,25 14,25 0,35 -29,75 -59,72 -89,50 -115,37 -133,12 -74,-12 -74,0 -59,-12 -59,-25 -29,37 -44,25 -42,12 -59,11 -44,-11 -60,-12 -29,-25 -30,-37 -44,12 -59,13 -44,0 -59,12 -116,-12 -103,-25 -89,-38 -59,-47 -44,-62 -15,0 0,0 0,0 -14,0 -101,-13 -89,-37 -73,-35 -45,-62 -14,-72 14,-75 59,-62 74,-48 101,-37 0,0 0,0 15,0 -30,-25 -27,-24 -15,-36 0,-37 15,-87 71,-60 89,-49 118,-25 74,12 59,13 59,25 44,37 12,0 0,0 15,0 0,0 0,0 15,0 0,0 29,-37 45,-13 44,-12 59,-13 29,0 30,13 29,12 30,0 15,0 0,0 0,0 0,-12 74,-38 73,-35 86,-12 104,-12 118,12 118,37 74,48 56,62 15,72 0,13 0,0 0,12 0,12 15,0 14,0 15,0 0,0 118,13 89,25 73,47 45,62 15,75 -15,72 -45,50 -73,47 -89,38 z m -1952,-697 0,0 z m 2174,1088 0,0 z"
+     id="path8988"
+     inkscape:connector-curvature="0"
+     style="fill:#808080;stroke:none" /><path
+     d="m 3440.4444,13067.569 15,24 15,25 14,25 0,35 -29,75 -59,72 -89,50 -115,37 -133,12 -74,-12 -74,0 -59,-12 -59,-25 -29,37 -44,25 -42,12 -59,11 -44,-11 -60,-12 -29,-25 -30,-37 -44,12 -59,13 -44,0 -59,12 -116,-12 -103,-25 -89,-38 -59,-47 -44,-62 -15,0 0,0 0,0 -14,0 -101,-13 -89,-37 -73,-35 -45,-62 -14,-72 14,-75 59,-62 74,-48 101,-37 0,0 0,0 15,0 -30,-25 -27,-24 -15,-36 0,-37 15,-87 71,-60 89,-49 118,-25 74,12 59,13 59,25 44,37 12,0 0,0 15,0 0,0 0,0 15,0 0,0 29,-37 45,-13 44,-12 59,-13 29,0 30,13 29,12 30,0 15,0 0,0 0,0 0,-12 74,-38 73,-35 86,-12 104,-12 118,12 118,37 74,48 56,62 15,72 0,13 0,0 0,12 0,12 15,0 14,0 15,0 0,0 118,13 89,25 73,47 45,62 15,75 -15,72 -45,50 -73,47 -89,38 z"
+     id="path8990"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#808080;stroke-width:28.22200012" /><path
+     d="m 1488.4444,12370.569 0,0 z"
+     id="path8992"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#808080;stroke-width:28.22200012" /><path
+     d="m 3662.4444,13458.569 0,0 z"
+     id="path8994"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#808080;stroke-width:28.22200012" /><path
+     d="m 3240.4444,12867.569 15,24 15,25 14,25 0,35 -29,75 -59,72 -89,50 -115,37 -133,12 -74,-12 -74,0 -59,-12 -59,-25 -29,37 -44,25 -42,12 -59,11 -44,-11 -60,-12 -29,-25 -30,-37 -44,12 -59,13 -44,0 -59,12 -116,-12 -103,-25 -89,-38 -59,-47 -44,-62 -15,0 0,0 0,0 -14,0 -101,-13 -89,-37 -73,-35 -45,-62 -14,-72 14,-75 59,-62 74,-48 101,-37 0,0 0,0 15,0 -30,-25 -27,-24 -15,-36 0,-37 15,-87 71,-60 89,-49 118,-25 74,12 59,13 59,25 44,37 12,0 0,0 15,0 0,0 0,0 15,0 0,0 29,-37 45,-13 44,-12 59,-13 29,0 30,13 29,12 30,0 15,0 0,0 0,0 0,-12 74,-38 73,-35 86,-12 104,-12 118,12 118,37 74,48 56,62 15,72 0,13 0,0 0,12 0,12 15,0 14,0 15,0 0,0 118,13 89,25 73,47 45,62 15,75 -15,72 -45,50 -73,47 -89,38 z m -1952,-697 0,0 z m 2174,1088 0,0 z"
+     id="path8996"
+     inkscape:connector-curvature="0"
+     style="fill:#ffffff;stroke:none" /><path
+     d="m 3240.4444,12867.569 15,24 15,25 14,25 0,35 -29,75 -59,72 -89,50 -115,37 -133,12 -74,-12 -74,0 -59,-12 -59,-25 -29,37 -44,25 -42,12 -59,11 -44,-11 -60,-12 -29,-25 -30,-37 -44,12 -59,13 -44,0 -59,12 -116,-12 -103,-25 -89,-38 -59,-47 -44,-62 -15,0 0,0 0,0 -14,0 -101,-13 -89,-37 -73,-35 -45,-62 -14,-72 14,-75 59,-62 74,-48 101,-37 0,0 0,0 15,0 -30,-25 -27,-24 -15,-36 0,-37 15,-87 71,-60 89,-49 118,-25 74,12 59,13 59,25 44,37 12,0 0,0 15,0 0,0 0,0 15,0 0,0 29,-37 45,-13 44,-12 59,-13 29,0 30,13 29,12 30,0 15,0 0,0 0,0 0,-12 74,-38 73,-35 86,-12 104,-12 118,12 118,37 74,48 56,62 15,72 0,13 0,0 0,12 0,12 15,0 14,0 15,0 0,0 118,13 89,25 73,47 45,62 15,75 -15,72 -45,50 -73,47 -89,38 z"
+     id="path8998"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 1288.4444,12170.569 0,0 z"
+     id="path9000"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 3462.4444,13258.569 0,0 z"
+     id="path9002"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 6179.4444,12895.569 -1992,0 0,-1087 3984,0 0,1087 -1992,0 z"
+     id="path9007"
+     inkscape:connector-curvature="0"
+     style="fill:#729fcf;stroke:none" /><path
+     d="m 6179.4444,12895.569 -1992,0 0,-1087 3984,0 0,1087 -1992,0 z"
+     id="path9009"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><text
+     class="TextShape"
+     id="text9011"
+     style="font-size:395.1111145px"
+     x="-807.55554"
+     y="-2619.4307"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan9013"
+       style="font-size:395.1111145px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="4346.4443"
+         y="12572.569"
+         id="tspan9015"
+         style="font-size:395.1111145px"><tspan
+           id="tspan9017"
+           style="font-size:395.1111145px;fill:#000000;stroke:none">Ethernet NIC</tspan></tspan></tspan></text>
+<path
+     style="fill:#ff00ff;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path9024"
+     d="m 15656.444,6374.5695 c -121,0 -241,120 -241,241 l 0,967 c 0,121 120,242 241,242 l 967,0 c 121,0 242,-121 242,-242 l 0,-967 c 0,-121 -121,-241 -242,-241 l -967,0 z m -241,0 0,0 z m 1450,1450 0,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path9026"
+     d="m 15656.444,6374.5695 c -121,0 -241,120 -241,241 l 0,967 c 0,121 120,242 241,242 l 967,0 c 121,0 242,-121 242,-242 l 0,-967 c 0,-121 -121,-241 -242,-241 l -967,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path9028"
+     d="m 15415.444,6374.5695 0,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path9030"
+     d="m 16865.444,7264.1575 0,0 z" /><path
+     d="m 16865.444,4926.5695 -1812,0 0,-2536 3623,0 0,2536 -1811,0 z"
+     id="path9052"
+     inkscape:connector-curvature="0"
+     style="fill:#e6e6e6;stroke:none" /><path
+     d="m 16865.444,4926.5695 -1812,0 0,-2536 3623,0 0,2536 -1811,0 z"
+     id="path9054"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 16865.444,2389.5695 -1812,0 0,-1811.00005 3623,0 0,1811.00005 -1811,0 z"
+     id="path9059"
+     inkscape:connector-curvature="0"
+     style="fill:#00ff00;stroke:none" /><path
+     d="m 16865.444,2389.5695 -1812,0 0,-1811.00005 3623,0 0,1811.00005 -1811,0 z"
+     id="path9061"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><text
+     class="TextShape"
+     id="text9063"
+     style="font-size:395.1111145px"
+     x="-116.91298"
+     y="-2640.3591"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan9065"
+       style="font-size:395.1111145px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="15849.087"
+         y="1683.6407"
+         id="tspan9067"
+         style="font-size:395.1111145px"><tspan
+           id="tspan9069"
+           style="font-size:395.1111145px;fill:#000000;stroke:none">Applications</tspan></tspan></tspan></text>
+<text
+     class="TextShape"
+     id="text9074"
+     style="font-size:395.1111145px"
+     y="-2573.4307"
+     x="-807.55554"><tspan
+       class="TextParagraph"
+       font-size="706px"
+       font-weight="400"
+       id="tspan9076"
+       style="font-size:395.1111145px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="15666.444"
+         y="3246.5693"
+         id="tspan9078"
+         style="font-size:395.1111145px"><tspan
+           id="tspan9080"
+           style="font-size:395.1111145px;fill:#000000;stroke:none">Guest OS</tspan></tspan></tspan></text>
+<path
+     style="fill:#ff00ff;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path9087"
+     d="m 15692.444,3476.5695 c -121,0 -241,120 -241,241 l 0,967 c 0,121 120,242 241,242 l 967,0 c 121,0 242,-121 242,-242 l 0,-967 c 0,-121 -121,-241 -242,-241 l -967,0 z m -241,0 0,0 z m 1450,1450 0,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path9089"
+     d="m 15692.444,3476.5695 c -121,0 -241,120 -241,241 l 0,967 c 0,121 120,242 241,242 l 967,0 c 121,0 242,-121 242,-242 l 0,-967 c 0,-121 -121,-241 -242,-241 l -967,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path9091"
+     d="m 15451.444,4201.5695 0,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path9093"
+     d="m 16901.444,4201.5695 0,0 z" /><path
+     style="fill:#ffff00;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path9117"
+     d="m 17402.444,3476.5695 c -91,0 -181,90 -181,181 l 0,1087 c 0,91 90,182 181,182 l 725,0 c 91,0 182,-91 182,-182 l 0,-1087 c 0,-91 -91,-181 -182,-181 l -725,0 z m -181,0 0,0 z m 1088,1450 0,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path9119"
+     d="m 17402.444,3476.5695 c -91,0 -181,90 -181,181 l 0,1087 c 0,91 90,182 181,182 l 725,0 c 91,0 182,-91 182,-182 l 0,-1087 c 0,-91 -91,-181 -182,-181 l -725,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path9121"
+     d="m 17221.444,4201.5695 0,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path9123"
+     d="m 18309.444,4201.5695 0,0 z" /><path
+     style="fill:#ffff00;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path9147"
+     d="m 9800.4444,6374.5695 c -91,0 -181,90 -181,181 l 0,1087 c 0,91 90,182 181,182 l 724.9996,0 c 91,0 182,-91 182,-182 l 0,-1087 c 0,-91 -91,-181 -182,-181 l -724.9996,0 z m -181,0 0,0 z m 1087.9996,1450 0,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path9149"
+     d="m 9800.4444,6374.5695 c -91,0 -181,90 -181,181 l 0,1087 c 0,91 90,182 181,182 l 724.9996,0 c 91,0 182,-91 182,-182 l 0,-1087 c 0,-91 -91,-181 -182,-181 l -724.9996,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path9151"
+     d="m 9619.4444,6374.5695 0,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path9153"
+     d="m 10707.444,7264.1575 0,0 z" /><path
+     d="m 9258.4444,4926.5695 -1811,0 0,-2536 3621.9996,0 0,2536 -1810.9996,0 z"
+     id="path9175"
+     inkscape:connector-curvature="0"
+     style="fill:#e6e6e6;stroke:none" /><path
+     d="m 9258.4444,4926.5695 -1811,0 0,-2536 3621.9996,0 0,2536 -1810.9996,0 z"
+     id="path9177"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 9258.4444,2389.5695 -1811,0 0,-1811.00005 3621.9996,0 0,1811.00005 -1810.9996,0 z"
+     id="path9182"
+     inkscape:connector-curvature="0"
+     style="fill:#00ff00;stroke:none" /><path
+     d="m 9258.4444,2389.5695 -1811,0 0,-1811.00005 3621.9996,0 0,1811.00005 -1810.9996,0 z"
+     id="path9184"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><text
+     class="TextShape"
+     id="text9186"
+     style="font-size:395.1111145px"
+     x="-158.7701"
+     y="-2640.3591"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan9188"
+       style="font-size:395.1111145px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="8201.2295"
+         y="1683.6407"
+         id="tspan9190"
+         style="font-size:395.1111145px"><tspan
+           id="tspan9192"
+           style="font-size:395.1111145px;fill:#000000;stroke:none">Applications</tspan></tspan></tspan></text>
+<text
+     class="TextShape"
+     id="text9197"
+     style="font-size:395.1111145px"
+     y="-2573.4307"
+     x="-807.55554"><tspan
+       class="TextParagraph"
+       font-size="706px"
+       font-weight="400"
+       id="tspan9199"
+       style="font-size:395.1111145px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="8063.4443"
+         y="3246.5693"
+         id="tspan9201"
+         style="font-size:395.1111145px"><tspan
+           id="tspan9203"
+           style="font-size:395.1111145px;fill:#000000;stroke:none">Guest OS</tspan></tspan></tspan></text>
+<path
+     style="fill:#ff00ff;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path9210"
+     d="m 8085.4444,3476.5695 c -121,0 -241,120 -241,241 l 0,967 c 0,121 120,242 241,242 l 967,0 c 121,0 242,-121 242,-242 l 0,-967 c 0,-121 -121,-241 -242,-241 l -967,0 z m -241,0 0,0 z m 1450,1450 0,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path9212"
+     d="m 8085.4444,3476.5695 c -121,0 -241,120 -241,241 l 0,967 c 0,121 120,242 241,242 l 967,0 c 121,0 242,-121 242,-242 l 0,-967 c 0,-121 -121,-241 -242,-241 l -967,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path9214"
+     d="m 7844.4444,4201.5695 0,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path9216"
+     d="m 9294.4444,4201.5695 0,0 z" /><path
+     style="fill:#ffff00;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path9240"
+     d="m 9796.4444,3476.5695 c -91,0 -181,90 -181,181 l 0,1087 c 0,91 90,182 181,182 l 723.9996,0 c 91,0 182,-91 182,-182 l 0,-1087 c 0,-91 -91,-181 -182,-181 l -723.9996,0 z m -181,0 0,0 z m 1086.9996,1450 0,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path9242"
+     d="m 9796.4444,3476.5695 c -91,0 -181,90 -181,181 l 0,1087 c 0,91 90,182 181,182 l 723.9996,0 c 91,0 182,-91 182,-182 l 0,-1087 c 0,-91 -91,-181 -182,-181 l -723.9996,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path9244"
+     d="m 9615.4444,4201.5695 0,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path9246"
+     d="m 10702.444,4201.5695 0,0 z" /><path
+     d="m 4549.4444,4926.5695 -1811,0 0,-2536 3622,0 0,2536 -1811,0 z"
+     id="path9268"
+     inkscape:connector-curvature="0"
+     style="fill:#e6e6e6;stroke:none" /><path
+     d="m 4549.4444,4926.5695 -1811,0 0,-2536 3622,0 0,2536 -1811,0 z"
+     id="path9270"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 4549.4444,2389.5695 -1811,0 0,-1811.00005 3622,0 0,1811.00005 -1811,0 z"
+     id="path9275"
+     inkscape:connector-curvature="0"
+     style="fill:#00ff00;stroke:none" /><path
+     d="m 4549.4444,2389.5695 -1811,0 0,-1811.00005 3622,0 0,1811.00005 -1811,0 z"
+     id="path9277"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><text
+     class="TextShape"
+     id="text9279"
+     style="font-size:395.1111145px"
+     x="-200.62721"
+     y="-2703.1448"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan9281"
+       style="font-size:395.1111145px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="3450.3726"
+         y="1620.8551"
+         id="tspan9283"
+         style="font-size:395.1111145px"><tspan
+           id="tspan9285"
+           style="font-size:395.1111145px;fill:#000000;stroke:none">Applications</tspan></tspan></tspan></text>
+<text
+     class="TextShape"
+     id="text9290"
+     style="font-size:395.1111145px"
+     x="-807.55554"
+     y="-2619.4307"><tspan
+       class="TextParagraph"
+       font-size="706px"
+       font-weight="400"
+       id="tspan9292"
+       style="font-size:395.1111145px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="3439.4443"
+         y="3246.5693"
+         id="tspan9294"
+         style="font-size:395.1111145px"><tspan
+           id="tspan9296"
+           style="font-size:395.1111145px;fill:#000000;stroke:none">Guest OS</tspan></tspan></tspan></text>
+<path
+     style="fill:#ff00ff;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path9303"
+     d="m 3375.4444,3476.5695 c -121,0 -241,120 -241,241 l 0,967 c 0,121 120,242 241,242 l 967,0 c 121,0 242,-121 242,-242 l 0,-967 c 0,-121 -121,-241 -242,-241 l -967,0 z m -241,0 0,0 z m 1450,1450 0,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path9305"
+     d="m 3375.4444,3476.5695 c -121,0 -241,120 -241,241 l 0,967 c 0,121 120,242 241,242 l 967,0 c 121,0 242,-121 242,-242 l 0,-967 c 0,-121 -121,-241 -242,-241 l -967,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path9307"
+     d="m 3134.4444,4201.5695 0,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path9309"
+     d="m 4584.4444,4201.5695 0,0 z" /><path
+     style="fill:#ffff00;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path9333"
+     d="m 5085.4444,3476.5695 c -91,0 -181,90 -181,181 l 0,1087 c 0,91 90,182 181,182 l 725,0 c 91,0 182,-91 182,-182 l 0,-1087 c 0,-91 -91,-181 -182,-181 l -725,0 z m -181,0 0,0 z m 1088,1450 0,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path9335"
+     d="m 5085.4444,3476.5695 c -91,0 -181,90 -181,181 l 0,1087 c 0,91 90,182 181,182 l 725,0 c 91,0 182,-91 182,-182 l 0,-1087 c 0,-91 -91,-181 -182,-181 l -725,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path9337"
+     d="m 4904.4444,4201.5695 0,0 z" /><path
+     style="fill:#ffff00;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path9397"
+     d="m 17402.444,6374.5695 c -91,0 -181,90 -181,181 l 0,1087 c 0,91 90,182 181,182 l 725,0 c 91,0 182,-91 182,-182 l 0,-1087 c 0,-91 -91,-181 -182,-181 l -725,0 z m -181,0 0,0 z m 1088,1450 0,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path9399"
+     d="m 17402.444,6374.5695 c -91,0 -181,90 -181,181 l 0,1087 c 0,91 90,182 181,182 l 725,0 c 91,0 182,-91 182,-182 l 0,-1087 c 0,-91 -91,-181 -182,-181 l -725,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path9401"
+     d="m 17221.444,6374.5695 0,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path9403"
+     d="m 18309.444,7264.1575 0,0 z" /><path
+     style="fill:#ffff00;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path9427"
+     d="m 5091.4444,6374.5695 c -91,0 -181,90 -181,181 l 0,1087 c 0,91 90,182 181,182 l 725,0 c 91,0 182,-91 182,-182 l 0,-1087 c 0,-91 -91,-181 -182,-181 l -725,0 z m -181,0 0,0 z m 1088,1450 0,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path9429"
+     d="m 5091.4444,6374.5695 c -91,0 -181,90 -181,181 l 0,1087 c 0,91 90,182 181,182 l 725,0 c 91,0 182,-91 182,-182 l 0,-1087 c 0,-91 -91,-181 -182,-181 l -725,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path9431"
+     d="m 4910.4444,6374.5695 0,0 z" /><path
+     style="fill:#ff00ff;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path9457"
+     d="m 3375.4444,6374.5695 c -121,0 -241,120 -241,241 l 0,967 c 0,121 120,242 241,242 l 967,0 c 121,0 242,-121 242,-242 l 0,-967 c 0,-121 -121,-241 -242,-241 l -967,0 z m -241,0 0,0 z m 1450,1450 0,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path9459"
+     d="m 3375.4444,6374.5695 c -121,0 -241,120 -241,241 l 0,967 c 0,121 120,242 241,242 l 967,0 c 121,0 242,-121 242,-242 l 0,-967 c 0,-121 -121,-241 -242,-241 l -967,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path9461"
+     d="m 3134.4444,6374.5695 0,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path9463"
+     d="m 4584.4444,7264.1575 0,0 z" /><path
+     style="fill:#ff00ff;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path9487"
+     d="m 8085.4444,6374.5695 c -121,0 -241,120 -241,241 l 0,967 c 0,121 120,242 241,242 l 967,0 c 121,0 242,-121 242,-242 l 0,-967 c 0,-121 -121,-241 -242,-241 l -967,0 z m -241,0 0,0 z m 1450,1450 0,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path9489"
+     d="m 8085.4444,6374.5695 c -121,0 -241,120 -241,241 l 0,967 c 0,121 120,242 241,242 l 967,0 c 121,0 242,-121 242,-242 l 0,-967 c 0,-121 -121,-241 -242,-241 l -967,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path9491"
+     d="m 7844.4444,6374.5695 0,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path9493"
+     d="m 9294.4444,7264.1575 0,0 z" /><path
+     d="m 5273.4444,5213.5695 0,732"
+     id="path9526"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 5273.4444,4926.5695 -100,300 200,0 -100,-300 z"
+     id="path9528"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 5273.4444,6375.5695 150,-450 -300,0 150,450 z"
+     id="path9530"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 3824.4444,5213.5695 0,732"
+     id="path9535"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 3824.4444,4926.5695 -100,300 200,0 -100,-300 z"
+     id="path9537"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 3824.4444,6375.5695 150,-450 -300,0 150,450 z"
+     id="path9539"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 8534.4444,5213.5695 0,732"
+     id="path9544"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 8534.4444,4926.5695 -100,300 200,0 -100,-300 z"
+     id="path9546"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 8534.4444,6375.5695 150,-450 -300,0 150,450 z"
+     id="path9548"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 16141.444,5213.5695 0,732"
+     id="path9553"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 16141.444,4926.5695 -100,300 200,0 -100,-300 z"
+     id="path9555"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 16141.444,6375.5695 150,-450 -300,0 150,450 z"
+     id="path9557"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 17590.444,5213.5695 0,732"
+     id="path9562"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 17590.444,4926.5695 -100,300 200,0 -100,-300 z"
+     id="path9564"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 17590.444,6375.5695 150,-450 -300,0 150,450 z"
+     id="path9566"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 9983.4444,5213.5695 0,732"
+     id="path9571"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 9983.4444,4926.5695 -100,300 199.9996,0 -99.9996,-300 z"
+     id="path9573"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 9983.4444,6375.5695 149.9996,-450 -299.9996,0 150,450 z"
+     id="path9575"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 6360.4444,11009.569 0,370"
+     id="path9580"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 6360.4444,10722.569 -100,300 200,0 -100,-300 z"
+     id="path9582"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 6360.4444,11809.569 150,-450 -300,0 150,450 z"
+     id="path9584"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 3824.4444,8549.5695 12316.9996,0"
+     id="path9589"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#000000;stroke-width:102" /><path
+     d="m 3920.4444,12277.569 -1146,459"
+     id="path9594"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 4187.4444,12171.569 -316,19 74,185 242,-204 z"
+     id="path9596"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 2375.4444,12896.569 474,-28 -112,-279 -362,307 z"
+     id="path9598"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 3824.4444,8549.5695 0,-725"
+     id="path9603"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#000000;stroke-width:102" /><path
+     d="m 16141.444,8549.5695 0,-725"
+     id="path9608"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#000000;stroke-width:102" /><path
+     d="m 8534.4444,8549.5695 0,-725"
+     id="path9613"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#000000;stroke-width:102" /><path
+     d="m 14330.444,11009.569 0,370"
+     id="path9618"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 14330.444,10722.569 -100,300 200,0 -100,-300 z"
+     id="path9620"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 14330.444,11809.569 150,-450 -300,0 150,450 z"
+     id="path9622"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 14330.444,8549.5695 0,724"
+     id="path9627"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#000000;stroke-width:102" /><path
+     d="m 5273.4444,8911.5695 12316.9996,0"
+     id="path9632"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#0000ff;stroke-width:102" /><path
+     d="m 17590.444,8911.5695 0,-1087"
+     id="path9637"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#0000ff;stroke-width:102" /><path
+     d="m 5273.4444,8911.5695 0,-1087"
+     id="path9642"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#0000ff;stroke-width:102" /><path
+     d="m 9983.4444,8911.5695 0,-1087"
+     id="path9647"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#0000ff;stroke-width:102" /><path
+     d="m 10707.444,8911.5695 0,362"
+     id="path9652"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#0000ff;stroke-width:102" /><path
+     d="m 7085.4444,9998.5695 1449,0"
+     id="path9657"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#0000ff;stroke-width:102" /><text
+     class="TextShape"
+     id="text9662"
+     style="font-size:395.1111145px"
+     x="29.586962"
+     y="-2640.3591"><tspan
+       class="TextParagraph"
+       font-size="917px"
+       font-weight="400"
+       id="tspan9664"
+       style="font-size:395.1111145px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="17590.588"
+         y="10932.641"
+         id="tspan9666"
+         style="font-size:395.1111145px"><tspan
+           id="tspan9668"
+           style="font-size:395.1111145px;fill:#000000;stroke:none">VMM</tspan></tspan></tspan></text>
+<path
+     d="m 564.44444,5651.5695 19923.99956,0"
+     id="path9893"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><text
+     xml:space="preserve"
+     style="font-size:395.1111145px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
+     x="3357.2285"
+     y="4078.6758"
+     id="text12968"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan12970"
+       x="3357.2285"
+       y="4078.6758">Vdisk</tspan><tspan
+       sodipodi:role="line"
+       x="3357.2285"
+       y="4572.5645"
+       id="tspan12972">(FE)</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:395.1111145px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
+     x="8043.0547"
+     y="4078.6758"
+     id="text12968-8"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan12970-9"
+       x="8043.0547"
+       y="4078.6758">Vdisk</tspan><tspan
+       sodipodi:role="line"
+       x="8043.0547"
+       y="4572.5645"
+       id="tspan12972-9">(FE)</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:395.1111145px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
+     x="15625.536"
+     y="4078.6758"
+     id="text12968-7"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan12970-5"
+       x="15625.536"
+       y="4078.6758">Vdisk</tspan><tspan
+       sodipodi:role="line"
+       x="15625.536"
+       y="4572.5645"
+       id="tspan12972-5">(FE)</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:395.1111145px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
+     x="3332.2236"
+     y="7141.2637"
+     id="text12968-1-6"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan12970-8-2"
+       x="3332.2236"
+       y="7141.2637">Vdisk</tspan><tspan
+       sodipodi:role="line"
+       x="3332.2236"
+       y="7635.1523"
+       id="tspan12972-0-8">(BE)</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:395.1111145px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
+     x="8091.2529"
+     y="7141.2637"
+     id="text12968-1-62"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan12970-8-25"
+       x="8091.2529"
+       y="7141.2637">Vdisk</tspan><tspan
+       sodipodi:role="line"
+       x="8091.2529"
+       y="7635.1523"
+       id="tspan12972-0-7">(BE)</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:395.1111145px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
+     x="15598.267"
+     y="7141.2637"
+     id="text12968-1-0"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan12970-8-8"
+       x="15598.267"
+       y="7141.2637">Vdisk</tspan><tspan
+       sodipodi:role="line"
+       x="15598.267"
+       y="7635.1523"
+       id="tspan12972-0-5">(BE)</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:395.1111145px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
+     x="5054.9194"
+     y="7141.2637"
+     id="text12968-1-4"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       x="5054.9194"
+       y="7141.2637"
+       id="tspan12972-0-6">Veth</tspan><tspan
+       sodipodi:role="line"
+       x="5054.9194"
+       y="7635.1523"
+       id="tspan13068-7">(BE)</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:395.1111145px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
+     x="9744.8223"
+     y="7141.2637"
+     id="text12968-1-7"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       x="9744.8223"
+       y="7141.2637"
+       id="tspan12972-0-0">Veth</tspan><tspan
+       sodipodi:role="line"
+       x="9744.8223"
+       y="7635.1523"
+       id="tspan13068-5">(BE)</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:395.1111145px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
+     x="17390.09"
+     y="7141.2637"
+     id="text12968-1-06"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       x="17390.09"
+       y="7141.2637"
+       id="tspan12972-0-05">Veth</tspan><tspan
+       sodipodi:role="line"
+       x="17390.09"
+       y="7635.1523"
+       id="tspan13068-4">(BE)</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:395.1111145px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
+     x="5021.3081"
+     y="4078.6758"
+     id="text12968-1-9"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       x="5021.3081"
+       y="4078.6758"
+       id="tspan12972-0-65">Veth</tspan><tspan
+       sodipodi:role="line"
+       x="5021.3081"
+       y="4572.5645"
+       id="tspan13068-8">(FE)</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:395.1111145px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
+     x="9793.0205"
+     y="4078.6758"
+     id="text12968-1-03"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       x="9793.0205"
+       y="4078.6758"
+       id="tspan12972-0-1">Veth</tspan><tspan
+       sodipodi:role="line"
+       x="9793.0205"
+       y="4572.5645"
+       id="tspan13068-9">(FE)</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:395.1111145px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
+     x="17367.254"
+     y="4078.6758"
+     id="text12968-1-5"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       x="17367.254"
+       y="4078.6758"
+       id="tspan12972-0-14">Veth</tspan><tspan
+       sodipodi:role="line"
+       x="17367.254"
+       y="4572.5645"
+       id="tspan13068-97">(FE)</tspan></text>
+<path
+     style="fill:none;stroke:#0000ff;stroke-width:56.44444275;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:56.44444456, 112.88888885;stroke-dashoffset:0"
+     d="m 5659.3705,2131.7215 0,6090.2119 4771.7125,0 0,-6111.1403"
+     id="path13694"
+     inkscape:connector-curvature="0" /><path
+     style="fill:none;stroke:#0000ff;stroke-width:56.44444275;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:56.44444456, 112.88888885;stroke-dashoffset:0"
+     d="m 18070.008,2048.0074 0,6173.926 -5880.926,0 0,2197.4986 -5399.5693,0 0,1360.357"
+     id="path13696"
+     inkscape:connector-curvature="0" /><text
+     xml:space="preserve"
+     style="font-size:395.1111145px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
+     x="5565.2393"
+     y="9940.7529"
+     id="text12968-4"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       x="5565.2393"
+       y="9940.7529"
+       id="tspan12972-1">NIC</tspan><tspan
+       sodipodi:role="line"
+       x="5565.2393"
+       y="10434.642"
+       id="tspan13724">driver</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:395.1111145px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
+     x="9336.6123"
+     y="10127.956"
+     id="text12968-4-1"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       x="9336.6123"
+       y="10127.956"
+       id="tspan13724-2">Net Bridging</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:395.1111145px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
+     x="13919.968"
+     y="9876.8154"
+     id="text12968-4-8"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       x="13919.968"
+       y="9876.8154"
+       id="tspan12972-1-2">Disk</tspan><tspan
+       sodipodi:role="line"
+       x="13919.968"
+       y="10370.704"
+       id="tspan13724-3">driver</tspan></text>
+</svg>
\ No newline at end of file
diff --git a/virtual-servers.svg b/virtual-servers.svg
new file mode 100644 (file)
index 0000000..83554f2
--- /dev/null
@@ -0,0 +1,1491 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:ooo="http://xml.openoffice.org/svg/export"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.2"
+   width="796.56696"
+   height="453.1496"
+   viewBox="0 0 22480.89 12788.889"
+   preserveAspectRatio="xMidYMid"
+   clip-path="url(#presentation_clip_path)"
+   xml:space="preserve"
+   id="svg5760"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="virtual-servers.svg"
+   style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"><metadata
+     id="metadata6877"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1918"
+     inkscape:window-height="1059"
+     id="namedview6875"
+     showgrid="false"
+     inkscape:zoom="1.3485026"
+     inkscape:cx="297.93333"
+     inkscape:cy="155.67476"
+     inkscape:window-x="0"
+     inkscape:window-y="19"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="svg5760"
+     fit-margin-top="20"
+     fit-margin-left="20"
+     fit-margin-right="20"
+     fit-margin-bottom="20" /><defs
+     class="ClipPathGroup"
+     id="defs5762"><linearGradient
+       id="linearGradient10960"><stop
+         style="stop-color:#cecece;stop-opacity:1;"
+         offset="0"
+         id="stop10962" /><stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="1"
+         id="stop10964" /></linearGradient><linearGradient
+       id="linearGradient10912"><stop
+         style="stop-color:#00ffd2;stop-opacity:0.31874999;"
+         offset="0"
+         id="stop10914" /><stop
+         style="stop-color:#bfe8ff;stop-opacity:0.1375;"
+         offset="1"
+         id="stop10916" /></linearGradient><clipPath
+       id="presentation_clip_path"
+       clipPathUnits="userSpaceOnUse"><rect
+         x="0"
+         y="0"
+         width="21590"
+         height="27940"
+         id="rect5765" /></clipPath><linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10912"
+       id="linearGradient10918"
+       x1="24329.109"
+       y1="6541.0381"
+       x2="24417.902"
+       y2="17492.098"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(545.44444,-2034.5556)" /><linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10960"
+       id="linearGradient10966"
+       x1="-711.57129"
+       y1="8582.248"
+       x2="-732.49988"
+       y2="5945.2485"
+       gradientUnits="userSpaceOnUse" /><linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10960"
+       id="linearGradient10968"
+       x1="-711.57129"
+       y1="8582.248"
+       x2="-732.49988"
+       y2="5945.2485"
+       gradientUnits="userSpaceOnUse" /><linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10960"
+       id="linearGradient10970"
+       x1="-711.57129"
+       y1="8582.248"
+       x2="-732.49988"
+       y2="5945.2485"
+       gradientUnits="userSpaceOnUse" /><linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10960"
+       id="linearGradient10972"
+       x1="-711.57129"
+       y1="8582.248"
+       x2="-732.49988"
+       y2="5945.2485"
+       gradientUnits="userSpaceOnUse" /></defs><defs
+     class="TextShapeIndex"
+     id="defs5767"><g
+       ooo:slide="id1"
+       ooo:id-list="id3 id4 id5 id6 id7 id8 id9 id10 id11 id12 id13 id14 id15 id16 id17 id18 id19 id20 id21 id22 id23 id24 id25 id26 id27 id28 id29 id30 id31 id32 id33 id34 id35 id36 id37 id38 id39 id40 id41 id42 id43 id44 id45 id46 id47 id48 id49 id50 id51 id52 id53 id54 id55 id56 id57 id58 id59 id60 id61 id62 id63 id64 id65"
+       id="g5769" /></defs><defs
+     class="EmbeddedBulletChars"
+     id="defs5771"><g
+       id="bullet-char-template(57356)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 580,1141 1163,571 580,0 -4,571 580,1141 z"
+         id="path5774"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(57354)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 8,1128 1129,0 L 1137,0 8,0 8,1128 z"
+         id="path5777"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10146)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 174,0 602,739 174,1481 1456,739 174,0 z m 1184,739 -1049,607 350,-607 699,0 z"
+         id="path5780"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10132)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 2015,739 1276,0 717,0 l 543,543 -1086,0 0,393 1086,0 -543,545 557,0 741,-742 z"
+         id="path5783"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10007)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z"
+         id="path5786"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10004)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 l 0,-122 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 z"
+         id="path5789"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(9679)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 z"
+         id="path5792"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(8226)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z"
+         id="path5795"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(8211)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m -4,459 1139,0 0,147 -1139,0 0,-147 z"
+         id="path5798"
+         inkscape:connector-curvature="0" /></g></defs><defs
+     class="TextEmbeddedBitmaps"
+     id="defs5800" /><g
+     id="g5802"
+     transform="translate(545.44444,-2034.5556)"><g
+       id="id2"
+       class="Master_Slide"><g
+         id="bg-id2"
+         class="Background" /><g
+         id="bo-id2"
+         class="BackgroundObjects" /></g></g><path
+     d="m 1795.4444,5089.4444 c -590,0 -1179.99996,590 -1179.99996,1180 l 0,4722.9996 c 0,590 589.99996,1181 1179.99996,1181 l 18889.9996,0 c 590,0 1180,-591 1180,-1181 l 0,-4722.9996 c 0,-590 -590,-1180 -1180,-1180 l -18889.9996,0 z"
+     id="path5871"
+     inkscape:connector-curvature="0"
+     style="fill:url(#linearGradient10918);fill-opacity:1;stroke:#0000ff;stroke-width:102" /><path
+     d="m 3597.4444,9190.4444 -1864,0 0,-3729 3728,0 0,3729 -1864,0 z"
+     id="path5894"
+     inkscape:connector-curvature="0"
+     style="fill:url(#linearGradient10972);stroke:#3465af;stroke-width:28.22200012000000058;fill-opacity:1" /><path
+     d="m 19069.444,9190.4444 -1678,0 0,-3729 3356,0 0,3729 -1678,0 z"
+     id="path5917"
+     inkscape:connector-curvature="0"
+     style="fill:url(#linearGradient10966);stroke:#3465af;stroke-width:28.22200012000000058;fill-opacity:1" /><path
+     d="m 12358.444,9190.4444 -1678,0 0,-3729 3355,0 0,3729 -1677,0 z"
+     id="path5940"
+     inkscape:connector-curvature="0"
+     style="fill:url(#linearGradient10968);stroke:#3465af;stroke-width:28.22200012000000058;fill-opacity:1" /><path
+     d="m 7884.4444,9190.4444 -1678,0 0,-3729 3355,0 0,3729 -1677,0 z"
+     id="path5963"
+     inkscape:connector-curvature="0"
+     style="fill:url(#linearGradient10970);stroke:#3465af;stroke-width:28.22200012000000058;fill-opacity:1" /><path
+     d="m 5399.4444,9936.4444 c -155,0 -310,154.9996 -310,309.9996 l 0,1244 c 0,155 155,311 310,311 l 11681.9996,0 c 155,0 311,-156 311,-311 l 0,-1244 c 0,-155 -156,-309.9996 -311,-309.9996 l -11681.9996,0 z m -310,0 0,0 z m 12302.9996,1864.9996 0,0 z"
+     id="path5968"
+     inkscape:connector-curvature="0"
+     style="fill:#c0c0c0;stroke:none" /><path
+     d="m 5399.4444,9936.4444 c -155,0 -310,154.9996 -310,309.9996 l 0,1244 c 0,155 155,311 310,311 l 11681.9996,0 c 155,0 311,-156 311,-311 l 0,-1244 c 0,-155 -156,-309.9996 -311,-309.9996 l -11681.9996,0 z"
+     id="path5970"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 5089.4444,9936.4444 0,0 z"
+     id="path5972"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 17392.444,11801.444 0,0 z"
+     id="path5974"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><text
+     class="TextShape"
+     id="text5976"
+     x="545.44446"
+     y="-2034.5555"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan5978"
+       style="font-size:635px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="9481.4443"
+         y="11089.444"
+         id="tspan5980"><tspan
+           id="tspan5982"
+           style="fill:#000000;stroke:none">Kernel Code</tspan></tspan></tspan></text>
+<path
+     d="m 14782.444,8818.4444 203,0"
+     id="path5987"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:203" /><path
+     d="m 15442.444,8818.4444 203,0"
+     id="path5989"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:203" /><path
+     d="m 16102.444,8818.4444 203,0"
+     id="path5991"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:203" /><path
+     d="m 11425.444,1361.4444 c 422,0 746,323 746,745 0,422 -324,746 -746,746 -422,0 -745,-324 -745,-746 0,-422 323,-745 745,-745 z m -745,0 0,0 z m 1492,1492 0,0 z"
+     id="path5996"
+     inkscape:connector-curvature="0"
+     style="fill:#ffff00;stroke:none" /><path
+     d="m 11425.444,1361.4444 c 422,0 746,323 746,745 0,422 -324,746 -746,746 -422,0 -745,-324 -745,-746 0,-422 323,-745 745,-745 z"
+     id="path5998"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:51" /><path
+     d="m 13289.444,2852.4444 c 422,0 746,323 746,745 0,422 -324,746 -746,746 -422,0 -745,-324 -745,-746 0,-422 323,-745 745,-745 z m -745,0 0,0 z m 1492,1492 0,0 z"
+     id="path6003"
+     inkscape:connector-curvature="0"
+     style="fill:#ffff00;stroke:none" /><path
+     d="m 13289.444,2852.4444 c 422,0 746,323 746,745 0,422 -324,746 -746,746 -422,0 -745,-324 -745,-746 0,-422 323,-745 745,-745 z"
+     id="path6005"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:51" /><path
+     d="m 18881.444,2106.4444 c 422,0 746,323 746,745 0,422 -324,746 -746,746 -422,0 -745,-324 -745,-746 0,-422 323,-745 745,-745 z m -745,0 0,0 z m 1492,1492 0,0 z"
+     id="path6010"
+     inkscape:connector-curvature="0"
+     style="fill:#ff00ff;stroke:none" /><path
+     d="m 18881.444,2106.4444 c 422,0 746,323 746,745 0,422 -324,746 -746,746 -422,0 -745,-324 -745,-746 0,-422 323,-745 745,-745 z"
+     id="path6012"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:51" /><text
+     class="TextShape"
+     id="text6017"
+     x="545.44446"
+     y="-2034.5555"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan6019"
+       style="font-size:635px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="18561.445"
+         y="3107.4443"
+         id="tspan6021"><tspan
+           id="tspan6023"
+           style="fill:#000000;stroke:none">P7</tspan></tspan></tspan></text>
+<text
+     class="TextShape"
+     id="text6043"
+     x="315.23026"
+     y="-2264.7698"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan6045"
+       style="font-size:635px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="12929.23"
+         y="3839.23"
+         id="tspan6047"><tspan
+           id="tspan6049"
+           style="fill:#000000;stroke:none">P6</tspan></tspan></tspan></text>
+<path
+     d="m 7884.4444,9562.4444 -201,0"
+     id="path6054"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 7482.4444,9562.4444 -201,0"
+     id="path6056"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 7080.4444,9562.4444 -201,0"
+     id="path6058"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 6678.4444,9562.4444 -201,0"
+     id="path6060"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 6276.4444,9562.4444 -201,0"
+     id="path6062"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 5874.4444,9562.4444 -41,0 0,-160"
+     id="path6064"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 5833.4444,9201.4444 0,-201"
+     id="path6066"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 5833.4444,8799.4444 0,-201"
+     id="path6068"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 5833.4444,8397.4444 0,-200"
+     id="path6070"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 5833.4444,7996.4444 0,-201"
+     id="path6072"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 5833.4444,7594.4444 0,-201"
+     id="path6074"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 5833.4444,7192.4444 0,-201"
+     id="path6076"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 5833.4444,6790.4444 0,-201"
+     id="path6078"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 5833.4444,6388.4444 0,-201"
+     id="path6080"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 5833.4444,5986.4444 0,-201"
+     id="path6082"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 5833.4444,5584.4444 0,-201"
+     id="path6084"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 5833.4444,5182.4444 0,-201"
+     id="path6086"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 5833.4444,4781.4444 0,-201"
+     id="path6088"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 5833.4444,4379.4444 0,-201"
+     id="path6090"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 5833.4444,3977.4444 0,-201"
+     id="path6092"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 5833.4444,3575.4444 0,-201"
+     id="path6094"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 5833.4444,3173.4444 0,-201"
+     id="path6096"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 5833.4444,2771.4444 0,-201"
+     id="path6098"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 5833.4444,2369.4444 0,-201"
+     id="path6100"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 5833.4444,1967.4444 0,-201"
+     id="path6102"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 5833.4444,1566.4444 0,-201"
+     id="path6104"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 5833.4444,1164.4444 0,-200.99996"
+     id="path6106"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 5833.4444,762.44444 0,-147 54,0"
+     id="path6108"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 6088.4444,615.44444 201,0"
+     id="path6110"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 6490.4444,615.44444 201,0"
+     id="path6112"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 6892.4444,615.44444 201,0"
+     id="path6114"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 7294.4444,615.44444 201,0"
+     id="path6116"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 7696.4444,615.44444 201,0"
+     id="path6118"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 8098.4444,615.44444 200,0"
+     id="path6120"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 8499.4444,615.44444 201,0"
+     id="path6122"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 8901.4444,615.44444 201,0"
+     id="path6124"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 9303.4444,615.44444 201,0"
+     id="path6126"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 9705.4444,615.44444 201,0"
+     id="path6128"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 9934.4444,788.44444 0,201"
+     id="path6130"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 9934.4444,1190.4444 0,201"
+     id="path6132"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 9934.4444,1592.4444 0,201"
+     id="path6134"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 9934.4444,1994.4444 0,201"
+     id="path6136"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 9934.4444,2395.4444 0,201"
+     id="path6138"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 9934.4444,2797.4444 0,201"
+     id="path6140"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 9934.4444,3199.4444 0,201"
+     id="path6142"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 9934.4444,3601.4444 0,201"
+     id="path6144"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 9934.4444,4003.4444 0,201"
+     id="path6146"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 9934.4444,4405.4444 0,201"
+     id="path6148"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 9934.4444,4807.4444 0,201"
+     id="path6150"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 9934.4444,5209.4444 0,201"
+     id="path6152"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 9934.4444,5610.4444 0,201"
+     id="path6154"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 9934.4444,6012.4444 0,201"
+     id="path6156"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 9934.4444,6414.4444 0,201"
+     id="path6158"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 9934.4444,6816.4444 0,201"
+     id="path6160"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 9934.4444,7218.4444 0,201"
+     id="path6162"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 9934.4444,7620.4444 0,201"
+     id="path6164"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 9934.4444,8022.4444 0,201"
+     id="path6166"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 9934.4444,8424.4444 0,201"
+     id="path6168"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 9934.4444,8826.4444 0,200"
+     id="path6170"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 9934.4444,9227.4444 0,201"
+     id="path6172"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 9867.4444,9562.4444 -201,0"
+     id="path6174"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 9465.4444,9562.4444 -201,0"
+     id="path6176"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 9063.4444,9562.4444 -201,0"
+     id="path6178"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 8661.4444,9562.4444 -201,0"
+     id="path6180"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 8259.4444,9562.4444 -201,0"
+     id="path6182"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 12358.444,9562.4444 -201,0"
+     id="path6187"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 11956.444,9562.4444 -201,0"
+     id="path6189"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 11554.444,9562.4444 -201,0"
+     id="path6191"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 11152.444,9562.4444 -201,0"
+     id="path6193"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 10750.444,9562.4444 -201,0"
+     id="path6195"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 10348.444,9562.4444 -41,0 0,-160"
+     id="path6197"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 10307.444,9201.4444 0,-201"
+     id="path6199"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 10307.444,8799.4444 0,-201"
+     id="path6201"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 10307.444,8397.4444 0,-200"
+     id="path6203"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 10307.444,7996.4444 0,-201"
+     id="path6205"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 10307.444,7594.4444 0,-201"
+     id="path6207"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 10307.444,7192.4444 0,-201"
+     id="path6209"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 10307.444,6790.4444 0,-201"
+     id="path6211"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 10307.444,6388.4444 0,-201"
+     id="path6213"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 10307.444,5986.4444 0,-201"
+     id="path6215"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 10307.444,5584.4444 0,-201"
+     id="path6217"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 10307.444,5182.4444 0,-201"
+     id="path6219"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 10307.444,4781.4444 0,-201"
+     id="path6221"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 10307.444,4379.4444 0,-201"
+     id="path6223"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 10307.444,3977.4444 0,-201"
+     id="path6225"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 10307.444,3575.4444 0,-201"
+     id="path6227"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 10307.444,3173.4444 0,-201"
+     id="path6229"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 10307.444,2771.4444 0,-201"
+     id="path6231"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 10307.444,2369.4444 0,-201"
+     id="path6233"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 10307.444,1967.4444 0,-201"
+     id="path6235"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 10307.444,1566.4444 0,-201"
+     id="path6237"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 10307.444,1164.4444 0,-200.99996"
+     id="path6239"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 10307.444,762.44444 0,-147 54,0"
+     id="path6241"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 10562.444,615.44444 201,0"
+     id="path6243"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 10964.444,615.44444 201,0"
+     id="path6245"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 11366.444,615.44444 201,0"
+     id="path6247"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 11768.444,615.44444 201,0"
+     id="path6249"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 12170.444,615.44444 201,0"
+     id="path6251"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 12572.444,615.44444 200,0"
+     id="path6253"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 12973.444,615.44444 201,0"
+     id="path6255"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 13375.444,615.44444 201,0"
+     id="path6257"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 13777.444,615.44444 201,0"
+     id="path6259"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 14179.444,615.44444 201,0"
+     id="path6261"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 14408.444,788.44444 0,201"
+     id="path6263"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 14408.444,1190.4444 0,201"
+     id="path6265"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 14408.444,1592.4444 0,201"
+     id="path6267"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 14408.444,1994.4444 0,201"
+     id="path6269"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 14408.444,2395.4444 0,201"
+     id="path6271"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 14408.444,2797.4444 0,201"
+     id="path6273"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 14408.444,3199.4444 0,201"
+     id="path6275"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 14408.444,3601.4444 0,201"
+     id="path6277"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 14408.444,4003.4444 0,201"
+     id="path6279"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 14408.444,4405.4444 0,201"
+     id="path6281"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 14408.444,4807.4444 0,201"
+     id="path6283"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 14408.444,5209.4444 0,201"
+     id="path6285"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 14408.444,5610.4444 0,201"
+     id="path6287"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 14408.444,6012.4444 0,201"
+     id="path6289"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 14408.444,6414.4444 0,201"
+     id="path6291"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 14408.444,6816.4444 0,201"
+     id="path6293"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 14408.444,7218.4444 0,201"
+     id="path6295"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 14408.444,7620.4444 0,201"
+     id="path6297"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 14408.444,8022.4444 0,201"
+     id="path6299"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 14408.444,8424.4444 0,201"
+     id="path6301"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 14408.444,8826.4444 0,200"
+     id="path6303"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 14408.444,9227.4444 0,201"
+     id="path6305"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 14341.444,9562.4444 -201,0"
+     id="path6307"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 13939.444,9562.4444 -201,0"
+     id="path6309"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 13537.444,9562.4444 -201,0"
+     id="path6311"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 13135.444,9562.4444 -201,0"
+     id="path6313"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 12733.444,9562.4444 -201,0"
+     id="path6315"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 19068.444,9562.4444 -201,0"
+     id="path6320"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 18666.444,9562.4444 -201,0"
+     id="path6322"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 18264.444,9562.4444 -201,0"
+     id="path6324"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 17862.444,9562.4444 -201,0"
+     id="path6326"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 17460.444,9562.4444 -201,0"
+     id="path6328"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 17058.444,9562.4444 -41,0 0,-160"
+     id="path6330"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 17017.444,9201.4444 0,-201"
+     id="path6332"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 17017.444,8799.4444 0,-201"
+     id="path6334"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 17017.444,8397.4444 0,-200"
+     id="path6336"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 17017.444,7996.4444 0,-201"
+     id="path6338"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 17017.444,7594.4444 0,-201"
+     id="path6340"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 17017.444,7192.4444 0,-201"
+     id="path6342"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 17017.444,6790.4444 0,-201"
+     id="path6344"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 17017.444,6388.4444 0,-201"
+     id="path6346"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 17017.444,5986.4444 0,-201"
+     id="path6348"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 17017.444,5584.4444 0,-201"
+     id="path6350"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 17017.444,5182.4444 0,-201"
+     id="path6352"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 17017.444,4781.4444 0,-201"
+     id="path6354"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 17017.444,4379.4444 0,-201"
+     id="path6356"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 17017.444,3977.4444 0,-201"
+     id="path6358"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 17017.444,3575.4444 0,-201"
+     id="path6360"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 17017.444,3173.4444 0,-201"
+     id="path6362"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 17017.444,2771.4444 0,-201"
+     id="path6364"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 17017.444,2369.4444 0,-201"
+     id="path6366"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 17017.444,1967.4444 0,-201"
+     id="path6368"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 17017.444,1566.4444 0,-201"
+     id="path6370"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 17017.444,1164.4444 0,-200.99996"
+     id="path6372"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 17017.444,762.44444 0,-147 54,0"
+     id="path6374"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 17272.444,615.44444 201,0"
+     id="path6376"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 17674.444,615.44444 201,0"
+     id="path6378"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 18076.444,615.44444 201,0"
+     id="path6380"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 18478.444,615.44444 201,0"
+     id="path6382"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 18880.444,615.44444 201,0"
+     id="path6384"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 19282.444,615.44444 200,0"
+     id="path6386"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 19683.444,615.44444 201,0"
+     id="path6388"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 20085.444,615.44444 201,0"
+     id="path6390"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 20487.444,615.44444 201,0"
+     id="path6392"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 20889.444,615.44444 201,0"
+     id="path6394"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 21118.444,788.44444 0,201"
+     id="path6396"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 21118.444,1190.4444 0,201"
+     id="path6398"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 21118.444,1592.4444 0,201"
+     id="path6400"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 21118.444,1994.4444 0,201"
+     id="path6402"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 21118.444,2395.4444 0,201"
+     id="path6404"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 21118.444,2797.4444 0,201"
+     id="path6406"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 21118.444,3199.4444 0,201"
+     id="path6408"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 21118.444,3601.4444 0,201"
+     id="path6410"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 21118.444,4003.4444 0,201"
+     id="path6412"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 21118.444,4405.4444 0,201"
+     id="path6414"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 21118.444,4807.4444 0,201"
+     id="path6416"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 21118.444,5209.4444 0,201"
+     id="path6418"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 21118.444,5610.4444 0,201"
+     id="path6420"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 21118.444,6012.4444 0,201"
+     id="path6422"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 21118.444,6414.4444 0,201"
+     id="path6424"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 21118.444,6816.4444 0,201"
+     id="path6426"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 21118.444,7218.4444 0,201"
+     id="path6428"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 21118.444,7620.4444 0,201"
+     id="path6430"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 21118.444,8022.4444 0,201"
+     id="path6432"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 21118.444,8424.4444 0,201"
+     id="path6434"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 21118.444,8826.4444 0,200"
+     id="path6436"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 21118.444,9227.4444 0,201"
+     id="path6438"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 21051.444,9562.4444 -201,0"
+     id="path6440"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 20649.444,9562.4444 -201,0"
+     id="path6442"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 20247.444,9562.4444 -201,0"
+     id="path6444"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 19845.444,9562.4444 -201,0"
+     id="path6446"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 19443.444,9562.4444 -201,0"
+     id="path6448"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 7885.4444,7698.4444 -1305,0 0,-745 2610,0 0,745 -1305,0 z"
+     id="path6453"
+     inkscape:connector-curvature="0"
+     style="fill:#23ff23;stroke:none" /><path
+     d="m 7885.4444,7698.4444 -1305,0 0,-745 2610,0 0,745 -1305,0 z"
+     id="path6455"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 7698.4444,6581.4444 -1119,0 0,-746 2237,0 0,746 -1118,0 z"
+     id="path6460"
+     inkscape:connector-curvature="0"
+     style="fill:#00ffff;stroke:none" /><path
+     d="m 7698.4444,6581.4444 -1119,0 0,-746 2237,0 0,746 -1118,0 z"
+     id="path6462"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 7885.4444,8818.4444 -1305,0 0,-746 2610,0 0,746 -1305,0 z"
+     id="path6508"
+     inkscape:connector-curvature="0"
+     style="fill:#e6e64c;stroke:none" /><path
+     d="m 7885.4444,8818.4444 -1305,0 0,-746 2610,0 0,746 -1305,0 z"
+     id="path6510"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><text
+     class="TextShape"
+     id="text6534"
+     x="357.08737"
+     y="-2285.6982"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan6536"
+       style="font-size:451.55554199px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="6642.0874"
+         y="7520.3018"
+         id="tspan6538"
+         style="font-size:451.55554199px;fill:#000000;stroke:none">10.16.0.0/16</tspan></tspan></text>
+<path
+     d="m 7326.4444,5835.4444 0,746"
+     id="path6545"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 8071.4444,5835.4444 0,746"
+     id="path6550"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 12358.444,8818.4444 -1305,0 0,-746 2609,0 0,746 -1304,0 z"
+     id="path6555"
+     inkscape:connector-curvature="0"
+     style="fill:#e6e64c;stroke:none" /><path
+     d="m 12358.444,8818.4444 -1305,0 0,-746 2609,0 0,746 -1304,0 z"
+     id="path6557"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 12358.444,7698.4444 -1305,0 0,-745 2609,0 0,745 -1304,0 z"
+     id="path6562"
+     inkscape:connector-curvature="0"
+     style="fill:#23ff23;stroke:none" /><path
+     d="m 12358.444,7698.4444 -1305,0 0,-745 2609,0 0,745 -1304,0 z"
+     id="path6564"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 11799.444,6581.4444 -746,0 0,-746 1491,0 0,746 -745,0 z"
+     id="path6569"
+     inkscape:connector-curvature="0"
+     style="fill:#ffff00;stroke:none" /><path
+     d="m 11799.444,6581.4444 -746,0 0,-746 1491,0 0,746 -745,0 z"
+     id="path6571"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><text
+     class="TextShape"
+     id="text6602"
+     style="font-size:451.55554199px"
+     x="378.01596"
+     y="-2306.627"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan6604"
+       style="font-size:451.55554199px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="11206.016"
+         y="8618.373"
+         id="tspan6606"
+         style="font-size:451.55554199px"><tspan
+           id="tspan6608"
+           style="font-size:451.55554199px;fill:#000000;stroke:none">/roots/vm2</tspan></tspan></tspan></text>
+<text
+     class="TextShape"
+     id="text6613"
+     style="font-size:451.55554199px"
+     x="336.15881"
+     y="-2264.7698"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan6615"
+       style="font-size:451.55554199px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="11095.159"
+         y="7541.2305"
+         id="tspan6617"
+         style="font-size:451.55554199px"><tspan
+           id="tspan6619"
+           style="font-size:451.55554199px;fill:#000000;stroke:none">10.17.0.0/16</tspan></tspan></tspan></text>
+<path
+     d="m 11799.444,5835.4444 0,746"
+     id="path6624"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 19069.444,8818.4444 -1305,0 0,-746 2610,0 0,746 -1305,0 z"
+     id="path6629"
+     inkscape:connector-curvature="0"
+     style="fill:#e6e64c;stroke:none" /><path
+     d="m 19069.444,8818.4444 -1305,0 0,-746 2610,0 0,746 -1305,0 z"
+     id="path6631"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 19069.444,7698.4444 -1305,0 0,-745 2610,0 0,745 -1305,0 z"
+     id="path6636"
+     inkscape:connector-curvature="0"
+     style="fill:#23ff23;stroke:none" /><path
+     d="m 19069.444,7698.4444 -1305,0 0,-745 2610,0 0,745 -1305,0 z"
+     id="path6638"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 18509.444,6581.4444 -746,0 0,-746 1491,0 0,746 -745,0 z"
+     id="path6643"
+     inkscape:connector-curvature="0"
+     style="fill:#ff00ff;stroke:none" /><path
+     d="m 18509.444,6581.4444 -746,0 0,-746 1491,0 0,746 -745,0 z"
+     id="path6645"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><text
+     class="TextShape"
+     id="text6665"
+     style="font-size:451.55554199px"
+     x="378.01596"
+     y="-2285.6982"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan6667"
+       style="font-size:451.55554199px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="17847.018"
+         y="8639.3018"
+         id="tspan6669"
+         style="font-size:451.55554199px"><tspan
+           id="tspan6671"
+           style="font-size:451.55554199px;fill:#000000;stroke:none">/roots/vm3</tspan></tspan></tspan></text>
+<text
+     class="TextShape"
+     id="text6676"
+     style="font-size:451.55554199px"
+     x="336.15881"
+     y="-2264.7698"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan6678"
+       style="font-size:451.55554199px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="17805.16"
+         y="7541.2305"
+         id="tspan6680"
+         style="font-size:451.55554199px"><tspan
+           id="tspan6682"
+           style="font-size:451.55554199px;fill:#000000;stroke:none">10.18.0.0/16</tspan></tspan></tspan></text>
+<path
+     style="fill:#00ffff;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path6689"
+     d="m 7697.4444,988.44444 c 422,0 746,322.99996 746,744.99996 0,422 -324,746 -746,746 -422,0 -745,-324 -745,-746 0,-422 323,-744.99996 745,-744.99996 z m -745,0 0,0 z m 1492,1491.99996 0,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:51"
+     inkscape:connector-curvature="0"
+     id="path6691"
+     d="m 7697.4444,988.44444 c 422,0 746,322.99996 746,744.99996 0,422 -324,746 -746,746 -422,0 -745,-324 -745,-746 0,-422 323,-744.99996 745,-744.99996 z" /><path
+     style="fill:#00ffff;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path6696"
+     d="m 8815.4444,2852.4444 c 422,0 746,323 746,745 0,422 -324,746 -746,746 -422,0 -745,-324 -745,-746 0,-422 323,-745 745,-745 z m -745,0 0,0 z m 1492,1492 0,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:51"
+     inkscape:connector-curvature="0"
+     id="path6698"
+     d="m 8815.4444,2852.4444 c 422,0 746,323 746,745 0,422 -324,746 -746,746 -422,0 -745,-324 -745,-746 0,-422 323,-745 745,-745 z" /><path
+     style="fill:#00ffff;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path6703"
+     d="m 6951.4444,2852.4444 c 422,0 746,323 746,745 0,422 -324,746 -746,746 -422,0 -745,-324 -745,-746 0,-422 323,-745 745,-745 z m -745,0 0,0 z m 1492,1492 0,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:51"
+     inkscape:connector-curvature="0"
+     id="path6705"
+     d="m 6951.4444,2852.4444 c 422,0 746,323 746,745 0,422 -324,746 -746,746 -422,0 -745,-324 -745,-746 0,-422 323,-745 745,-745 z" /><text
+     id="text6710"
+     class="TextShape"
+     x="273.37314"
+     y="-2139.1982"
+     style="font-size:12px"><tspan
+       style="font-size:635px;font-weight:400;font-family:'Liberation Sans, sans-serif'"
+       id="tspan6712"
+       font-weight="400"
+       font-size="635px"
+       class="TextParagraph"><tspan
+         id="tspan6714"
+         y="1958.8016"
+         x="7319.373"
+         class="TextPosition"><tspan
+           style="fill:#000000;stroke:none"
+           id="tspan6716">P3</tspan></tspan></tspan></text>
+<text
+     id="text6721"
+     class="TextShape"
+     x="252.44456"
+     y="-2118.2698"
+     style="font-size:12px"><tspan
+       style="font-size:635px;font-weight:400;font-family:'Liberation Sans, sans-serif'"
+       id="tspan6723"
+       font-weight="400"
+       font-size="635px"
+       class="TextParagraph"><tspan
+         id="tspan6725"
+         y="3843.73"
+         x="6552.4448"
+         class="TextPosition"><tspan
+           style="fill:#000000;stroke:none"
+           id="tspan6727">P8</tspan></tspan></tspan></text>
+<path
+     style="fill:none;stroke:#3465af;stroke-width:51"
+     inkscape:connector-curvature="0"
+     id="path6747"
+     d="m 7698.4444,2480.4444 -745,373" /><path
+     style="fill:none;stroke:#3465af;stroke-width:51"
+     inkscape:connector-curvature="0"
+     id="path6752"
+     d="m 7698.4444,2480.4444 1119,373" /><path
+     d="m 11426.444,2853.4444 1119,745"
+     id="path6757"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:51" /><path
+     d="m 2851.4444,8818.4444 -746,0 0,-746 1491,0 0,746 -745,0 z"
+     id="path6762"
+     inkscape:connector-curvature="0"
+     style="fill:#e6e64c;stroke:none" /><path
+     d="m 2851.4444,8818.4444 -746,0 0,-746 1491,0 0,746 -745,0 z"
+     id="path6764"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><text
+     class="TextShape"
+     id="text6769"
+     style="font-size:451.55554199px"
+     x="-166.12672"
+     y="-2306.627"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan6771"
+       style="font-size:451.55554199px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="2243.8733"
+         y="8618.373"
+         id="tspan6773"
+         style="font-size:451.55554199px"><tspan
+           id="tspan6775"
+           style="font-size:451.55554199px;fill:#000000;stroke:none">/</tspan></tspan></tspan></text>
+<path
+     d="m 3597.4444,7698.4444 -1492,0 0,-745 2983,0 0,745 -1491,0 z"
+     id="path6780"
+     inkscape:connector-curvature="0"
+     style="fill:#23ff23;stroke:none" /><path
+     d="m 3597.4444,7698.4444 -1492,0 0,-745 2983,0 0,745 -1491,0 z"
+     id="path6782"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><text
+     class="TextShape"
+     id="text6787"
+     x="419.87308"
+     y="-2285.6982"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan6789"
+       style="font-size:451.55554199px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="2230.873"
+         y="7520.3018"
+         id="tspan6791"
+         style="font-size:451.55554199px;fill:#000000;stroke:none">74.125.0.0/16</tspan></tspan></text>
+<path
+     d="m 3038.4444,6581.4444 -932,0 0,-746 1864,0 0,746 -932,0 z"
+     id="path6798"
+     inkscape:connector-curvature="0"
+     style="fill:#ffcc99;stroke:none" /><path
+     d="m 3038.4444,6581.4444 -932,0 0,-746 1864,0 0,746 -932,0 z"
+     id="path6800"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 2965.3332,5835.4444 0,746"
+     id="path6816"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 3969.4444,988.44444 c 422,0 746,322.99996 746,744.99996 0,422 -324,746 -746,746 -422,0 -745,-324 -745,-746 0,-422 323,-744.99996 745,-744.99996 z m -745,0 0,0 z m 1492,1491.99996 0,0 z"
+     id="path6832"
+     inkscape:connector-curvature="0"
+     style="fill:#ffcc99;stroke:none" /><path
+     d="m 3969.4444,988.44444 c 422,0 746,322.99996 746,744.99996 0,422 -324,746 -746,746 -422,0 -745,-324 -745,-746 0,-422 323,-744.99996 745,-744.99996 z"
+     id="path6834"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:51" /><path
+     d="m 3223.4444,2852.4444 c 422,0 746,323 746,745 0,422 -324,746 -746,746 -422,0 -745,-324 -745,-746 0,-422 323,-745 745,-745 z m -745,0 0,0 z m 1492,1492 0,0 z"
+     id="path6839"
+     inkscape:connector-curvature="0"
+     style="fill:#ffcc99;stroke:none" /><path
+     d="m 3223.4444,2852.4444 c 422,0 746,323 746,745 0,422 -324,746 -746,746 -422,0 -745,-324 -745,-746 0,-422 323,-745 745,-745 z"
+     id="path6841"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:51" /><text
+     class="TextShape"
+     id="text6846"
+     x="252.44456"
+     y="-2097.3413"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan6848"
+       style="font-size:635px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="3570.4443"
+         y="2000.6588"
+         id="tspan6850"><tspan
+           id="tspan6852"
+           style="fill:#000000;stroke:none">P1</tspan></tspan></tspan></text>
+<text
+     class="TextShape"
+     id="text6857"
+     x="294.3017"
+     y="-2055.4841"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan6859"
+       style="font-size:635px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="2866.3015"
+         y="3906.5156"
+         id="tspan6861"><tspan
+           id="tspan6863"
+           style="fill:#000000;stroke:none">P2</tspan></tspan></tspan></text>
+<path
+     d="m 3970.4444,2480.4444 -745,373"
+     id="path6868"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:51" /><path
+     d="m 615.44444,4717.4444 21249.99956,0"
+     id="path6873"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><text
+     id="text6710-6"
+     class="TextShape"
+     x="3981.5469"
+     y="-1769.7404"
+     style="font-size:11.99999905px"><tspan
+       style="font-size:635px;font-weight:400;font-family:'Liberation Sans, sans-serif'"
+       id="tspan6712-5"
+       font-weight="400"
+       font-size="635px"
+       class="TextParagraph"><tspan
+         id="tspan6714-8"
+         y="2328.2593"
+         x="11027.547"
+         class="TextPosition"><tspan
+           style="fill:#000000;stroke:none"
+           id="tspan6716-0">P5</tspan></tspan></tspan></text>
+<text
+     id="text6710-9"
+     class="TextShape"
+     x="1449.1908"
+     y="-283.81238"
+     style="font-size:11.99999905px"><tspan
+       style="font-size:635px;font-weight:400;font-family:'Liberation Sans, sans-serif'"
+       id="tspan6712-8"
+       font-weight="400"
+       font-size="635px"
+       class="TextParagraph"><tspan
+         id="tspan6714-85"
+         y="3814.1875"
+         x="8495.1904"
+         class="TextPosition"><tspan
+           style="fill:#000000;stroke:none"
+           id="tspan6716-3">P9</tspan></tspan></tspan></text>
+<text
+     y="-2291.6528"
+     x="-4146.958"
+     class="TextShape"
+     id="text6602-3"
+     style="font-size:451.55554199px"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan6604-1"
+       style="font-size:451.55554199px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="6681.0415"
+         y="8633.3467"
+         id="tspan6606-4"
+         style="font-size:451.55554199px"><tspan
+           id="tspan6608-8"
+           style="font-size:451.55554199px;fill:#000000;stroke:none">/roots/vm1</tspan></tspan></tspan></text>
+</svg>
\ No newline at end of file
diff --git a/vmware-wks.png b/vmware-wks.png
new file mode 100644 (file)
index 0000000..44ffead
Binary files /dev/null and b/vmware-wks.png differ
diff --git a/vt-d.svg b/vt-d.svg
new file mode 100644 (file)
index 0000000..0a51df9
--- /dev/null
+++ b/vt-d.svg
@@ -0,0 +1,396 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:ooo="http://xml.openoffice.org/svg/export"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.2"
+   width="606.22833"
+   height="329.46063"
+   viewBox="0 0 17109.111 9298.1112"
+   preserveAspectRatio="xMidYMid"
+   clip-path="url(#presentation_clip_path)"
+   xml:space="preserve"
+   id="svg10145"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="vt-d.svg"
+   style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"><metadata
+     id="metadata10453"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1918"
+     inkscape:window-height="1059"
+     id="namedview10451"
+     showgrid="false"
+     inkscape:zoom="1.3485026"
+     inkscape:cx="235.55156"
+     inkscape:cy="197.43026"
+     inkscape:window-x="0"
+     inkscape:window-y="19"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="svg10145"
+     fit-margin-top="20"
+     fit-margin-left="20"
+     fit-margin-right="20"
+     fit-margin-bottom="20" /><defs
+     class="ClipPathGroup"
+     id="defs10147"><clipPath
+       id="presentation_clip_path"
+       clipPathUnits="userSpaceOnUse"><rect
+         x="0"
+         y="0"
+         width="21590"
+         height="27940"
+         id="rect10150" /></clipPath></defs><defs
+     class="TextShapeIndex"
+     id="defs10152"><g
+       ooo:slide="id1"
+       ooo:id-list="id3 id4 id5 id6 id7 id8 id9 id10 id11 id12 id13 id14 id15 id16 id17 id18 id19 id20 id21 id22"
+       id="g10154" /></defs><defs
+     class="EmbeddedBulletChars"
+     id="defs10156"><g
+       id="bullet-char-template(57356)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 580,1141 1163,571 580,0 -4,571 580,1141 z"
+         id="path10159"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(57354)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 8,1128 1129,0 L 1137,0 8,0 8,1128 z"
+         id="path10162"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10146)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 174,0 602,739 174,1481 1456,739 174,0 z m 1184,739 -1049,607 350,-607 699,0 z"
+         id="path10165"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10132)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 2015,739 1276,0 717,0 l 543,543 -1086,0 0,393 1086,0 -543,545 557,0 741,-742 z"
+         id="path10168"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10007)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z"
+         id="path10171"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10004)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 l 0,-122 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 z"
+         id="path10174"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(9679)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 z"
+         id="path10177"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(8226)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z"
+         id="path10180"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(8211)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m -4,459 1139,0 0,147 -1139,0 0,-147 z"
+         id="path10183"
+         inkscape:connector-curvature="0" /></g></defs><defs
+     class="TextEmbeddedBitmaps"
+     id="defs10185" /><g
+     id="g10187"
+     transform="translate(-2163.4446,-5362.4446)"><g
+       id="id2"
+       class="Master_Slide"><g
+         id="bg-id2"
+         class="Background" /><g
+         id="bo-id2"
+         class="BackgroundObjects" /></g></g><path
+     d="m 1555.5554,4159.5554 -976.99996,0 0,-3580.99996 1952.99996,0 0,3580.99996 -976,0 z"
+     id="path10202"
+     inkscape:connector-curvature="0"
+     style="fill:#729fcf;stroke:none" /><path
+     d="m 1555.5554,4159.5554 -976.99996,0 0,-3580.99996 1952.99996,0 0,3580.99996 -976,0 z"
+     id="path10204"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 6438.5554,578.55544 c -326,0 -651,325 -651,650.99996 l 0,2605 c 0,326 325,652 651,652 l 3580.9996,0 c 326,0 652,-326 652,-652 l 0,-2605 c 0,-325.99996 -326,-650.99996 -652,-650.99996 l -3580.9996,0 z m -651,0 0,0 z m 4883.9996,3907.99996 0,0 z"
+     id="path10217"
+     inkscape:connector-curvature="0"
+     style="fill:#ff00ff;stroke:none" /><path
+     d="m 6438.5554,578.55544 c -326,0 -651,325 -651,650.99996 l 0,2605 c 0,326 325,652 651,652 l 3580.9996,0 c 326,0 652,-326 652,-652 l 0,-2605 c 0,-325.99996 -326,-650.99996 -652,-650.99996 l -3580.9996,0 z"
+     id="path10219"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 5787.5554,578.55544 0,0 z"
+     id="path10221"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 10671.555,4486.5554 0,0 z"
+     id="path10223"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 4810.5554,7416.5554 c 738,0 1303,282 1303,651 0,369 -565,651 -1303,651 -738,0 -1302,-282 -1302,-651 0,-369 564,-651 1302,-651 z m -1302,0 0,0 z m 2606,1303 0,0 z"
+     id="path10228"
+     inkscape:connector-curvature="0"
+     style="fill:#00ffff;stroke:none" /><path
+     d="m 4810.5554,7416.5554 c 738,0 1303,282 1303,651 0,369 -565,651 -1303,651 -738,0 -1302,-282 -1302,-651 0,-369 564,-651 1302,-651 z"
+     id="path10230"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 3508.5554,7416.5554 0,0 z"
+     id="path10232"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 6114.5554,8719.5554 0,0 z"
+     id="path10234"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 14252.555,2857.5554 -2279,0 0,-1952.99996 4557,0 0,1952.99996 -2278,0 z"
+     id="path10239"
+     inkscape:connector-curvature="0"
+     style="fill:#00ff00;stroke:none" /><path
+     d="m 14252.555,2857.5554 -2279,0 0,-1952.99996 4557,0 0,1952.99996 -2278,0 z"
+     id="path10241"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 9369.5554,7416.5554 c 737.9996,0 1301.9996,282 1301.9996,651 0,369 -564,651 -1301.9996,651 -738,0 -1302,-282 -1302,-651 0,-369 564,-651 1302,-651 z m -1302,0 0,0 z m 2604.9996,1303 0,0 z"
+     id="path10254"
+     inkscape:connector-curvature="0"
+     style="fill:#00ffff;stroke:none" /><path
+     d="m 9369.5554,7416.5554 c 737.9996,0 1301.9996,282 1301.9996,651 0,369 -564,651 -1301.9996,651 -738,0 -1302,-282 -1302,-651 0,-369 564,-651 1302,-651 z"
+     id="path10256"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 8067.5554,7416.5554 0,0 z"
+     id="path10258"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 10672.555,8719.5554 0,0 z"
+     id="path10260"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 13927.555,7416.5554 c 738,0 1302,282 1302,651 0,369 -564,651 -1302,651 -738,0 -1302,-282 -1302,-651 0,-369 564,-651 1302,-651 z m -1302,0 0,0 z m 2605,1303 0,0 z"
+     id="path10265"
+     inkscape:connector-curvature="0"
+     style="fill:#00ffff;stroke:none" /><path
+     d="m 13927.555,7416.5554 c 738,0 1302,282 1302,651 0,369 -564,651 -1302,651 -738,0 -1302,-282 -1302,-651 0,-369 564,-651 1302,-651 z"
+     id="path10267"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 12625.555,7416.5554 0,0 z"
+     id="path10269"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 15230.555,8719.5554 0,0 z"
+     id="path10271"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 2532.5554,2532.5554 648,-326 0,163 1960,0 0,-163 648,326 -648,326 0,-163 -1960,0 0,163 -648,-326 z"
+     id="path10353"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 2532.5554,2206.5554 0,0 z"
+     id="path10355"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 5789.5554,2858.5554 0,0 z"
+     id="path10357"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 10670.555,1881.5554 259,-326 0,163 785,0 0,-163 260,326 -260,326 0,-163 -785,0 0,163 -259,-326 z"
+     id="path10362"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 10670.555,1555.5554 0,0 z"
+     id="path10364"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 11974.555,2207.5554 0,0 z"
+     id="path10366"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 7366.5554,4969.5554 -1440,1851"
+     id="path10371"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:152" /><path
+     d="m 7741.5554,4486.5554 -561,374 337,262 224,-636 z"
+     id="path10373"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 5462.5554,7416.5554 694,-462 -416,-324 -278,786 z"
+     id="path10375"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 8718.5554,5098.5554 0,1562"
+     id="path10380"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:152" /><path
+     d="m 8718.5554,4486.5554 -213,640 427,0 -214,-640 z"
+     id="path10382"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 8718.5554,7416.5554 264,-791 -527,0 263,791 z"
+     id="path10384"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 10168.555,4873.5554 2523,2064"
+     id="path10389"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:152" /><path
+     d="m 9695.5554,4486.5554 359.9996,571 271,-331 -630.9996,-240 z"
+     id="path10391"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 13276.555,7416.5554 -445,-705 -334,408 779,297 z"
+     id="path10393"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 8274.5554,2532.5554 -2072,0 0,-592 4142.9996,0 0,592 -2070.9996,0 z"
+     id="path10413"
+     inkscape:connector-curvature="0"
+     style="fill:#ff0000;stroke:none" /><path
+     d="m 8274.5554,2532.5554 -2072,0 0,-592 4142.9996,0 0,592 -2070.9996,0 z"
+     id="path10415"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 8229.5554,4485.5554 -1791,0 0,-977 3580.9996,0 0,977 -1789.9996,0 z"
+     id="path10428"
+     inkscape:connector-curvature="0"
+     style="fill:#c0c0c0;stroke:none" /><path
+     d="m 8229.5554,4485.5554 -1791,0 0,-977 3580.9996,0 0,977 -1789.9996,0 z"
+     id="path10430"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;font-family:Sans"
+     x="1102.6179"
+     y="2533.428"
+     id="text3653"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan3655"
+       x="1102.6179"
+       y="2533.428">CPU</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;font-family:Sans"
+     x="4180.7949"
+     y="1664.6008"
+     id="text3657"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan3659"
+       x="4180.7949"
+       y="1664.6008">System</tspan><tspan
+       sodipodi:role="line"
+       x="4180.7949"
+       y="2229.0452"
+       id="tspan3661">BUS</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;font-family:Sans"
+     x="8219.4131"
+     y="1039.2942"
+     id="text3663"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       x="8219.4131"
+       y="1039.2942"
+       id="tspan3669">North</tspan><tspan
+       sodipodi:role="line"
+       x="8219.4131"
+       y="1603.7385"
+       id="tspan11288">Bridge</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;font-family:Sans"
+     x="13318.077"
+     y="1998.6848"
+     id="text3673"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan3675"
+       x="13318.077"
+       y="1998.6848">Memory</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;font-family:Sans"
+     x="3822.5652"
+     y="8236.3965"
+     id="text3677"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan3679"
+       x="3822.5652"
+       y="8236.3965">Device 1</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;font-family:Sans"
+     x="8382.8291"
+     y="8236.3965"
+     id="text3681"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan3683"
+       x="8382.8291"
+       y="8236.3965">Device 2</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;font-family:Sans"
+     x="12936.31"
+     y="8236.3965"
+     id="text3685"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan3687"
+       x="12936.31"
+       y="8236.3965">Device 3</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;font-family:Sans"
+     x="7905.2578"
+     y="6315.127"
+     id="text4472"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan4474"
+       x="7905.2578"
+       y="6315.127">PCI Express Bus</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+     x="8292.7969"
+     y="2404.8967"
+     id="text11290"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan11292"
+       x="8292.7969"
+       y="2404.8967">VT-d</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:451.55554199px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+     x="8212.4092"
+     y="3835.4392"
+     id="text11294"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan11296"
+       x="8212.4092"
+       y="3835.4392">PCIe root</tspan><tspan
+       sodipodi:role="line"
+       x="8212.4092"
+       y="4399.8838"
+       id="tspan11298">ports</tspan></text>
+</svg>
\ No newline at end of file
diff --git a/vt-x-mem.svg b/vt-x-mem.svg
new file mode 100644 (file)
index 0000000..aa6ae76
--- /dev/null
@@ -0,0 +1,776 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:ooo="http://xml.openoffice.org/svg/export"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.2"
+   width="703.74017"
+   height="399.99823"
+   viewBox="0 0 19861.112 11288.839"
+   preserveAspectRatio="xMidYMid"
+   clip-path="url(#presentation_clip_path)"
+   xml:space="preserve"
+   id="svg17752"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="vt-x-mem.svg"
+   style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"><metadata
+     id="metadata18410"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1918"
+     inkscape:window-height="1059"
+     id="namedview18408"
+     showgrid="false"
+     inkscape:zoom="1.3485026"
+     inkscape:cx="456.87119"
+     inkscape:cy="193.07572"
+     inkscape:window-x="0"
+     inkscape:window-y="19"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="svg17752"
+     fit-margin-top="20"
+     fit-margin-left="20"
+     fit-margin-right="20"
+     fit-margin-bottom="20" /><defs
+     class="ClipPathGroup"
+     id="defs17754"><marker
+       inkscape:stockid="Arrow1Lend"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lend"
+       style="overflow:visible"><path
+         id="path7189"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
+         transform="matrix(-0.8,0,0,-0.8,-10,0)"
+         inkscape:connector-curvature="0" /></marker><marker
+       inkscape:stockid="Arrow1Mend"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mend"
+       style="overflow:visible"><path
+         id="path7195"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
+         transform="matrix(-0.4,0,0,-0.4,-4,0)"
+         inkscape:connector-curvature="0" /></marker><clipPath
+       id="presentation_clip_path"
+       clipPathUnits="userSpaceOnUse"><rect
+         x="0"
+         y="0"
+         width="21590"
+         height="27940"
+         id="rect17757" /></clipPath><marker
+       inkscape:stockid="Arrow1Lend"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lend-1"
+       style="overflow:visible"><path
+         inkscape:connector-curvature="0"
+         id="path7189-7"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
+         transform="matrix(-0.8,0,0,-0.8,-10,0)" /></marker><marker
+       inkscape:stockid="Arrow1Lend"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lend-4"
+       style="overflow:visible"><path
+         inkscape:connector-curvature="0"
+         id="path7189-3"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
+         transform="matrix(-0.8,0,0,-0.8,-10,0)" /></marker><marker
+       inkscape:stockid="Arrow1Lend"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lend-2"
+       style="overflow:visible"><path
+         inkscape:connector-curvature="0"
+         id="path7189-0"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
+         transform="matrix(-0.8,0,0,-0.8,-10,0)" /></marker><marker
+       inkscape:stockid="Arrow1Lend"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lend-5"
+       style="overflow:visible"><path
+         inkscape:connector-curvature="0"
+         id="path7189-5"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
+         transform="matrix(-0.8,0,0,-0.8,-10,0)" /></marker><marker
+       inkscape:stockid="Arrow1Lend"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lend-0"
+       style="overflow:visible"><path
+         inkscape:connector-curvature="0"
+         id="path7189-09"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
+         transform="matrix(-0.8,0,0,-0.8,-10,0)" /></marker><marker
+       inkscape:stockid="Arrow1Lend"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lend-6"
+       style="overflow:visible"><path
+         inkscape:connector-curvature="0"
+         id="path7189-37"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
+         transform="matrix(-0.8,0,0,-0.8,-10,0)" /></marker><marker
+       inkscape:stockid="Arrow1Lend"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lend-56"
+       style="overflow:visible"><path
+         inkscape:connector-curvature="0"
+         id="path7189-9"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
+         transform="matrix(-0.8,0,0,-0.8,-10,0)" /></marker><marker
+       inkscape:stockid="Arrow1Lend"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lend-23"
+       style="overflow:visible"><path
+         inkscape:connector-curvature="0"
+         id="path7189-98"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
+         transform="matrix(-0.8,0,0,-0.8,-10,0)" /></marker><marker
+       inkscape:stockid="Arrow1Lend"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lend-05"
+       style="overflow:visible"><path
+         inkscape:connector-curvature="0"
+         id="path7189-94"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
+         transform="matrix(-0.8,0,0,-0.8,-10,0)" /></marker><marker
+       inkscape:stockid="Arrow1Lend"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lend-55"
+       style="overflow:visible"><path
+         inkscape:connector-curvature="0"
+         id="path7189-71"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
+         transform="matrix(-0.8,0,0,-0.8,-10,0)" /></marker><marker
+       inkscape:stockid="Arrow1Lend"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lend-3"
+       style="overflow:visible"><path
+         inkscape:connector-curvature="0"
+         id="path7189-35"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
+         transform="matrix(-0.8,0,0,-0.8,-10,0)" /></marker><marker
+       inkscape:stockid="Arrow1Lend"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lend-21"
+       style="overflow:visible"><path
+         inkscape:connector-curvature="0"
+         id="path7189-79"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
+         transform="matrix(-0.8,0,0,-0.8,-10,0)" /></marker><marker
+       inkscape:stockid="Arrow1Lend"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lend-7"
+       style="overflow:visible"><path
+         inkscape:connector-curvature="0"
+         id="path7189-4"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
+         transform="matrix(-0.8,0,0,-0.8,-10,0)" /></marker><marker
+       inkscape:stockid="Arrow1Lend"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lend-8"
+       style="overflow:visible"><path
+         inkscape:connector-curvature="0"
+         id="path7189-796"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
+         transform="matrix(-0.8,0,0,-0.8,-10,0)" /></marker></defs><defs
+     class="TextShapeIndex"
+     id="defs17759"><g
+       ooo:slide="id1"
+       ooo:id-list="id3 id4 id5 id6 id7 id8 id9 id10 id11 id12 id13 id14 id15 id16 id17 id18 id19 id20 id21 id22 id23 id24 id25 id26 id27 id28 id29 id30 id31 id32 id33 id34 id35 id36 id37 id38 id39 id40 id41 id42 id43 id44 id45 id46 id47 id48 id49 id50 id51 id52 id53 id54 id55 id56 id57 id58 id59 id60 id61 id62 id63 id64 id65 id66 id67 id68 id69 id70 id71 id72 id73 id74 id75 id76 id77 id78 id79 id80 id81 id82 id83 id84 id85 id86 id87 id88 id89 id90"
+       id="g17761" /></defs><defs
+     class="EmbeddedBulletChars"
+     id="defs17763"><g
+       id="bullet-char-template(57356)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 580,1141 1163,571 580,0 -4,571 580,1141 z"
+         id="path17766"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(57354)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 8,1128 1129,0 L 1137,0 8,0 8,1128 z"
+         id="path17769"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10146)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 174,0 602,739 174,1481 1456,739 174,0 z m 1184,739 -1049,607 350,-607 699,0 z"
+         id="path17772"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10132)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 2015,739 1276,0 717,0 l 543,543 -1086,0 0,393 1086,0 -543,545 557,0 741,-742 z"
+         id="path17775"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10007)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z"
+         id="path17778"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10004)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 l 0,-122 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 z"
+         id="path17781"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(9679)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 z"
+         id="path17784"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(8226)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z"
+         id="path17787"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(8211)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m -4,459 1139,0 0,147 -1139,0 0,-147 z"
+         id="path17790"
+         inkscape:connector-curvature="0" /></g></defs><defs
+     class="TextEmbeddedBitmaps"
+     id="defs17792" /><g
+     id="g17794"
+     transform="translate(-792.44456,-4640.7167)"><g
+       id="id2"
+       class="Master_Slide"><g
+         id="bg-id2"
+         class="Background" /><g
+         id="bo-id2"
+         class="BackgroundObjects" /></g></g><path
+     style="fill:#e6e6ff;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path17811"
+     d="m 2916.5554,3362.2833 -2003.99996,0 0,-1002 4007.99996,0 0,1002 -2004,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path17813"
+     d="m 2916.5554,3362.2833 -2003.99996,0 0,-1002 4007.99996,0 0,1002 -2004,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path17818"
+     d="m 1580.5554,2360.2833 0,1002" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path17823"
+     d="m 2248.5554,2360.2833 0,1002" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path17828"
+     d="m 2916.5554,2360.2833 0,1002" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path17833"
+     d="m 3584.5554,2360.2833 0,1002" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path17838"
+     d="m 4252.5554,2360.2833 0,1002" /><path
+     style="fill:#e6e6ff;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path17845"
+     d="m 7258.5554,3362.2833 -2004,0 0,-1002 4008,0 0,1002 -2004,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path17847"
+     d="m 7258.5554,3362.2833 -2004,0 0,-1002 4008,0 0,1002 -2004,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path17852"
+     d="m 5922.5554,2360.2833 0,1002" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path17857"
+     d="m 6590.5554,2360.2833 0,1002" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path17862"
+     d="m 7258.5554,2360.2833 0,1002" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path17867"
+     d="m 7926.5554,2360.2833 0,1002" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path17872"
+     d="m 8594.5554,2360.2833 0,1002" /><path
+     style="fill:#e6e6ff;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path17879"
+     d="m 12602.555,3362.2833 -2004,0 0,-1002 4008,0 0,1002 -2004,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path17881"
+     d="m 12602.555,3362.2833 -2004,0 0,-1002 4008,0 0,1002 -2004,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path17886"
+     d="m 11266.555,2360.2833 0,1002" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path17891"
+     d="m 11934.555,2360.2833 0,1002" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path17896"
+     d="m 12602.555,2360.2833 0,1002" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path17901"
+     d="m 13270.555,2360.2833 0,1002" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path17906"
+     d="m 13938.555,2360.2833 0,1002" /><path
+     style="fill:#e6e6ff;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path17913"
+     d="m 16944.555,3362.2833 -2004,0 0,-1002 4008,0 0,1002 -2004,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path17915"
+     d="m 16944.555,3362.2833 -2004,0 0,-1002 4008,0 0,1002 -2004,0 z" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path17920"
+     d="m 15608.555,2360.2833 0,1002" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path17925"
+     d="m 16276.555,2360.2833 0,1002" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path17930"
+     d="m 16944.555,2360.2833 0,1002" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path17935"
+     d="m 17612.555,2360.2833 0,1002" /><path
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012"
+     inkscape:connector-curvature="0"
+     id="path17940"
+     d="m 18280.555,2360.2833 0,1002" /><path
+     d="m 4920.5554,5366.2833 -3340,0 0,-1002 6680,0 0,1002 -3340,0 z"
+     id="path18021"
+     inkscape:connector-curvature="0"
+     style="fill:#729fcf;stroke:none" /><path
+     d="m 4920.5554,5366.2833 -3340,0 0,-1002 6680,0 0,1002 -3340,0 z"
+     id="path18023"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 2248.5554,4364.2833 0,1002"
+     id="path18028"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 2916.5554,4364.2833 0,1002"
+     id="path18033"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 3584.5554,4364.2833 0,1002"
+     id="path18038"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 4252.5554,4364.2833 0,1002"
+     id="path18043"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 4920.5554,4364.2833 0,1002"
+     id="path18048"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 5588.5554,4364.2833 0,1002"
+     id="path18053"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 6256.5554,4364.2833 0,1002"
+     id="path18058"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 6924.5554,4364.2833 0,1002"
+     id="path18063"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 7592.5554,4364.2833 0,1002"
+     id="path18068"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 14606.555,5366.2833 -2672,0 0,-1002 5344,0 0,1002 -2672,0 z"
+     id="path18101"
+     inkscape:connector-curvature="0"
+     style="fill:#729fcf;stroke:none" /><path
+     d="m 14606.555,5366.2833 -2672,0 0,-1002 5344,0 0,1002 -2672,0 z"
+     id="path18103"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 12602.555,4364.2833 0,1002"
+     id="path18108"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 13270.555,4364.2833 0,1002"
+     id="path18113"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 13938.555,4364.2833 0,1002"
+     id="path18118"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 14606.555,4364.2833 0,1002"
+     id="path18123"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 15274.555,4364.2833 0,1002"
+     id="path18128"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 15942.555,4364.2833 0,1002"
+     id="path18133"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 16610.555,4364.2833 0,1002"
+     id="path18138"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 9930.5554,7704.2833 -5678,0 0,-1002 11355.9996,0 0,1002 -5677.9996,0 z"
+     id="path18143"
+     inkscape:connector-curvature="0"
+     style="fill:#94bd5e;stroke:none" /><path
+     d="m 9930.5554,7704.2833 -5678,0 0,-1002 11355.9996,0 0,1002 -5677.9996,0 z"
+     id="path18145"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 4920.5554,6702.2833 0,1002"
+     id="path18150"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 5588.5554,6702.2833 0,1002"
+     id="path18190"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 6256.5554,6702.2833 0,1002"
+     id="path18195"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 6924.5554,6702.2833 0,1002"
+     id="path18200"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 7592.5554,6702.2833 0,1002"
+     id="path18205"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 8260.5554,6702.2833 0,1002"
+     id="path18210"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 8928.5554,6702.2833 0,1002"
+     id="path18215"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 9596.5554,6702.2833 0,1002"
+     id="path18220"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 10264.555,6702.2833 0,1002"
+     id="path18225"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 10932.555,6702.2833 0,1002"
+     id="path18230"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 11600.555,6702.2833 0,1002"
+     id="path18235"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 12268.555,6702.2833 0,1002"
+     id="path18240"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 12936.555,6702.2833 0,1002"
+     id="path18245"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 13604.555,6702.2833 0,1002"
+     id="path18250"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 14272.555,6702.2833 0,1002"
+     id="path18255"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 14940.555,6702.2833 0,1002"
+     id="path18260"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 5087.5554,5700.2833 -4508.99996,0 0,-4676 9017.99996,0 0,4676 -4509,0 z"
+     id="path18265"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 14773.555,5700.2833 -4509,0 0,-4676 9018,0 0,4676 -4509,0 z"
+     id="path18270"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 3918.5554,10710.283 -2004,0 0,-1669.9997 4008,0 0,1669.9997 -2004,0 z"
+     id="path18297"
+     inkscape:connector-curvature="0"
+     style="fill:#e6e6ff;stroke:none" /><path
+     d="m 3918.5554,10710.283 -2004,0 0,-1669.9997 4008,0 0,1669.9997 -2004,0 z"
+     id="path18299"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 9763.5554,10710.283 -2171,0 0,-1669.9997 4341.9996,0 0,1669.9997 -2170.9996,0 z"
+     id="path18321"
+     inkscape:connector-curvature="0"
+     style="fill:#729fcf;stroke:none" /><path
+     d="m 9763.5554,10710.283 -2171,0 0,-1669.9997 4341.9996,0 0,1669.9997 -2170.9996,0 z"
+     id="path18323"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 15775.555,10710.283 -2171,0 0,-1669.9997 4342,0 0,1669.9997 -2171,0 z"
+     id="path18345"
+     inkscape:connector-curvature="0"
+     style="fill:#94bd5e;stroke:none" /><path
+     d="m 15775.555,10710.283 -2171,0 0,-1669.9997 4342,0 0,1669.9997 -2171,0 z"
+     id="path18347"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><text
+     xml:space="preserve"
+     style="font-size:395.1111145px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;font-family:Bitstream Vera Sans"
+     x="561.35767"
+     y="855.08649"
+     id="text16333-3-9-2-26"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       x="561.35767"
+       y="855.08649"
+       id="tspan16466-5">VM 1</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:395.1111145px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;font-family:Bitstream Vera Sans"
+     x="10247.357"
+     y="857.69098"
+     id="text16333-3-9-2-26-3"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       x="10247.357"
+       y="857.69098"
+       id="tspan16466-5-4">VM 2</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:395.1111145px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;font-family:Bitstream Vera Sans"
+     x="859.66638"
+     y="2192.3271"
+     id="text16333-3-9-2-26-35"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       x="859.66638"
+       y="2192.3271"
+       id="tspan16466-5-7">Process 1</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:395.1111145px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;font-family:Bitstream Vera Sans"
+     x="5215.7778"
+     y="2194.9316"
+     id="text16333-3-9-2-26-35-6"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       x="5215.7778"
+       y="2194.9316"
+       id="tspan16466-5-7-4">Process 2</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:395.1111145px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;font-family:Bitstream Vera Sans"
+     x="10559.777"
+     y="2192.3271"
+     id="text16333-3-9-2-26-35-3"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       x="10559.777"
+       y="2192.3271"
+       id="tspan16466-5-7-6">Process 1</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:395.1111145px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;font-family:Bitstream Vera Sans"
+     x="14887.667"
+     y="2194.9316"
+     id="text16333-3-9-2-26-35-6-4"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       x="14887.667"
+       y="2194.9316"
+       id="tspan16466-5-7-4-2">Process 2</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:395.1111145px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;font-family:Bitstream Vera Sans"
+     x="2410.3616"
+     y="9733.8691"
+     id="text16333-3-9-2-26-35-6-9"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       x="2410.3616"
+       y="9733.8691"
+       id="tspan16466-5-7-4-6">Guest OS</tspan><tspan
+       sodipodi:role="line"
+       x="2410.3616"
+       y="10227.758"
+       id="tspan19019">Virtual Memory</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:395.1111145px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;font-family:Bitstream Vera Sans"
+     x="8087.6133"
+     y="9733.8691"
+     id="text16333-3-9-2-26-35-6-9-9"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       x="8087.6133"
+       y="9733.8691"
+       id="tspan16466-5-7-4-6-3">Guest OS</tspan><tspan
+       sodipodi:role="line"
+       x="8087.6133"
+       y="10227.758"
+       id="tspan19019-3">Physical Memory</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:395.1111145px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;font-family:Bitstream Vera Sans"
+     x="14091.317"
+     y="9737.3418"
+     id="text16333-3-9-2-26-35-6-9-7"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       x="14091.317"
+       y="9737.3418"
+       id="tspan16466-5-7-4-6-5">Machine</tspan><tspan
+       sodipodi:role="line"
+       x="14091.317"
+       y="10231.23"
+       id="tspan19019-36">Physical Memory</tspan></text>
+<path
+     style="fill:none;stroke:#000000;stroke-width:28.22222137px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1Lend)"
+     d="M 1970.1256,3145.077 3246.7681,4338.0052"
+     id="path20936"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cc" /><path
+     style="fill:none;stroke:#000000;stroke-width:28.22222137px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1Lend)"
+     d="m 7234.9042,5033.2903 6016.0808,1664.565"
+     id="path20936-6"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cc" /><path
+     style="fill:none;stroke:#000000;stroke-width:28.22222137px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1Lend)"
+     d="M 3989.732,3124.1485 6480.2312,4338.0052"
+     id="path20936-69"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cc" /><path
+     style="fill:none;stroke:#000000;stroke-width:28.22222137px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1Lend)"
+     d="m 2608.4468,5070.5049 3934.57,1611.4994"
+     id="path20936-5"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cc" /><path
+     style="fill:none;stroke:#000000;stroke-width:28.22222137px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1Lend)"
+     d="M 6166.3025,2956.72 4010.6607,4338.0052"
+     id="path20936-0"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cc" /><path
+     style="fill:none;stroke:#000000;stroke-width:28.22222137px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1Lend)"
+     d="m 6940.6594,2935.7915 272.0714,1402.2137"
+     id="path20936-9"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cc" /><path
+     style="fill:none;stroke:#000000;stroke-width:28.22222137px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1Lend)"
+     d="m 10958.943,3082.2915 2595.142,1255.7137"
+     id="path20936-3"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cc" /><path
+     style="fill:none;stroke:#000000;stroke-width:28.22222137px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1Lend)"
+     d="m 12947.156,3061.3629 -732.499,1255.7138"
+     id="path20936-61"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cc" /><path
+     style="fill:none;stroke:#000000;stroke-width:28.22222137px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1Lend)"
+     d="M 17949.083,3019.5057 15594.056,4361.4729"
+     id="path20936-1"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cc" /><path
+     style="fill:none;stroke:#000000;stroke-width:28.22222137px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1Lend)"
+     d="m 14244.727,3061.3628 2741.642,1276.6424"
+     id="path20936-15"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cc" /><path
+     style="fill:none;stroke:#000000;stroke-width:28.22222137px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1Lend)"
+     d="M 16651.512,3019.5057 14328.441,4338.0052"
+     id="path20936-02"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cc" /><path
+     style="fill:none;stroke:#000000;stroke-width:28.22222137px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1Lend)"
+     d="M 5920.9727,5021.1053 4582.0861,6670.8713"
+     id="path20936-4"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cc" /><path
+     style="fill:none;stroke:#000000;stroke-width:28.22222137px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1Lend)"
+     d="M 12256.135,5056.2966 7942.7043,6691.2643"
+     id="path20936-45"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cc" /><path
+     style="fill:none;stroke:#000000;stroke-width:28.22222137px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1Lend)"
+     d="M 14268.762,5026.6991 11287.216,6676.4653"
+     id="path20936-10"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cc" /><path
+     style="fill:none;stroke:#000000;stroke-width:28.22222137px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1Lend)"
+     d="M 15615.446,5100.6927 14572.534,6661.6673"
+     id="path20936-8"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cc" /></svg>
\ No newline at end of file
diff --git a/vt-x-mmu.svg b/vt-x-mmu.svg
new file mode 100644 (file)
index 0000000..dd0a872
--- /dev/null
@@ -0,0 +1,370 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:ooo="http://xml.openoffice.org/svg/export"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.2"
+   width="654.18274"
+   height="336.04724"
+   viewBox="0 0 18462.491 9483.9999"
+   preserveAspectRatio="xMidYMid"
+   clip-path="url(#presentation_clip_path)"
+   xml:space="preserve"
+   id="svg21809"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="vt-x-mmu.svg"
+   style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"><metadata
+     id="metadata22103"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1918"
+     inkscape:window-height="1059"
+     id="namedview22101"
+     showgrid="false"
+     inkscape:zoom="0.47676768"
+     inkscape:cx="845.95871"
+     inkscape:cy="-86.181544"
+     inkscape:window-x="0"
+     inkscape:window-y="19"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="svg21809"
+     fit-margin-top="20"
+     fit-margin-left="20"
+     fit-margin-right="20"
+     fit-margin-bottom="20" /><defs
+     class="ClipPathGroup"
+     id="defs21811"><clipPath
+       id="presentation_clip_path"
+       clipPathUnits="userSpaceOnUse"><rect
+         x="0"
+         y="0"
+         width="21590"
+         height="27940"
+         id="rect21814" /></clipPath></defs><defs
+     class="TextShapeIndex"
+     id="defs21816"><g
+       ooo:slide="id1"
+       ooo:id-list="id3 id4 id5 id6 id7 id8 id9 id10 id11 id12 id13 id14 id15 id16 id17 id18 id19 id20 id21 id22 id23 id24"
+       id="g21818" /></defs><defs
+     class="EmbeddedBulletChars"
+     id="defs21820"><g
+       id="bullet-char-template(57356)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 580,1141 1163,571 580,0 -4,571 580,1141 z"
+         id="path21823"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(57354)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 8,1128 1129,0 L 1137,0 8,0 8,1128 z"
+         id="path21826"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10146)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 174,0 602,739 174,1481 1456,739 174,0 z m 1184,739 -1049,607 350,-607 699,0 z"
+         id="path21829"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10132)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 2015,739 1276,0 717,0 l 543,543 -1086,0 0,393 1086,0 -543,545 557,0 741,-742 z"
+         id="path21832"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10007)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z"
+         id="path21835"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10004)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 l 0,-122 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 z"
+         id="path21838"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(9679)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 z"
+         id="path21841"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(8226)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z"
+         id="path21844"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(8211)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m -4,459 1139,0 0,147 -1139,0 0,-147 z"
+         id="path21847"
+         inkscape:connector-curvature="0" /></g></defs><defs
+     class="TextEmbeddedBitmaps"
+     id="defs21849" /><g
+     id="g21851"
+     transform="translate(-523.25039,-4412.5556)"><g
+       id="id2"
+       class="Master_Slide"><g
+         id="bg-id2"
+         class="Background" /><g
+         id="bo-id2"
+         class="BackgroundObjects" /></g></g><path
+     d="m 9295.7496,8905.4444 -7677,0 0,-3071 15354.0004,0 0,3071 -7677.0004,0 z"
+     id="path21866"
+     inkscape:connector-curvature="0"
+     style="fill:#c0c0c0;stroke:none" /><path
+     d="m 9295.7496,8905.4444 -7677,0 0,-3071 15354.0004,0 0,3071 -7677.0004,0 z"
+     id="path21868"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><text
+     class="TextShape"
+     id="text21870"
+     x="-523.25037"
+     y="-4412.5557"
+     style="font-size:12px"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="700"
+       id="tspan21872"
+       style="font-size:635px;font-weight:700;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="4001.7495"
+         y="6879.4443"
+         id="tspan21874"><tspan
+           id="tspan21876"
+           style="fill:#000000;stroke:none">Translation Lookaside Buffer (TLB)</tspan></tspan></tspan><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan21878"
+       style="font-size:635px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="4137.7495"
+         y="7590.4443"
+         id="tspan21880"><tspan
+           id="tspan21882"
+           style="fill:#000000;stroke:none">Guest PTEs (Guest VA → Guest PA)</tspan></tspan></tspan><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan21884"
+       style="font-size:635px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="3843.7495"
+         y="8301.4443"
+         id="tspan21886"><tspan
+           id="tspan21888"
+           style="fill:#000000;stroke:none">Extended PTEs (Guest PA → Host PA)</tspan></tspan></tspan></text>
+<path
+     d="m 5303.7496,4607.4444 -1536,0 0,-1842 3071,0 0,1842 -1535,0 z"
+     id="path21893"
+     inkscape:connector-curvature="0"
+     style="fill:#729fcf;stroke:none" /><path
+     d="m 5303.7496,4607.4444 -1536,0 0,-1842 3071,0 0,1842 -1535,0 z"
+     id="path21895"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 12980.75,4607.4444 -1535,0 0,-1842 3070,0 0,1842 -1535,0 z"
+     id="path21914"
+     inkscape:connector-curvature="0"
+     style="fill:#aecf00;stroke:none" /><path
+     d="m 12980.75,4607.4444 -1535,0 0,-1842 3070,0 0,1842 -1535,0 z"
+     id="path21916"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 2539.7496,1229.4444 -1536,0 0,-613.99996 3071,0 0,613.99996 -1535,0 z"
+     id="path21935"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:102" /><path
+     d="m 2540.7496,3686.4444 580,0"
+     id="path22003"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ff0000;stroke-width:102" /><path
+     d="m 3768.7496,3686.4444 -678,-226 0,452 678,-226 z"
+     id="path22005"
+     inkscape:connector-curvature="0"
+     style="fill:#ff0000;stroke:none" /><path
+     d="m 14515.75,3686.4444 274,0"
+     id="path22010"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#00ff00;stroke-width:102" /><path
+     d="m 15437.75,3686.4444 -678,-226 0,452 678,-226 z"
+     id="path22012"
+     inkscape:connector-curvature="0"
+     style="fill:#00ff00;stroke:none" /><path
+     d="m 6839.7496,3686.4444 580,0"
+     id="path22017"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:102" /><path
+     d="m 8067.7496,3686.4444 -678,-226 0,452 678,-226 z"
+     id="path22019"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 2232.7496,1229.4444 1078,1077"
+     id="path22024"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:102" /><path
+     d="m 3768.7496,2765.4444 -320,-640 -319,320 639,320 z"
+     id="path22026"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 4568.7496,5049.4444 0,319"
+     id="path22031"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 4568.7496,4619.4444 -150,450 300,0 -150,-450 z"
+     id="path22033"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 4568.7496,5798.4444 150,-450 -300,0 150,450 z"
+     id="path22035"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 6481.7496,5088.4444 0,299"
+     id="path22049"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 6481.7496,4658.4444 -150,450 300,0 -150,-450 z"
+     id="path22051"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 6481.7496,5817.4444 150,-450 -300,0 150,450 z"
+     id="path22053"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 10523.75,3686.4444 274,0"
+     id="path22058"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:102" /><path
+     d="m 11445.75,3686.4444 -678,-226 0,452 678,-226 z"
+     id="path22060"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 13441.75,1229.4444 -2303,0 0,-613.99996 4606,0 0,613.99996 -2303,0 z"
+     id="path22065"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:102" /><path
+     d="m 12980.75,1229.4444 -1077,1077"
+     id="path22070"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:102" /><path
+     d="m 11445.75,2765.4444 639,-320 -320,-320 -319,640 z"
+     id="path22072"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 12240.75,5049.4444 0,338"
+     id="path22077"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 12240.75,4619.4444 -150,450 300,0 -150,-450 z"
+     id="path22079"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 12240.75,5817.4444 150,-450 -300,0 150,450 z"
+     id="path22081"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 14208.75,5037.4444 0,338"
+     id="path22095"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 14208.75,4607.4444 -150,450 300,0 -150,-450 z"
+     id="path22097"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><path
+     d="m 14208.75,5805.4444 150,-450 -300,0 150,450 z"
+     id="path22099"
+     inkscape:connector-curvature="0"
+     style="fill:#3465af;stroke:none" /><text
+     xml:space="preserve"
+     style="font-size:395.1111145px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
+     x="1499.1891"
+     y="1066.2701"
+     id="text22105"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan22107"
+       x="1499.1891"
+       y="1066.2701">Guest CR3</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:395.1111145px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
+     x="11619.474"
+     y="1069.7428"
+     id="text22109"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan22111"
+       x="11619.474"
+       y="1069.7428">EPTR Base Pointer</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:395.1111145px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
+     x="4250.4561"
+     y="3545.0303"
+     id="text22113"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan22115"
+       x="4250.4561"
+       y="3545.0303">Guest</tspan><tspan
+       sodipodi:role="line"
+       x="4250.4561"
+       y="4038.9189"
+       id="tspan22117">Page Table</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:395.1111145px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
+     x="542.25806"
+     y="3752.8696"
+     id="text22119"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan22121"
+       x="542.25806"
+       y="3752.8696">Guest VA</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:395.1111145px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
+     x="8326.3896"
+     y="3752.8696"
+     id="text22123"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan22125"
+       x="8326.3896"
+       y="3752.8696">Guest PA</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:395.1111145px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
+     x="15636.962"
+     y="3756.3423"
+     id="text22127"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan22129"
+       x="15636.962"
+       y="3756.3423">Machine PA</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:395.1111145px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
+     x="11919.66"
+     y="3542.4258"
+     id="text22131"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan22133"
+       x="11919.66"
+       y="3542.4258">EPT</tspan><tspan
+       sodipodi:role="line"
+       x="11919.66"
+       y="4036.3145"
+       id="tspan22135">Page Table</tspan></text>
+</svg>
\ No newline at end of file
diff --git a/vt-x.svg b/vt-x.svg
new file mode 100644 (file)
index 0000000..10951f1
--- /dev/null
+++ b/vt-x.svg
@@ -0,0 +1,531 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:ooo="http://xml.openoffice.org/svg/export"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.2"
+   width="688.35431"
+   height="432.78979"
+   viewBox="0 0 19426.888 12214.29"
+   preserveAspectRatio="xMidYMid"
+   clip-path="url(#presentation_clip_path)"
+   xml:space="preserve"
+   id="svg14317"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="vt-x.svg"
+   style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"><metadata
+     id="metadata14831"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1918"
+     inkscape:window-height="1059"
+     id="namedview14829"
+     showgrid="false"
+     inkscape:zoom="1.3485026"
+     inkscape:cx="289.49673"
+     inkscape:cy="131.98018"
+     inkscape:window-x="0"
+     inkscape:window-y="19"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="svg14317"
+     fit-margin-top="20"
+     fit-margin-left="20"
+     fit-margin-right="20"
+     fit-margin-bottom="20" /><defs
+     class="ClipPathGroup"
+     id="defs14319"><clipPath
+       id="presentation_clip_path"
+       clipPathUnits="userSpaceOnUse"><rect
+         x="0"
+         y="0"
+         width="21590"
+         height="27940"
+         id="rect14322" /></clipPath></defs><defs
+     class="TextShapeIndex"
+     id="defs14324"><g
+       ooo:slide="id1"
+       ooo:id-list="id3 id4 id5 id6 id7 id8 id9 id10 id11 id12 id13 id14 id15 id16 id17 id18 id19 id20 id21 id22 id23 id24 id25 id26 id27 id28 id29 id30 id31 id32 id33 id34 id35 id36 id37 id38 id39 id40"
+       id="g14326" /></defs><defs
+     class="EmbeddedBulletChars"
+     id="defs14328"><g
+       id="bullet-char-template(57356)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 580,1141 1163,571 580,0 -4,571 580,1141 z"
+         id="path14331"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(57354)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 8,1128 1129,0 L 1137,0 8,0 8,1128 z"
+         id="path14334"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10146)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 174,0 602,739 174,1481 1456,739 174,0 z m 1184,739 -1049,607 350,-607 699,0 z"
+         id="path14337"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10132)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 2015,739 1276,0 717,0 l 543,543 -1086,0 0,393 1086,0 -543,545 557,0 741,-742 z"
+         id="path14340"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10007)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z"
+         id="path14343"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(10004)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 l 0,-122 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 z"
+         id="path14346"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(9679)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 z"
+         id="path14349"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(8226)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z"
+         id="path14352"
+         inkscape:connector-curvature="0" /></g><g
+       id="bullet-char-template(8211)"
+       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
+         d="m -4,459 1139,0 0,147 -1139,0 0,-147 z"
+         id="path14355"
+         inkscape:connector-curvature="0" /></g></defs><defs
+     class="TextEmbeddedBitmaps"
+     id="defs14357" /><g
+     id="g14359"
+     transform="translate(-1162.0556,-3221.2661)"><g
+       id="id2"
+       class="Master_Slide"><g
+         id="bg-id2"
+         class="Background" /><g
+         id="bo-id2"
+         class="BackgroundObjects" /></g></g><path
+     d="m 8147.9444,970.73394 c -391,0 -781,390.99996 -781,781.99996 l 0,3128 c 0,391 390,782 781,782 l 3798.9996,0 c 391,0 782,-391 782,-782 l 0,-3128 c 0,-391 -391,-781.99996 -782,-781.99996 l -3798.9996,0 z"
+     id="path14392"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 7366.9444,713.86514 0,0 z"
+     id="path14394"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 12728.944,5662.7339 0,0 z"
+     id="path14396"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 14179.944,970.73394 c -391,0 -781,390.99996 -781,781.99996 l 0,3128 c 0,391 390,782 781,782 l 3799,0 c 391,0 782,-391 782,-782 l 0,-3128 c 0,-391 -391,-781.99996 -782,-781.99996 l -3799,0 z"
+     id="path14419"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 13398.944,713.86514 0,0 z"
+     id="path14421"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 18760.944,5662.7339 0,0 z"
+     id="path14423"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 2117.9444,970.73394 c -391,0 -782,390.99996 -782,781.99996 l 0,3128 c 0,391 391,782 782,782 l 3799,0 c 391,0 782,-391 782,-782 l 0,-3128 c 0,-391 -391,-781.99996 -782,-781.99996 l -3799,0 z"
+     id="path14446"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 1335.9444,713.86514 0,0 z"
+     id="path14448"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 6698.9444,5662.7339 0,0 z"
+     id="path14450"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 10382.944,11635.734 -5026.9996,0 0,-1340 10052.9996,0 0,1340 -5026,0 z"
+     id="path14455"
+     inkscape:connector-curvature="0"
+     style="fill:#ffcc99;stroke:none" /><path
+     d="m 10382.944,11635.734 -5026.9996,0 0,-1340 10052.9996,0 0,1340 -5026,0 z"
+     id="path14457"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><path
+     d="m 10382.944,9960.7339 -5361.9996,0 0,-1676 10722.9996,0 0,1676 -5361,0 z"
+     id="path14462"
+     inkscape:connector-curvature="0"
+     style="fill:#c0c0c0;stroke:none" /><path
+     d="m 10382.944,9960.7339 -5361.9996,0 0,-1676 10722.9996,0 0,1676 -5361,0 z"
+     id="path14464"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#3465af;stroke-width:28.22200012" /><text
+     class="TextShape"
+     id="text14466"
+     style="font-size:395.1111145px"
+     x="-1162.0555"
+     y="-3221.2661"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan14468"
+       style="font-size:395.1111145px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="9649.9443"
+         y="9343.7344"
+         id="tspan14470"
+         style="font-size:395.1111145px"><tspan
+           id="tspan14472"
+           style="font-size:395.1111145px;fill:#000000;stroke:none">VMM</tspan></tspan></tspan></text>
+<path
+     d="m 665.94444,7279.7339 18094.99956,0"
+     id="path14477"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#0047ff;stroke-width:203" /><text
+     class="TextShape"
+     id="text14482"
+     style="font-size:395.1111145px"
+     x="-1078.3413"
+     y="-3765.4087"><tspan
+       class="TextParagraph"
+       font-size="706px"
+       font-weight="700"
+       id="tspan14484"
+       style="font-size:395.1111145px;font-weight:700;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="999.65881"
+         y="7834.5913"
+         id="tspan14486"
+         style="font-size:395.1111145px"><tspan
+           id="tspan14488"
+           style="font-size:395.1111145px;fill:#0000ff;stroke:none">VMX root mode</tspan></tspan></tspan></text>
+<text
+     class="TextShape"
+     id="text14493"
+     style="font-size:395.1111145px"
+     x="-1162.0555"
+     y="-3221.2661"><tspan
+       class="TextParagraph"
+       font-size="706px"
+       font-weight="700"
+       id="tspan14495"
+       style="font-size:395.1111145px;font-weight:700;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="955.94446"
+         y="7038.7339"
+         id="tspan14497"
+         style="font-size:395.1111145px"><tspan
+           id="tspan14499"
+           style="font-size:395.1111145px;fill:#0000ff;stroke:none">VMX non-root mode</tspan></tspan></tspan></text>
+<text
+     class="TextShape"
+     id="text14504"
+     style="font-size:395.1111145px"
+     x="-1162.0555"
+     y="-3221.2661"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan14506"
+       style="font-size:395.1111145px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="8287.9443"
+         y="11250.734"
+         id="tspan14508"
+         style="font-size:395.1111145px"><tspan
+           id="tspan14510"
+           style="font-size:395.1111145px;fill:#000000;stroke:none">Intel-VT Hardware</tspan></tspan></tspan></text>
+<text
+     class="TextShape"
+     id="text14515"
+     style="font-size:395.1111145px"
+     x="-2103.8408"
+     y="-3493.3374"><tspan
+       class="TextParagraph"
+       font-size="776px"
+       font-style="italic"
+       font-weight="400"
+       id="tspan14517"
+       style="font-size:395.1111145px;font-style:italic;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="6676.1587"
+         y="6816.6626"
+         id="tspan14519"
+         style="font-size:395.1111145px"><tspan
+           id="tspan14521"
+           style="font-size:395.1111145px;fill:#0000ff;stroke:none">VM  Exit</tspan></tspan></tspan></text>
+<text
+     class="TextShape"
+     id="text14526"
+     style="font-size:395.1111145px"
+     x="-241.19881"
+     y="-3493.3374"><tspan
+       class="TextParagraph"
+       font-size="776px"
+       font-style="italic"
+       font-weight="400"
+       id="tspan14528"
+       style="font-size:395.1111145px;font-style:italic;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="11554.802"
+         y="6816.6626"
+         id="tspan14530"
+         style="font-size:395.1111145px"><tspan
+           id="tspan14532"
+           style="font-size:395.1111145px;fill:#0000ff;stroke:none">VM  Enter</tspan></tspan></tspan></text>
+<path
+     style="fill:#00ffff;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path14539"
+     d="m 4678.9444,5326.7339 -1676,0 0,-1675 3351,0 0,1675 -1675,0 z" /><path
+     style="fill:#00ff00;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path14546"
+     d="m 4678.9444,2982.7339 -1676,0 0,-1676 3351,0 0,1676 -1675,0 z" /><path
+     style="fill:none;stroke:#ff0000;stroke-width:102"
+     inkscape:connector-curvature="0"
+     id="path14553"
+     d="m 1662.9444,3317.7339 4692,0" /><path
+     style="fill:#00ffff;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path14618"
+     d="m 10725.944,5326.7339 -1675.9996,0 0,-1675 3350.9996,0 0,1675 -1675,0 z" /><path
+     style="fill:#00ff00;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path14625"
+     d="m 10725.944,2982.7339 -1675.9996,0 0,-1676 3350.9996,0 0,1676 -1675,0 z" /><path
+     style="fill:none;stroke:#ff0000;stroke-width:102"
+     inkscape:connector-curvature="0"
+     id="path14632"
+     d="m 7702.9444,3317.7339 4698.9996,0" /><path
+     style="fill:#00ffff;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path14697"
+     d="m 16749.944,5326.7339 -1676,0 0,-1675 3351,0 0,1675 -1675,0 z" /><path
+     style="fill:#00ff00;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path14704"
+     d="m 16749.944,2982.7339 -1676,0 0,-1676 3351,0 0,1676 -1675,0 z" /><path
+     style="fill:none;stroke:#ff0000;stroke-width:102"
+     inkscape:connector-curvature="0"
+     id="path14711"
+     d="m 13726.944,3317.7339 4699,0" /><path
+     d="m 8372.9444,5662.7339 0,1975"
+     id="path14807"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#000000;stroke-width:102" /><path
+     d="m 8372.9444,8284.7339 226,-678 -452,0 226,678 z"
+     id="path14809"
+     inkscape:connector-curvature="0"
+     style="fill:#000000;stroke:none" /><path
+     d="m 11388.944,8284.7339 0,-1974"
+     id="path14814"
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#000000;stroke-width:102" /><path
+     d="m 11388.944,5662.7339 -226,678 452,0 -226,-678 z"
+     id="path14816"
+     inkscape:connector-curvature="0"
+     style="fill:#000000;stroke:none" /><text
+     class="TextShape"
+     id="text14821"
+     style="font-size:395.1111145px"
+     x="-576.05579"
+     y="-3535.1946"><tspan
+       class="TextParagraph"
+       font-size="635px"
+       font-weight="400"
+       id="tspan14823"
+       style="font-size:395.1111145px;font-weight:400;font-family:'Liberation Sans, sans-serif'"><tspan
+         class="TextPosition"
+         x="2981.9443"
+         y="9260.8057"
+         id="tspan14825"
+         style="font-size:395.1111145px"><tspan
+           id="tspan14827"
+           style="font-size:395.1111145px;fill:#ff0000;stroke:none">rings 0 - 3</tspan></tspan></tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:395.1111145px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#d40000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
+     x="1576.0604"
+     y="3120.457"
+     id="text16333"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan16335"
+       x="1576.0604"
+       y="3120.457">ring 3</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:395.1111145px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#d40000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
+     x="7616.0605"
+     y="3124.8169"
+     id="text16333-4"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan16335-7"
+       x="7616.0605"
+       y="3124.8169">ring 3</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:395.1111145px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#d40000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
+     x="13640.061"
+     y="3062.0312"
+     id="text16333-1"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan16335-70"
+       x="13640.061"
+       y="3062.0312">ring 3</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:395.1111145px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#d40000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
+     x="1576.0604"
+     y="3708.9121"
+     id="text16333-3"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan16335-0"
+       x="1576.0604"
+       y="3708.9121">ring 0</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:395.1111145px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#d40000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
+     x="7616.0605"
+     y="3752.6738"
+     id="text16333-3-3"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan16335-0-1"
+       x="7616.0605"
+       y="3752.6738">ring 0</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:395.1111145px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#d40000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
+     x="13640.061"
+     y="3752.6738"
+     id="text16333-3-8"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan16335-0-4"
+       x="13640.061"
+       y="3752.6738">ring 0</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:395.1111145px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
+     x="3479.7026"
+     y="2253.7368"
+     id="text16333-3-9"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan16335-0-0"
+       x="3479.7026"
+       y="2253.7368">Applications</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:395.1111145px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
+     x="9526.7031"
+     y="2253.7368"
+     id="text16333-3-9-9"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan16335-0-0-1"
+       x="9526.7031"
+       y="2253.7368">Applications</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:395.1111145px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
+     x="15550.702"
+     y="2253.7368"
+     id="text16333-3-9-0"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan16335-0-0-6"
+       x="15550.702"
+       y="2253.7368">Applications</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:395.1111145px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
+     x="3753.8496"
+     y="4386.1152"
+     id="text16333-3-9-2"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan16335-0-0-68"
+       x="3753.8496"
+       y="4386.1152">Guest OS</tspan><tspan
+       sodipodi:role="line"
+       x="3753.8496"
+       y="4880.0039"
+       id="tspan16466">kernel</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:395.1111145px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
+     x="15824.849"
+     y="4386.1152"
+     id="text16333-3-9-2-2"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan16335-0-0-68-0"
+       x="15824.849"
+       y="4386.1152">Guest OS</tspan><tspan
+       sodipodi:role="line"
+       x="15824.849"
+       y="4880.0039"
+       id="tspan16466-7">kernel</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:395.1111145px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
+     x="9800.8496"
+     y="4386.1152"
+     id="text16333-3-9-2-4"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan16335-0-0-68-2"
+       x="9800.8496"
+       y="4386.1152">Guest OS</tspan><tspan
+       sodipodi:role="line"
+       x="9800.8496"
+       y="4880.0039"
+       id="tspan16466-0">kernel</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:395.1111145px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
+     x="1973.4906"
+     y="857.88385"
+     id="text16333-3-9-2-26"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       x="1973.4906"
+       y="857.88385"
+       id="tspan16466-5">VM 1</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:395.1111145px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
+     x="7862.0215"
+     y="860.48834"
+     id="text16333-3-9-2-26-9"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       x="7862.0215"
+       y="860.48834"
+       id="tspan16466-5-4">VM 2</tspan></text>
+<text
+     xml:space="preserve"
+     style="font-size:395.1111145px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
+     x="14119.662"
+     y="857.69098"
+     id="text16333-3-9-2-26-4"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       x="14119.662"
+       y="857.69098"
+       id="tspan16466-5-0">VM 3</tspan></text>
+</svg>
\ No newline at end of file