Re: [libvirt] [PATCH] Fix naming of methods in ESX storage backends to follow public APIs

2013-05-10 Thread Daniel P. Berrange
On Thu, May 09, 2013 at 12:12:33PM -0600, Eric Blake wrote: On 05/09/2013 07:12 AM, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com The previous update of method naming missed the ESX storage backend files. Update them is that the driver impl methods follow the

[libvirt] [PATCH] Fix naming of methods in ESX storage backends to follow public APIs

2013-05-09 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com The previous update of method naming missed the ESX storage backend files. Update them is that the driver impl methods follow the naming of the public API but with s/vir/esx/ Signed-off-by: Daniel P. Berrange berra...@redhat.com ---

Re: [libvirt] [PATCH] Fix naming of methods in ESX storage backends to follow public APIs

2013-05-09 Thread Eric Blake
On 05/09/2013 07:12 AM, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com The previous update of method naming missed the ESX storage backend files. Update them is that the driver impl methods follow the naming of the public API but with s/vir/esx/ Signed-off-by: