Re: [libvirt] [PATCH 3/3] qemu: Explicitly error if guest virtual network is inactive

2010-02-18 Thread Daniel P. Berrange
On Tue, Feb 16, 2010 at 02:37:02PM -0500, Cole Robinson wrote: > Currently we just error with ex. 'virbr0: No such device'. > > Since we are using public API calls here, we need to ensure that any > raised error is properly saved and restored, since API entry points > always reset messages. > > S

[libvirt] [PATCH 3/3] qemu: Explicitly error if guest virtual network is inactive

2010-02-16 Thread Cole Robinson
Currently we just error with ex. 'virbr0: No such device'. Since we are using public API calls here, we need to ensure that any raised error is properly saved and restored, since API entry points always reset messages. Signed-off-by: Cole Robinson --- src/qemu/qemu_conf.c | 28 +++