Re: [libvirt] [libvirt-python PATCH v2] override: add virDomainFSFreeze and virDomainFSThaw API

2014-05-16 Thread Pavel Hrdina
On 14.5.2014 05:41, tomoki.sekiy...@hds.com wrote: > From: Tomoki Sekiyama > > Hello Michael, > > Thank you for posting v2. > May be we should add following diff to avoid sanitytest.pl's > mapping error. > > --- > diff --git a/sanitytest.py b/sanitytest.py > index cff30d5..62fe42b 100644 > ---

Re: [libvirt] [libvirt-python PATCH v2] override: add virDomainFSFreeze and virDomainFSThaw API

2014-05-13 Thread tomoki . sekiyama
From: Tomoki Sekiyama Hello Michael, Thank you for posting v2. May be we should add following diff to avoid sanitytest.pl's mapping error. --- diff --git a/sanitytest.py b/sanitytest.py index cff30d5..62fe42b 100644 --- a/sanitytest.py +++ b/sanitytest.py @@ -207,6 +207,8 @@ for name in sorted

[libvirt] [libvirt-python PATCH v2] override: add virDomainFSFreeze and virDomainFSThaw API

2014-05-13 Thread Michal Privoznik
From: Tomoki Sekiyama Add binding for the new virDomainFSFreeze and virDomainFSThaw functions added in libvirt 1.2.5. These require override since these take a list of mountpoints path string. The methods are named 'fsFreeze' and 'fsThaw'. Signed-off-by: Tomoki Sekiyama Signed-off-by: Michal Pr