Doug Goldstein
f8456e5a18
VMX: Add cdrom-raw dev type from VMWare Fusion
...
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>
2013-09-02 17:41:30 -05:00
..
2013-07-01 14:30:42 +02:00
2013-05-06 14:01:08 -06:00
2012-03-27 09:54:49 -06:00
2013-08-16 15:31:18 -06:00
2013-04-15 17:35:31 +01:00
2012-11-02 09:56:23 -06:00
2013-04-25 13:05:10 +02:00
2013-05-13 17:24:18 +08:00
2013-05-13 13:15:19 +01:00
2013-08-28 08:05:46 +02:00
2013-08-28 08:05:46 +02:00
2013-08-28 08:05:46 +02:00
2013-08-28 08:05:46 +02:00
2013-08-28 08:05:46 +02:00
2013-06-26 14:10:56 -04:00
2012-11-13 00:35:36 +01:00
2012-05-21 06:26:34 -04:00
2012-05-21 06:26:34 -04:00
2013-09-02 14:45:38 +02:00
2013-08-26 16:09:56 +02:00
2013-09-02 16:53:40 -04:00
2013-08-27 17:42:29 +02:00
2013-09-02 16:53:39 -04:00
2013-08-20 10:46:58 -06:00
2012-10-19 17:35:09 -06:00
2013-05-17 08:33:22 +02:00
2013-07-16 12:16:37 +02:00
2013-07-16 12:16:37 +02:00
2013-05-17 08:35:08 +02:00
2013-08-27 12:45:58 +02:00
2013-07-25 13:26:41 +02:00
2013-07-25 13:26:41 +02:00
2013-04-04 11:07:31 +01:00
2013-09-02 17:41:30 -05:00
2011-11-30 10:12:30 +00:00
2012-05-08 16:57:37 -06:00
2012-04-02 09:33:54 -06:00
2013-09-02 17:41:30 -05:00
2013-08-01 17:04:28 -04:00
2013-07-11 14:18:11 -04:00
2013-07-18 12:18:24 +01:00
2013-08-22 11:38:36 +02:00
2013-08-16 15:31:18 -06:00
2012-05-08 16:57:37 -06:00
2012-03-27 15:52:25 +01:00
2013-07-10 11:07:31 +02:00
2013-07-10 17:40:13 +01:00
2013-07-10 17:40:13 +01:00
2013-07-10 11:07:31 +02:00
2013-05-31 10:51:33 -06:00
2011-07-29 17:17:21 +02:00
2013-07-10 11:07:31 +02:00
2013-08-01 17:04:28 -04:00
2013-07-10 11:07:33 +02:00
2013-07-10 11:07:31 +02:00
2013-08-28 08:05:46 +02:00
2013-08-14 09:46:22 -04:00
2013-08-28 08:05:46 +02:00
2013-08-28 08:05:46 +02:00
2013-07-10 11:07:31 +02:00
2013-07-10 17:40:13 +01:00
2013-07-10 11:07:31 +02:00
2013-04-24 10:59:53 +01:00
2012-07-30 13:09:57 +01:00
2013-07-10 17:40:13 +01:00
2011-07-22 15:18:32 +01:00
2013-08-22 13:51:26 -06:00
2013-07-10 11:07:31 +02:00
2013-09-02 14:45:38 +02:00
2013-09-02 13:54:26 +02:00
2013-08-26 16:09:55 +02:00
2013-07-10 17:40:13 +01:00
2013-08-26 16:09:55 +02:00
2013-08-26 16:09:55 +02:00
2013-09-02 16:53:40 -04:00
2013-08-27 17:42:29 +02:00
2013-05-20 20:14:19 +08:00
2012-07-27 07:42:34 -06:00
2012-07-27 07:42:34 -06:00
2013-06-06 17:22:53 +02:00
2013-08-23 15:23:44 -06:00
2013-02-25 17:38:11 -07:00
2013-08-20 10:46:58 -06:00
2013-08-20 10:46:58 -06:00
2013-07-10 11:07:33 +02:00
2013-07-10 11:07:31 +02:00
2013-05-21 09:22:21 -04:00
2013-07-29 13:09:39 -06:00
2013-06-07 15:21:57 +02:00
2013-07-29 13:09:39 -06:00
2012-07-27 07:42:34 -06:00
2012-12-21 11:19:48 +00:00
2013-05-10 08:52:43 -04:00
2013-05-17 08:33:22 +02:00
2013-07-16 12:16:37 +02:00
2013-05-17 08:35:08 +02:00
2013-08-27 12:45:58 +02:00
2013-07-25 13:26:41 +02:00
2013-07-10 11:07:31 +02:00
2013-07-10 11:07:31 +02:00
2013-03-19 13:13:28 -06:00
2013-08-12 10:06:41 -06:00
2013-08-12 10:06:41 -06:00
2013-08-12 10:06:41 -06:00
2013-04-04 22:42:39 +02:00
2012-03-27 15:52:25 +01:00
2013-09-02 16:53:39 -04:00
2013-05-31 11:35:34 -06:00
2013-04-04 22:42:39 +02:00
2013-04-04 22:42:39 +02:00
2013-07-10 17:40:13 +01:00
2012-07-27 07:42:34 -06:00
2013-07-10 17:40:13 +01:00
2013-05-02 16:56:55 +02:00
2013-08-19 15:54:43 +02:00
2013-07-10 11:07:31 +02:00
2013-05-14 15:00:22 +01:00
2013-07-31 19:27:19 +01:00
2013-08-09 08:57:01 -06:00
2013-05-02 16:56:55 +02:00
2013-02-12 09:00:15 -07:00
2012-01-26 14:11:13 +00:00
2013-07-18 14:05:46 +02:00
2013-05-02 16:56:55 +02:00
2013-04-08 10:03:20 +01:00
2013-05-02 16:56:55 +02:00
2013-05-10 13:09:30 -04:00
2013-07-10 11:07:33 +02:00
2013-07-10 17:40:13 +01:00
2013-08-21 13:51:25 +01:00
2013-08-09 11:54:41 +01:00
2013-08-09 11:54:41 +01:00
2013-08-12 20:20:00 -06:00
2013-05-10 13:09:30 -04:00
2013-08-12 18:47:56 +02:00
2012-11-07 09:04:18 -07:00
2013-04-03 08:49:30 +02:00
2012-07-27 07:42:34 -06:00
2012-09-12 11:27:22 -06:00
2013-08-22 15:03:38 +02:00
2013-07-10 11:07:31 +02:00
2013-07-10 17:40:13 +01:00
2013-05-31 10:51:33 -06:00
2013-08-30 14:23:32 +01:00
2013-07-31 19:24:53 +01:00
2012-12-11 14:32:39 -07:00
2013-05-02 16:56:55 +02:00
2013-05-21 23:41:45 +08:00
2013-09-02 17:41:30 -05:00
2013-07-10 11:07:31 +02:00
2013-07-10 11:07:31 +02:00
2013-07-10 11:07:31 +02:00
2013-09-02 17:41:30 -05:00