[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 2/3] libxl_dm: Set an id to cdrom drives with qemuu.
Anthony PERARD writes ("[PATCH 2/3] libxl_dm: Set an id to cdrom drives with qemuu."): > In order to eject and change a cdrom when using qemu-xen, this patch > adds an id the cdrom driver when starting the device model. > + (gc, "if=ide,index=%d,media=cdrom,id=ide-%s", > + disk, disks[i].vdev); You should not use the vdev string for this purpose because several different vdev strings can refer to the same virtual device. You should use the dev number instead. Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |