[libvirt] [PATCH 3/6] Ensure driver method names match public API names

2013-04-23 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com Ensure that the virDrvXXX method names exactly match the public APIs virYYY method names. ie XXX == YYY. Add a test case to prevent any regressions. Signed-off-by: Daniel P. Berrange berra...@redhat.com --- docs/hvsupport.pl | 2 +-

Re: [libvirt] [PATCH 3/6] Ensure driver method names match public API names

2013-04-23 Thread Eric Blake
On 04/23/2013 04:26 AM, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com Ensure that the virDrvXXX method names exactly match the public APIs virYYY method names. ie XXX == YYY. Add a test case to prevent any regressions. Signed-off-by: Daniel P. Berrange