mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-11 23:37:42 +00:00
f8456e5a18
According to VMWare's documentation 'cdrom-raw' is an acceptable value for deviceType for a CD-ROM drive. The documentation states that the VMX configuration for a CD-ROM deviceType is as follows: ide|scsi(n):(n).deviceType = "cdrom-raw|atapi-cdrom|cdrom-image" From the documentation it appears the following is true: - cdrom-image = Provides the ISO to the VM - atapi-cdrom = Provides a NEC emulated ATAPI CD-ROM on top of the host CD-ROM - cdrom-raw = Passthru for a host CD-ROM drive. Allows CD-R burning from within the guest. A CD-ROM prior to this patch would always provide an 'atapi-cdrom' is modeled as: <disk type='block' device='cdrom'> <source dev='/dev/scd0'/> <target dev='hda' bus='ide'/> <address type='drive' controller='0' bus='0' target='0' unit='0'/> </disk> This patch allows the 'device' attribute to be set to 'lun' for a raw acccess CD-ROM such as: <disk type='block' device='lun'> <source dev='/dev/scd0'/> <target dev='hda' bus='ide'/> <address type='drive' controller='0' bus='0' target='0' unit='0'/> </disk> |
||
---|---|---|
.. | ||
vmx2xml-annotation.vmx | ||
vmx2xml-annotation.xml | ||
vmx2xml-case-insensitive-1.vmx | ||
vmx2xml-case-insensitive-1.xml | ||
vmx2xml-case-insensitive-2.vmx | ||
vmx2xml-case-insensitive-2.xml | ||
vmx2xml-cdrom-ide-device.vmx | ||
vmx2xml-cdrom-ide-device.xml | ||
vmx2xml-cdrom-ide-file.vmx | ||
vmx2xml-cdrom-ide-file.xml | ||
vmx2xml-cdrom-ide-raw-device.vmx | ||
vmx2xml-cdrom-ide-raw-device.xml | ||
vmx2xml-cdrom-scsi-device.vmx | ||
vmx2xml-cdrom-scsi-device.xml | ||
vmx2xml-cdrom-scsi-file.vmx | ||
vmx2xml-cdrom-scsi-file.xml | ||
vmx2xml-cdrom-scsi-raw-device.vmx | ||
vmx2xml-cdrom-scsi-raw-device.xml | ||
vmx2xml-esx-in-the-wild-1.vmx | ||
vmx2xml-esx-in-the-wild-1.xml | ||
vmx2xml-esx-in-the-wild-2.vmx | ||
vmx2xml-esx-in-the-wild-2.xml | ||
vmx2xml-esx-in-the-wild-3.vmx | ||
vmx2xml-esx-in-the-wild-3.xml | ||
vmx2xml-esx-in-the-wild-4.vmx | ||
vmx2xml-esx-in-the-wild-4.xml | ||
vmx2xml-esx-in-the-wild-5.vmx | ||
vmx2xml-esx-in-the-wild-5.xml | ||
vmx2xml-esx-in-the-wild-6.vmx | ||
vmx2xml-esx-in-the-wild-6.xml | ||
vmx2xml-ethernet-bridged.vmx | ||
vmx2xml-ethernet-bridged.xml | ||
vmx2xml-ethernet-custom.vmx | ||
vmx2xml-ethernet-custom.xml | ||
vmx2xml-ethernet-e1000.vmx | ||
vmx2xml-ethernet-e1000.xml | ||
vmx2xml-ethernet-generated.vmx | ||
vmx2xml-ethernet-generated.xml | ||
vmx2xml-ethernet-nat.vmx | ||
vmx2xml-ethernet-nat.xml | ||
vmx2xml-ethernet-other.vmx | ||
vmx2xml-ethernet-other.xml | ||
vmx2xml-ethernet-static.vmx | ||
vmx2xml-ethernet-static.xml | ||
vmx2xml-ethernet-vmxnet2.vmx | ||
vmx2xml-ethernet-vmxnet2.xml | ||
vmx2xml-ethernet-vpx.vmx | ||
vmx2xml-ethernet-vpx.xml | ||
vmx2xml-floppy-device.vmx | ||
vmx2xml-floppy-device.xml | ||
vmx2xml-floppy-file.vmx | ||
vmx2xml-floppy-file.xml | ||
vmx2xml-graphics-vnc.vmx | ||
vmx2xml-graphics-vnc.xml | ||
vmx2xml-gsx-in-the-wild-1.vmx | ||
vmx2xml-gsx-in-the-wild-1.xml | ||
vmx2xml-gsx-in-the-wild-2.vmx | ||
vmx2xml-gsx-in-the-wild-2.xml | ||
vmx2xml-gsx-in-the-wild-3.vmx | ||
vmx2xml-gsx-in-the-wild-3.xml | ||
vmx2xml-gsx-in-the-wild-4.vmx | ||
vmx2xml-gsx-in-the-wild-4.xml | ||
vmx2xml-harddisk-ide-file.vmx | ||
vmx2xml-harddisk-ide-file.xml | ||
vmx2xml-harddisk-scsi-file.vmx | ||
vmx2xml-harddisk-scsi-file.xml | ||
vmx2xml-minimal-64bit.vmx | ||
vmx2xml-minimal-64bit.xml | ||
vmx2xml-minimal.vmx | ||
vmx2xml-minimal.xml | ||
vmx2xml-parallel-device.vmx | ||
vmx2xml-parallel-device.xml | ||
vmx2xml-parallel-file.vmx | ||
vmx2xml-parallel-file.xml | ||
vmx2xml-scsi-driver.vmx | ||
vmx2xml-scsi-driver.xml | ||
vmx2xml-scsi-writethrough.vmx | ||
vmx2xml-scsi-writethrough.xml | ||
vmx2xml-serial-device.vmx | ||
vmx2xml-serial-device.xml | ||
vmx2xml-serial-file.vmx | ||
vmx2xml-serial-file.xml | ||
vmx2xml-serial-network-client.vmx | ||
vmx2xml-serial-network-client.xml | ||
vmx2xml-serial-network-server.vmx | ||
vmx2xml-serial-network-server.xml | ||
vmx2xml-serial-pipe-client-app.vmx | ||
vmx2xml-serial-pipe-client-vm.vmx | ||
vmx2xml-serial-pipe-server-app.vmx | ||
vmx2xml-serial-pipe-server-vm.vmx | ||
vmx2xml-serial-pipe.xml | ||
vmx2xml-sharedfolder.vmx | ||
vmx2xml-sharedfolder.xml | ||
vmx2xml-smbios.vmx | ||
vmx2xml-smbios.xml | ||
vmx2xml-svga.vmx | ||
vmx2xml-svga.xml | ||
vmx2xml-ws-in-the-wild-1.vmx | ||
vmx2xml-ws-in-the-wild-1.xml | ||
vmx2xml-ws-in-the-wild-2.vmx | ||
vmx2xml-ws-in-the-wild-2.xml |