Re: [Libvir] [PATCH] Remove warning when dumping XML from an inactive domain with Xen < 3.1

2007-09-12 Thread Richard W.M. Jones
Richard W.M. Jones wrote: # virsh dumpxml solaris32fv libvir: Xen Daemon error : failed Xen syscall xenDaemonDomainDumpXML domain ID < 0 and xendConfigVersion < 3 0 [ and dump proceeds as normal ] The patch just removes the false error message and makes a note that this still needs a real fi

Re: [Libvir] [PATCH] Remove warning when dumping XML from an inactive domain with Xen < 3.1

2007-09-05 Thread Daniel P. Berrange
On Tue, Sep 04, 2007 at 05:21:41PM +0100, Richard W.M. Jones wrote: > > # virsh dumpxml solaris32fv > libvir: Xen Daemon error : failed Xen syscall xenDaemonDomainDumpXML > domain ID < 0 and xendConfigVersion < 3 0 > [ and dump proceeds as normal ] > > The patch just removes the false error mess

Re: [Libvir] [PATCH] Remove warning when dumping XML from an inactive domain with Xen < 3.1

2007-09-05 Thread Daniel Veillard
On Tue, Sep 04, 2007 at 05:21:41PM +0100, Richard W.M. Jones wrote: > > # virsh dumpxml solaris32fv > libvir: Xen Daemon error : failed Xen syscall xenDaemonDomainDumpXML > domain ID < 0 and xendConfigVersion < 3 0 > [ and dump proceeds as normal ] > > The patch just removes the false error mess

[Libvir] [PATCH] Remove warning when dumping XML from an inactive domain with Xen < 3.1

2007-09-04 Thread Richard W.M. Jones
# virsh dumpxml solaris32fv libvir: Xen Daemon error : failed Xen syscall xenDaemonDomainDumpXML domain ID < 0 and xendConfigVersion < 3 0 [ and dump proceeds as normal ] The patch just removes the false error message and makes a note that this still needs a real fix later. Rich. -- Emergi