How to connect a cdrom device to a kvm/qemu domain (using command-line tools)?

If you defined no CDROM when you created your virtual machine, you can attach the device even to a running domain (virtual machine) by running the following command: virsh attach-disk testbed /dev/sr0 hdc –type cdrom If you already defined a CDROM, but it pointed to an ISO image, in my experience, you can still run … Read more