Re: [Qemu-devel] [PATCH] monitor: fix client_migrate_info error handling

2012-03-19 Thread Gerd Hoffmann
On 03/18/12 08:42, Yonit Halperin wrote: > Report QERR_INVALID_PARAMETER when port is missing. Otherwise > +qerror_report(QERR_MISSING_PARAMETER, "port/tls-port"); Fixed commit message & added to spice patch queue. thanks, Gerd

Re: [Qemu-devel] [PATCH] monitor: fix client_migrate_info error handling

2012-03-19 Thread Alon Levy
On Sun, Mar 18, 2012 at 09:42:39AM +0200, Yonit Halperin wrote: > Report QERR_INVALID_PARAMETER when port is missing. Otherwise > QERR_UNDEFINED_ERROR will occur. > > rhbz #795652 > Reviewed-by: Alon Levy > Signed-off-by: Yonit Halperin > --- > monitor.c |5 + > 1 files changed, 5 in

[Qemu-devel] [PATCH] monitor: fix client_migrate_info error handling

2012-03-18 Thread Yonit Halperin
Report QERR_INVALID_PARAMETER when port is missing. Otherwise QERR_UNDEFINED_ERROR will occur. rhbz #795652 Signed-off-by: Yonit Halperin --- monitor.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/monitor.c b/monitor.c index d57e7bf..8f46031 100644 --- a/monitor.