QEMU

scripts

https://github.com/fzinfz/scripts/blob/master/lib/qemu.sh

qemu-img

tar -xvf x.ova
qemu-img resize foo.qcow2 +2G # thin
qemu-img convert -p -f raw -O vhdx -o subformat=dynamic x.img x.vhdx

qemu-img-windows

https://cloudbase.it/qemu-img-windows/

virtiofs

https://virtio-fs.gitlab.io/ Virtio-fs is used in production and has been available since Linux 5.4, QEMU 5.0, and libvirt 6.2.

https://libvirt.org/kbase/virtiofs.html

qemu-nbd

https://manpages.debian.org/testing/qemu-utils/qemu-nbd.8.en.html

virtio-mem

https://virtio-mem.gitlab.io/

Releases

https://wiki.qemu.org/ChangeLog

qemu-system

Last updated

Was this helpful?