Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Import historical documentation
The files included are taken from formal builds of previous versions
of QEMU, going back to 2.0.0

  - qemu-doc.html
  - qemu-qmp-ref.html
  - qemu-ga-ref.html

To import them all content outside of <body></body> is stripped and
replaced by a trivial jekyll header. This causes the rendered docs
to get consistent styling and navbar heading.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
  • Loading branch information
berrange committed Dec 3, 2018
1 parent e656bad commit c5f6d0f
Show file tree
Hide file tree
Showing 26 changed files with 231,246 additions and 1 deletion.
14 changes: 14 additions & 0 deletions assets/css/style.css
Expand Up @@ -590,3 +590,17 @@
{
margin-top: 1.5em;
}

#refdoc {
border-spacing: 4px;
}
#refdoc td {
background: rgb(240,240,240);
padding: 6px;
margin: 6px;
}
#refdoc th {
background: rgb(220,220,220);
padding: 6px;
text-align: right;
}
78 changes: 77 additions & 1 deletion documentation.md
Expand Up @@ -3,11 +3,87 @@ title: QEMU documentation
permalink: /documentation/
---

The [QEMU user manual](https://qemu.weilnetz.de/qemu-doc.html) can be read online, courtesy of Stefan Weil.
## Reference guides

The table below provides copies of the formal documentation associated
with each release of QEMU.

More documentation is found in the <a href="https://git.qemu.org/?p=qemu.git;a=tree;f=docs;hb=master">`docs`</a>
directory of the QEMU git tree.

The [QEMU wiki](https://wiki.qemu.org) contains more
[user documentation](https://wiki.qemu.org/Category:User_documentation) and
[developer documentation](https://wiki.qemu.org/Category:Developer_documentation)
that has not been integrated into the QEMU git tree.

<table id="refdoc">
<tbody>
<tr>
<th>3.0.0</th>
<td><a href="/reference/3.0.0/qemu-doc.html">User guide</a></td>
<td><a href="/reference/3.0.0/qemu-qmp-ref.html">QMP ref</a></td>
<td><a href="/reference/3.0.0/qemu-ga-ref.html">GA ref</a></td>
</tr>
<tr>
<th>2.12.0</th>
<td><a href="/reference/2.12.0/qemu-doc.html">User guide</a></td>
<td><a href="/reference/2.12.0/qemu-qmp-ref.html">QMP ref</a></td>
<td><a href="/reference/2.12.0/qemu-ga-ref.html">GA ref</a></td>
</tr>
<tr>
<th>2.11.0</th>
<td><a href="/reference/2.11.0/qemu-doc.html">User guide</a></td>
<td><a href="/reference/2.11.0/qemu-qmp-ref.html">QMP ref</a></td>
<td><a href="/reference/2.11.0/qemu-ga-ref.html">GA ref</a></td>
</tr>
<tr>
<th>2.10.0</th>
<td><a href="/reference/2.10.0/qemu-doc.html">User guide</a></td>
<td><a href="/reference/2.10.0/qemu-qmp-ref.html">QMP ref</a></td>
<td><a href="/reference/2.10.0/qemu-ga-ref.html">GA ref</a></td>
</tr>
<tr>
<th>2.9.0</th>
<td><a href="/reference/2.9.0/qemu-doc.html">User guide</a></td>
<td><a href="/reference/2.9.0/qemu-qmp-ref.html">QMP ref</a></td>
<td><a href="/reference/2.9.0/qemu-ga-ref.html">GA ref</a></td>
</tr>
<tr>
<th>2.8.0</th>
<td><a href="/reference/2.11.0/qemu-doc.html">User guide</a></td>
</tr>
<tr>
<th>2.7.0</th>
<td><a href="/reference/2.7.0/qemu-doc.html">User guide</a></td>
</tr>
<tr>
<th>2.6.0</th>
<td><a href="/reference/2.6.0/qemu-doc.html">User guide</a></td>
</tr>
<tr>
<th>2.5.0</th>
<td><a href="/reference/2.5.0/qemu-doc.html">User guide</a></td>
</tr>
<tr>
<th>2.4.0</th>
<td><a href="/reference/2.4.0/qemu-doc.html">User guide</a></td>
</tr>
<tr>
<th>2.3.0</th>
<td><a href="/reference/2.3.0/qemu-doc.html">User guide</a></td>
</tr>
<tr>
<th>2.2.0</th>
<td><a href="/reference/2.2.0/qemu-doc.html">User guide</a></td>
</tr>
<tr>
<th>2.1.0</th>
<td><a href="/reference/2.1.0/qemu-doc.html">User guide</a></td>
</tr>
<tr>
<th>2.0.0</th>
<td><a href="/reference/2.0.0/qemu-doc.html">User guide</a></td>
</tr>
</tbody>
</table>

7,323 changes: 7,323 additions & 0 deletions reference/2.0.0/qemu-doc.html

Large diffs are not rendered by default.

7,567 changes: 7,567 additions & 0 deletions reference/2.1.0/qemu-doc.html

Large diffs are not rendered by default.

10,026 changes: 10,026 additions & 0 deletions reference/2.10.0/qemu-doc.html

Large diffs are not rendered by default.

0 comments on commit c5f6d0f

Please sign in to comment.