[libvirt] [PATCH 03/10] Fix QEMU command building errors to reflect unsupported configuration

2010-04-14 Thread Daniel P. Berrange
Instead of reporting VIR_ERR_INTERNAL_ERROR use the more specific VIR_ERR_CONFIG_UNSUPPORTED * src/qemu/qemu_conf.c: Report VIR_ERR_CONFIG_UNSUPPORTED for unsupported video adapters --- src/qemu/qemu_conf.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git

Re: [libvirt] [PATCH 03/10] Fix QEMU command building errors to reflect unsupported configuration

2010-04-14 Thread Daniel Veillard
On Wed, Apr 14, 2010 at 11:33:21AM +0100, Daniel P. Berrange wrote: Instead of reporting VIR_ERR_INTERNAL_ERROR use the more specific VIR_ERR_CONFIG_UNSUPPORTED * src/qemu/qemu_conf.c: Report VIR_ERR_CONFIG_UNSUPPORTED for unsupported video adapters ACK on that one, not dependant on spice