From: Richard W.M. Jones Date: Thu, 24 Oct 2013 12:05:25 +0000 (+0100) Subject: 2013 KVM Forum: Update talk to 1024x768. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=ec9d861ec557b937180f78e393c273e61ed5f257;p=libguestfs-talks.git 2013 KVM Forum: Update talk to 1024x768. --- diff --git a/2013-kvm-forum/1000-overview.html b/2013-kvm-forum/1000-overview.html index 3204ae4..01276d7 100644 --- a/2013-kvm-forum/1000-overview.html +++ b/2013-kvm-forum/1000-overview.html @@ -18,10 +18,9 @@ span.comment { color: green; font-weight: bold; }
 #include <guestfs.h>
-
+                    /* link with -lguestfs */
 main () {
-  guestfs_h *g =
-      guestfs_create ();
+  guestfs_h *g = guestfs_create ();
   guestfs_add_drive_ro (g,
           "fedora-19.img");
   guestfs_launch (g);
@@ -32,6 +31,4 @@ span.comment { color: green; font-weight: bold; }
           "/dev/stdout");
   guestfs_close (g);
 }
-
-/* link with -lguestfs */
 
diff --git a/2013-kvm-forum/2000-tools.html b/2013-kvm-forum/2000-tools.html index 6a8751c..d39ac9c 100644 --- a/2013-kvm-forum/2000-tools.html +++ b/2013-kvm-forum/2000-tools.html @@ -3,9 +3,10 @@ -
+
 $ virt-
 virt-alignment-scan virt-image            virt-sparsify
 virt-builder        virt-inspector        virt-sysprep
diff --git a/2013-kvm-forum/4050-appliance1.html b/2013-kvm-forum/4050-appliance1.html
index f42ec76..6a4e67a 100644
--- a/2013-kvm-forum/4050-appliance1.html
+++ b/2013-kvm-forum/4050-appliance1.html
@@ -4,8 +4,11 @@
 
 
diff --git a/2013-kvm-forum/4100-appliance2.html b/2013-kvm-forum/4100-appliance2.html
index b9ad5e7..a6de2cf 100644
--- a/2013-kvm-forum/4100-appliance2.html
+++ b/2013-kvm-forum/4100-appliance2.html
@@ -4,8 +4,11 @@