Re: [Libvir] [PATCH] #1: Add error handling and do quick wins (qemu, test)

2007-07-04 Thread Daniel Veillard
On Tue, Jul 03, 2007 at 04:12:20PM +0100, Richard W.M. Jones wrote: > This patch: > > (1) Adds the VIR_ERR_NO_DOMAIN and VIR_ERR_NO_NETWORK errors (the latter > will be used later to make the same change to virNetworkLookup* functions). > > (2) Changes the documentation of virDomainLookup* functi

Re: [Libvir] [PATCH] #1: Add error handling and do quick wins (qemu, test)

2007-07-03 Thread Daniel P. Berrange
On Tue, Jul 03, 2007 at 04:12:20PM +0100, Richard W.M. Jones wrote: > This patch: > > (1) Adds the VIR_ERR_NO_DOMAIN and VIR_ERR_NO_NETWORK errors (the latter > will be used later to make the same change to virNetworkLookup* functions). > > (2) Changes the documentation of virDomainLookup* functi

[Libvir] [PATCH] #1: Add error handling and do quick wins (qemu, test)

2007-07-03 Thread Richard W.M. Jones
This patch: (1) Adds the VIR_ERR_NO_DOMAIN and VIR_ERR_NO_NETWORK errors (the latter will be used later to make the same change to virNetworkLookup* functions). (2) Changes the documentation of virDomainLookup* functions to match the new behaviour. (3) Changes qemu & test drivers to have the ne