Re: [libvirt] [PATCH 1/2] snapshot: implement getparent for esx

2011-10-03 Thread Eric Blake
On 10/02/2011 03:32 AM, Matthias Bolte wrote: 2011/9/29 Eric Blakeebl...@redhat.com: Pretty easy to paste together compared to existing functions. * src/esx/esx_driver.c (esxDomainSnapshotGetParent): New function. --- I can only compile-test this; I'm relying on someone with an actual esx

Re: [libvirt] [PATCH 1/2] snapshot: implement getparent for esx

2011-10-02 Thread Matthias Bolte
2011/9/29 Eric Blake ebl...@redhat.com: Pretty easy to paste together compared to existing functions. * src/esx/esx_driver.c (esxDomainSnapshotGetParent): New function. --- I can only compile-test this; I'm relying on someone with an actual esx setup to actually test it.  Also, I didn't see

Re: [libvirt] [PATCH 1/2] snapshot: implement getparent for esx

2011-09-30 Thread Daniel Veillard
On Thu, Sep 29, 2011 at 02:38:24PM -0600, Eric Blake wrote: Pretty easy to paste together compared to existing functions. * src/esx/esx_driver.c (esxDomainSnapshotGetParent): New function. --- I can only compile-test this; I'm relying on someone with an actual esx setup to actually test

Re: [libvirt] [PATCH 1/2] snapshot: implement getparent for esx

2011-09-30 Thread Matthias Bolte
2011/9/30 Daniel Veillard veill...@redhat.com: On Thu, Sep 29, 2011 at 02:38:24PM -0600, Eric Blake wrote: Pretty easy to paste together compared to existing functions. * src/esx/esx_driver.c (esxDomainSnapshotGetParent): New function. --- I can only compile-test this; I'm relying on

[libvirt] [PATCH 1/2] snapshot: implement getparent for esx

2011-09-29 Thread Eric Blake
Pretty easy to paste together compared to existing functions. * src/esx/esx_driver.c (esxDomainSnapshotGetParent): New function. --- I can only compile-test this; I'm relying on someone with an actual esx setup to actually test it. Also, I didn't see anything in existing code that would