Re: [libvirt] [libvirt-php PATCH] Add ability to managed save libvirt domains

2012-07-02 Thread Michal Novotny
On 06/27/2012 08:31 AM, Daniel Veillard wrote: > On Sat, Jun 23, 2012 at 07:01:51AM +0400, y...@billing.fastvps.ru wrote: >> From: Pavel Odintsov >> >> --- >> src/libvirt-php.c | 22 ++ >> src/libvirt-php.h |1 + >> 2 files changed, 23 insertions(+), 0 deletions(-) >

Re: [libvirt] [libvirt-php PATCH] Add ability to managed save libvirt domains

2012-06-26 Thread Daniel Veillard
On Sat, Jun 23, 2012 at 07:01:51AM +0400, y...@billing.fastvps.ru wrote: > From: Pavel Odintsov > > --- > src/libvirt-php.c | 22 ++ > src/libvirt-php.h |1 + > 2 files changed, 23 insertions(+), 0 deletions(-) I see Michal actually commited your patch, thanks ! I'm

[libvirt] [libvirt-php PATCH] Add ability to managed save libvirt domains

2012-06-23 Thread Y
From: Pavel Odintsov --- src/libvirt-php.c | 22 ++ src/libvirt-php.h |1 + 2 files changed, 23 insertions(+), 0 deletions(-) diff --git a/src/libvirt-php.c b/src/libvirt-php.c index 20e5d27..9cdfd0e 100644 --- a/src/libvirt-php.c +++ b/src/libvirt-php.c @@ -99,6 +99,7