Add note about benchmarking.
[libguestfs-talks.git] / 2021-pipelines / 2500-boot-snapshot.term
1 #!/bin/bash -
2
3 source functions
4
5 # Title.
6 export title="qemu boot over SSH with snapshot"
7
8 # History.
9 remember 'qemu-img create -f qcow2 -F raw -b ssh://kool/mnt/scratch/pipes/fedora-33.img snapshot.qcow2'
10 remember 'qemu-system-x86_64 -machine accel=kvm:tcg -cpu host -m 2048 -display none -drive file=snapshot.qcow2,format=qcow2,if=virtio -serial stdio'
11
12 terminal