First cut at 8000- slides to match notes.
[libguestfs-talks.git] / 2019-kvm-forum / 8200-tradeoff-simple-v-structured.html
diff --git a/2019-kvm-forum/8200-tradeoff-simple-v-structured.html b/2019-kvm-forum/8200-tradeoff-simple-v-structured.html
new file mode 100644 (file)
index 0000000..6ca9385
--- /dev/null
@@ -0,0 +1,16 @@
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+<link rel="stylesheet" href="style.css" type="text/css"/>
+<script src="code.js" type="text/javascript"></script>
+
+<h1>Tradeoff: Simple or structured</h1>
+
+<p>
+  Filler - need graphics showing wire format of:
+
+<p>
+  Simple: 16-byte response, boolean answer
+<p>
+  Structured: 1 or more 20+-byte response
+  <br>Adding new NBD_REPLY_TYPE_RESIZE allows including updated size
+  in response
+</p>