From: Eric Blake Date: Wed, 30 Oct 2019 15:27:44 +0000 (+0100) Subject: 8200: Graphics for on-wire packets. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=5b2896587d6bcf469042d4b59b6a888f40616a52;p=libguestfs-talks.git 8200: Graphics for on-wire packets. --- diff --git a/2019-kvm-forum/8000-graphics.odp b/2019-kvm-forum/8000-graphics.odp index 999705a..425f996 100644 Binary files a/2019-kvm-forum/8000-graphics.odp and b/2019-kvm-forum/8000-graphics.odp differ diff --git a/2019-kvm-forum/8100-tradeoff-automatic-v-explicit.html b/2019-kvm-forum/8100-tradeoff-automatic-v-explicit.html index c6f5bcb..2e3538b 100644 --- a/2019-kvm-forum/8100-tradeoff-automatic-v-explicit.html +++ b/2019-kvm-forum/8100-tradeoff-automatic-v-explicit.html @@ -5,8 +5,7 @@

Tradeoff: Automatic or explicit

- Filler - need to demonstrate: - start with 1k image + When should resize happen? Starting with a 1k image:

Automatic (like file system): diff --git a/2019-kvm-forum/8200-simple.png b/2019-kvm-forum/8200-simple.png new file mode 100644 index 0000000..6230643 Binary files /dev/null and b/2019-kvm-forum/8200-simple.png differ diff --git a/2019-kvm-forum/8200-structured.png b/2019-kvm-forum/8200-structured.png new file mode 100644 index 0000000..0606dba Binary files /dev/null and b/2019-kvm-forum/8200-structured.png differ diff --git a/2019-kvm-forum/8200-tradeoff-simple-v-structured.html b/2019-kvm-forum/8200-tradeoff-simple-v-structured.html index 6ca9385..084c351 100644 --- a/2019-kvm-forum/8200-tradeoff-simple-v-structured.html +++ b/2019-kvm-forum/8200-tradeoff-simple-v-structured.html @@ -5,12 +5,14 @@

Tradeoff: Simple or structured

- Filler - need graphics showing wire format of: - -

Simple: 16-byte response, boolean answer +

+ +

- Structured: 1 or more 20+-byte response -
Adding new NBD_REPLY_TYPE_RESIZE allows including updated size - in response + Structured: one or more 20+-byte response (simplest is a single + 28-byte response) +
Requires adding NBD_REPLY_TYPE_RESIZE +

+