Re: [libvirt] [PATCH] qemu: report more proper error for unsupported graphics

2011-01-21 Thread Matthias Bolte
2011/1/21 Osier Yang jy...@redhat.com: Report VIR_ERR_CONFIG_UNSUPPORTED instead of VIR_ERR_INTERNAL_ERROR, as it's valid in our domain schema, just unsupported by hypervisor here. * src/qemu/qemu_command.c ACK. Matthias -- libvir-list mailing list libvir-list@redhat.com

Re: [libvirt] [PATCH] qemu: report more proper error for unsupported graphics

2011-01-21 Thread Eric Blake
On 01/21/2011 01:56 AM, Matthias Bolte wrote: 2011/1/21 Osier Yang jy...@redhat.com: Report VIR_ERR_CONFIG_UNSUPPORTED instead of VIR_ERR_INTERNAL_ERROR, as it's valid in our domain schema, just unsupported by hypervisor here. * src/qemu/qemu_command.c ACK. Pushed. -- Eric Blake

[libvirt] [PATCH] qemu: report more proper error for unsupported graphics

2011-01-20 Thread Osier Yang
Report VIR_ERR_CONFIG_UNSUPPORTED instead of VIR_ERR_INTERNAL_ERROR, as it's valid in our domain schema, just unsupported by hypervisor here. * src/qemu/qemu_command.c --- src/qemu/qemu_command.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git