From d9b6b0bd1e07910b6f549dd8f0f4d369a1caefef Mon Sep 17 00:00:00 2001
From: Eric Blake <eblake@redhat.com>
Date: Wed, 23 Oct 2019 21:26:35 -0500
Subject: [PATCH] Run with self-built binaries.

Necessary since I want to demo features that are not yet in stable
releases, so stock Fedora 30 binaries don't show off more recent
additions.

Assumes that ~/d/$PROJ is the build directory for each of qemu,
nbdkit, and libnbd.  (Matches what was done in 2019-tech-introductions)
---
 2019-kvm-forum/run | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/2019-kvm-forum/run b/2019-kvm-forum/run
index 6645a8e..2b0453a 100755
--- a/2019-kvm-forum/run
+++ b/2019-kvm-forum/run
@@ -15,6 +15,8 @@ export GNOME_KEYRING_PID=
 # If we need to precreate any files.
 # ...
 
-# Run techtalk.
-techtalk-pse
+# Run techtalk.  The demos require nbdkit 1.14, libnbd 1.1.5, and qemu 4.2,
+# which are not present in Fedora 30, so point to self-built versions.
+export PATH=$HOME/d/nbdkit:$HOME/d/qemu:$PATH
+$HOME/d/libnbd/run techtalk-pse
 #~/d/techtalk-pse/techtalk-pse
-- 
1.8.3.1