Re: [libvirt] [PATCH 4/4] conf: Remove do-nothing validation functions

2012-01-13 Thread Eric Blake
On 01/12/2012 08:39 PM, Michael Ellerman wrote: There are three address validation routines that do nothing: virDomainDeviceDriveAddressIsValid() virDomainDeviceUSBAddressIsValid() virDomainDeviceVirtioSerialAddressIsValid() Remove them, and replace their call sites with 1 which is

[libvirt] [PATCH 4/4] conf: Remove do-nothing validation functions

2012-01-12 Thread Michael Ellerman
There are three address validation routines that do nothing: virDomainDeviceDriveAddressIsValid() virDomainDeviceUSBAddressIsValid() virDomainDeviceVirtioSerialAddressIsValid() Remove them, and replace their call sites with 1 which is what they currently return. In some cases this means we

[libvirt] [PATCH 4/4] conf: Remove do-nothing validation functions

2011-12-20 Thread Michael Ellerman
There are three address validation routines that do nothing: virDomainDeviceDriveAddressIsValid() virDomainDeviceUSBAddressIsValid() virDomainDeviceVirtioSerialAddressIsValid() Remove them, and replace their call sites with 1 which is what they currently return. In some cases this means we