More updates.
[libguestfs-talks.git] / 2019-kvm-forum / 4500-new-qemu-flag.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>The fix: raise the victory flag</h1>
6
7 <p>
8   QEMU 4.0 added <code>BDRV_REQ_NO_FALLBACK</code> to detect if
9   zeroing is fast, and automatically utilizes it during 'qemu-img
10   convert':
11   <ul>
12     <li>No support for flag: avoid pre-zeroing
13     <li>Flag supported and succeeds (for O(1) implementation):
14       pre-zeroing is a win
15     <li>Flag supported but fails (for O(n) implementation): no penalty
16       from pre-zeroing
17   </ul>
18
19 <img src="4500-graph.png" width="70%" style="display: block; margin: auto;"/>
20
21 </p>