cachepc-qemu

Fork of AMDESE/qemu with changes for cachepc side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-qemu
Log | Files | Refs | Submodules | LICENSE | sfeed.txt

footer.html (397B)


      1{% extends "!footer.html" %}
      2{% block extrafooter %}
      3
      4<!-- Empty para to force a blank line after "Built with Sphinx ..." -->
      5<p></p>
      6
      7<p>This documentation is for QEMU version {{ version }}.</p>
      8
      9{% trans path=pathto('about/license') %}
     10<p><a href="{{ path }}">QEMU and this manual are released under the
     11GNU General Public License, version 2.</a></p>
     12{% endtrans %}
     13{{ super() }}
     14{% endblock %}