Re: [libvirt] [PATCH/RFC]: don't ignore errors to save the domain status file

2009-02-07 Thread Guido Günther
On Thu, Feb 05, 2009 at 06:49:52PM +0100, Jim Meyering wrote: > Guido Günther wrote: > > we currently don't report errors to save qemu's domain status file back > > to the caller. That was o.k. as long as the code was there for testing > > but now that the XML is being picked up on daemon restart

[PATCH] use qemudReadLogOutput (was: Re: [libvirt] can't install fedora guest)

2009-02-07 Thread Guido Günther
On Fri, Feb 06, 2009 at 04:48:09PM +, Daniel P. Berrange wrote: > On Fri, Feb 06, 2009 at 05:27:47PM +0100, Guido G?nther wrote: > > On Fri, Feb 06, 2009 at 10:33:51AM +0100, Farkas Levente wrote: > > > if ret is None:raise libvirtError('virDomainCreateLinux() failed', > > > conn=self) > >

[libvirt] [PATCH] set an error when the domain doesn't show up

2009-02-07 Thread Guido Günther
Hi, attached patch makes sure we set a proper error status when the domain doesn't show up. O.k. to apply? Cheers, -- Guido >From f7a6fa53008ab17eab04d63a53a33bfd455bc596 Mon Sep 17 00:00:00 2001 From: =?utf-8?q?Guido=20G=C3=BCnther?= Date: Sat, 7 Feb 2009 17:14:26 +0100 Subject: [PATCH] fix retu