[libvirt] [PATCH] Fix rpc generator to anchor matches for method names

2012-01-19 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com The RPC generator transforms methods matching certain patterns like 'id' or 'uuid', etc but does not anchor its matches to the end of the word. So if a method contains 'id' in the middle (eg virIdentity) then the RPC generator munges that. *

Re: [libvirt] [PATCH] Fix rpc generator to anchor matches for method names

2012-01-19 Thread Eric Blake
On 01/19/2012 07:21 AM, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com The RPC generator transforms methods matching certain patterns like 'id' or 'uuid', etc but does not anchor its matches to the end of the word. So if a method contains 'id' in the middle (eg