Re: [libvirt] save / restore for KVM

2008-07-11 Thread Matthias Pfafferodt
Hello again, Am Sonntag, 6. Juli 2008 16:00:32 schrieb Matthias Pfafferodt: > Hello, > > Am Samstag, 5. Juli 2008 18:48:13 schrieb Daniel P. Berrange: > > On Sat, Jul 05, 2008 at 01:59:26PM +0200, Matthias Pfafferodt wrote: > > > Hello, > > > > > > I try to save a KVM domain which has its hard dis

[libvirt] [PATCH] cleanup functions which exec OpenVZ tools

2008-07-11 Thread Evgeniy Sokolov
Patch improve code which execute external OpenVZ tools. ? src/test.xml Index: src/openvz_driver.c === RCS file: /data/cvs/libvirt/src/openvz_driver.c,v retrieving revision 1.28 diff -u -p -r1.28 openvz_driver.c --- src/openvz_driver.c

Re: [libvirt] [PATCH] default URI in probe

2008-07-11 Thread Daniel Veillard
On Fri, Jul 11, 2008 at 02:39:59PM +0400, Evgeniy Sokolov wrote: > I specified default URI in probe(). okidoc looks simple and well-contained, applied and commited, thanks, Daniel -- Red Hat Virtualization group http://redhat.com/virtualization/ Daniel Veillard | virtualization libr

Re: [libvirt] PATCH: 2/14: Generic network XML parser/formatter

2008-07-11 Thread Daniel P. Berrange
On Wed, Jul 09, 2008 at 04:34:39PM +0200, Jim Meyering wrote: > Modulo some minor problems, ACK. > Even though I reviewed only the incremental diffs, there was a bit of > new material. BTW, nice catch, with the new uses of virBufferEscapeString. > > > +virNetworkDefPtr virNetworkDefParseNode(virC

[libvirt] [PATCH] default URI in probe

2008-07-11 Thread Evgeniy Sokolov
I specified default URI in probe(). To use libvirt with OpenVZ: # ./configure --with-openvz # make # ./src/virsh list Id Name State -- 33 33 running 105 105 running 108 108 running Index: src/o

Re: [libvirt] [PATCH] using one function to locate OpenVZ config files

2008-07-11 Thread Daniel Veillard
On Thu, Jul 10, 2008 at 08:53:45PM +0400, Evgeniy Sokolov wrote: > There were 3 places with the same code. > I moved it to separate function. > > other: > use O_RDONLY to read config file Yes this makes sense, good cleanup, applied and commited, thanks ! Daniel -- Red Hat Virtualization