Re: [libvirt] [PATCH] virsh: Show errors reported by nonAPI functions

2010-02-25 Thread Daniel Veillard
On Wed, Feb 24, 2010 at 12:55:17PM -0500, Cole Robinson wrote: > Only API calls trigger the error callback, which is required for > proper virsh error reporting. Since we use non API functions from > util/, make sure we properly report these errors. > > Fixes lack of error message from 'virsh crea

[libvirt] [PATCH] virsh: Show errors reported by nonAPI functions

2010-02-24 Thread Cole Robinson
Only API calls trigger the error callback, which is required for proper virsh error reporting. Since we use non API functions from util/, make sure we properly report these errors. Fixes lack of error message from 'virsh create idontexit.xml' Signed-off-by: Cole Robinson --- tools/virsh.c | 1