]> xenbits.xensource.com Git - libvirt.git/commit
VMX: Improve disk parse error for unknown values
authorDoug Goldstein <cardoe@cardoe.com>
Mon, 12 Aug 2013 20:42:42 +0000 (15:42 -0500)
committerDoug Goldstein <cardoe@cardoe.com>
Thu, 22 Aug 2013 03:19:27 +0000 (22:19 -0500)
commit23263af678887d60aa0fc973047e23a61d8b003f
tree6d8c0a950f17db0c2c12314d5570b6f3c29a5b6f
parentf083ff82ed5fb098788e765fe698154bde1c7984
VMX: Improve disk parse error for unknown values

Previously the error message showed the following:

error: internal error: Invalid or not yet handled value 'auto detect'
for VMX entry 'ide0:0.fileName'

This left the user unsure if it was a CD-ROM or a disk device that they
needed to fix. Now the error shows:

error: internal error: Invalid or not yet handled value 'auto detect'
for VMX entry 'ide0:0.fileName' for device type 'cdrom-raw'

Which should hopefully make it easier to see the issue with the VMX
configuration.
src/vmx/vmx.c