On Thu, 2019-06-27 at 17:27 +0200, Erik Skultety wrote:
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html>
+<html
xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta charset="UTF-8"/>
+ <meta name="viewport" content="width=device-width,
initial-scale=1"/>
+ <link rel="stylesheet" type="text/css"
href="main.css"/>
+ <link rel="apple-touch-icon" sizes="180x180"
href="/apple-touch-icon.png"/>
+ <link rel="icon" type="image/png" sizes="32x32"
href="/favicon-32x32.png"/>
+ <link rel="icon" type="image/png" sizes="16x16"
href="/favicon-16x16.png"/>
+ <link rel="manifest" href="/manifest.json"/>
+ <meta name="theme-color" content="#ffffff"/>
+ <title>libvirt: Launch security with AMD SEV</title>
+ <meta name="description" content="libvirt, virtualization,
virtualization API"/>
+ <script type="text/javascript" src="js/main.js">
+ <!--// forces non-empty element-->
+ </script>
+ </head>
+ <body onload="pageload()">
+ <div id="body">
+ <div id="content">
+ <h1>Launch security with AMD SEV</h1>
+ <ul>
+ <li>
+ <a href="#Host">Enabling SEV on the host</a>
+ </li>
+ <li>
+ <a href="#Virt">Checking SEV support in the virt
stack</a>
+ </li>
+ <li>
+ <a href="#Configuration">VM Configuration</a>
+ </li>
+ <li>
+ <a href="#Limitations">Limitations</a>
+ </li>
+ <li>
+ <a href="#Examples">Full domain XML examples</a>
+ </li>
+ </ul>
+ </div>
Did you accidentally commit the generated HTML page instead of the
source file, or some sort of weird hybrid of the two? Because almost
none of the above is supposed to be there.
--
Andrea Bolognani / Red Hat / Virtualization