First cut at 8000- slides to match notes.
[libguestfs-talks.git] / 2019-kvm-forum / 8200-tradeoff-simple-v-structured.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>Tradeoff: Simple or structured</h1>
6
7 <p>
8   Filler - need graphics showing wire format of:
9
10 <p>
11   Simple: 16-byte response, boolean answer
12 <p>
13   Structured: 1 or more 20+-byte response
14   <br>Adding new NBD_REPLY_TYPE_RESIZE allows including updated size
15   in response
16 </p>