Hi I am building QEMU from source, then creating a qcow2 file and then installing a VM using the following command.
./qemu-img create -f qcow2 test.qcow2 8G x86_64-softmmu/qemu-system-x86_64 -m 1024 -enable-kvm -drive if=virtio,file=test.qcow2,cache=none -cdrom ubuntu-22.04.3-live-server-amd64.iso However the VM does not persist after I install it. Please guide me how to be able to do that Thanks, Amit