0928523a12
We want a user-facing manual which contains system emulation documentation. Create an empty one which we can populate. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Acked-by: Stefan Hajnoczi <stefanha@redhat.com> Message-id: 20200116141511.16849-3-peter.maydell@linaro.org
19 lines
763 B
HTML
19 lines
763 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>QEMU @@VERSION@@ Documentation</title>
|
|
</head>
|
|
<body>
|
|
<h1>QEMU @@VERSION@@ Documentation</h1>
|
|
<ul>
|
|
<li><a href="qemu-doc.html">User Documentation</a></li>
|
|
<li><a href="qemu-qmp-ref.html">QMP Reference Manual</a></li>
|
|
<li><a href="qemu-ga-ref.html">Guest Agent Protocol Reference</a></li>
|
|
<li><a href="interop/index.html">System Emulation Management and Interoperability Guide</a></li>
|
|
<li><a href="specs/index.html">System Emulation Guest Hardware Specifications</a></li>
|
|
<li><a href="system/index.html">System Emulation User's Guide</a></li>
|
|
</ul>
|
|
</body>
|
|
</html>
|