From: Richard W.M. Jones Date: Tue, 22 Oct 2019 13:23:09 +0000 (+0100) Subject: Add slide about using NBD to test Fedora RISC-V VMs. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=c85a80ea2232a12ad71efc72f024f14c0ccdc416;p=libguestfs-talks.git Add slide about using NBD to test Fedora RISC-V VMs. --- diff --git a/2019-kvm-forum/notes-01-introduction b/2019-kvm-forum/notes-01-introduction index cf16bfc..a70cdcb 100644 --- a/2019-kvm-forum/notes-01-introduction +++ b/2019-kvm-forum/notes-01-introduction @@ -50,6 +50,11 @@ Copying disk images efficiently between KVM-based management systems. Using it as a replacement for TFTP when PXE-booting machines over the network. +* Heading: Running RISC-V VMs from remote xz-compressed images +- nbdkit --filter=xz curl https://dl.fedoraproject.org/pub/alt/risc-v/disk-images/fedora/rawhide/20190703.n.0/Developer/Fedora-Developer-Rawhide-20190703.n.0-sda.raw.xz + +It's one way to test Fedora RISC-V VMs without downloading them. + * Heading: Making disk images for testing - Diagram showing an nbdkit shell script plugin