[libvirt] [PATCH python] Deal with old filenames for events/error functions

2013-11-27 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com Older libvirt has files named 'events' and 'virterror' rather than 'virevent' and 'virerror'. This is visible in the API XML files. We must look for both names to ensure we don't loose generation of methods with older versions of libvirt.

Re: [libvirt] [PATCH python] Deal with old filenames for events/error functions

2013-11-27 Thread Eric Blake
On 11/27/2013 04:14 AM, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com Older libvirt has files named 'events' and 'virterror' rather than 'virevent' and 'virerror'. This is visible in the API XML files. We must look for both names to ensure we don't loose generation

Re: [libvirt] [PATCH python] Deal with old filenames for events/error functions

2013-11-27 Thread Doug Goldstein
On Nov 27, 2013, at 6:14 AM, Daniel P. Berrange berra...@redhat.com wrote: From: Daniel P. Berrange berra...@redhat.com Older libvirt has files named 'events' and 'virterror' rather than 'virevent' and 'virerror'. This is visible in the API XML files. We must look for both names to