On Tue, Mar 09, 2010 at 02:06:02PM -0800, Shi Jin wrote:
> Hi there,
>
> I am using libvirt+qemu/kvm.
> For a guest VM that is running, I could change its cdrom media by running the
> following virsh command:
> virsh attach-disk hdc --driver file --type cdrom
> --mode readonly
> This will chan
Hi there,
I am using libvirt+qemu/kvm.
For a guest VM that is running, I could change its cdrom media by running the
following virsh command:
virsh attach-disk hdc --driver file --type cdrom
--mode readonly
This will change the media in the cdrom for the guest VM.
Once I am done, I can use vi