aboutsummaryrefslogtreecommitdiff
path: root/docs/index.html.in
blob: e9a160384cfe939a3bccc51e5da9052130e381a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!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="system/index.html">System Emulation User's Guide</a></li>
            <li><a href="user/index.html">User Mode Emulation User's Guide</a></li>
            <li><a href="tools/index.html">Tools Guide</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="qemu-qmp-ref.html">QMP Reference Manual</a></li>
            <li><a href="qemu-ga-ref.html">Guest Agent Protocol Reference</a></li>
        </ul>
    </body>
</html>