Re: [Qemu-devel] [PATCH v2 11/12] qmp: update qmp_query_spice fallback

2016-08-05 Thread Markus Armbruster
Marc-André Lureau writes: > - Original Message - >> marcandre.lur...@redhat.com writes: >> >> > From: Marc-André Lureau >> > >> > There are a few commands that are undef #ifdef conditions in >> >> under #ifdef >> >> > qmp-commands.hx. Move all the qmp_query_spice fallback in the same

Re: [Qemu-devel] [PATCH v2 11/12] qmp: update qmp_query_spice fallback

2016-08-05 Thread Marc-André Lureau
- Original Message - > marcandre.lur...@redhat.com writes: > > > From: Marc-André Lureau > > > > There are a few commands that are undef #ifdef conditions in > > under #ifdef > > > qmp-commands.hx. Move all the qmp_query_spice fallback in the same > > location, return an error and upd

Re: [Qemu-devel] [PATCH v2 11/12] qmp: update qmp_query_spice fallback

2016-08-05 Thread Markus Armbruster
marcandre.lur...@redhat.com writes: > From: Marc-André Lureau > > There are a few commands that are undef #ifdef conditions in under #ifdef > qmp-commands.hx. Move all the qmp_query_spice fallback in the same > location, return an error and update the comment. > > Signed-off-by: Marc-André Lure

[Qemu-devel] [PATCH v2 11/12] qmp: update qmp_query_spice fallback

2016-07-21 Thread marcandre . lureau
From: Marc-André Lureau There are a few commands that are undef #ifdef conditions in qmp-commands.hx. Move all the qmp_query_spice fallback in the same location, return an error and update the comment. Signed-off-by: Marc-André Lureau --- monitor.c | 14 ++ qmp.c | 16 -