Re: [libvirt] [PATCH] esx: Make the conf parser compare names case insensitive in VMX mode

2010-03-24 Thread Daniel Veillard
On Wed, Mar 24, 2010 at 02:12:14AM +0100, Matthias Bolte wrote: The keys of entries in a VMX file are case insensitive. Both scsi0:1.fileName and scsi0:1.filename are valid. Therefore, make the conf parser compare names case insensitive in VMX mode to accept every capitalization variation.

Re: [libvirt] [PATCH] esx: Make the conf parser compare names case insensitive in VMX mode

2010-03-24 Thread Matthias Bolte
2010/3/24 Daniel Veillard veill...@redhat.com: On Wed, Mar 24, 2010 at 02:12:14AM +0100, Matthias Bolte wrote: The keys of entries in a VMX file are case insensitive. Both scsi0:1.fileName and scsi0:1.filename are valid. Therefore, make the conf parser compare names case insensitive in VMX

[libvirt] [PATCH] esx: Make the conf parser compare names case insensitive in VMX mode

2010-03-23 Thread Matthias Bolte
The keys of entries in a VMX file are case insensitive. Both scsi0:1.fileName and scsi0:1.filename are valid. Therefore, make the conf parser compare names case insensitive in VMX mode to accept every capitalization variation. Also add test cases for this. --- src/util/conf.c