Add note about benchmarking.
[libguestfs-talks.git] / 2021-pipelines / 2000-trivial-boot.html
1 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
2 <link rel="stylesheet" href="style.css" type="text/css"/>
3 <script src="code.js" type="text/javascript"></script>
4
5 <h1>Trivially booting from a local file</h1>
6
7 <pre>
8 ┌───────────────┐
9 │ fedora-33.img │───────▶ qemu
10 └───────────────┘
11 </pre>
12
13 <br/><br/>
14
15 <pre>
16 qemu -drive file=<b>fedora-33.img</b> ...
17 </pre>