Re: [Qemu-devel] [PATCH 04/20] monitor: Convert client_migrate_info to QAPI

2015-05-26 Thread Markus Armbruster
Gerd Hoffmann writes: > Hi, > >> Should we continue to document the command is about "spice/vnc >> connection info", or should we rephrase? Something like: >> >> client_migrate_info >> --- >> >> Set remote display connection information for migration. This makes the >> serve

Re: [Qemu-devel] [PATCH 04/20] monitor: Convert client_migrate_info to QAPI

2015-05-26 Thread Gerd Hoffmann
Hi, > Should we continue to document the command is about "spice/vnc > connection info", or should we rephrase? Something like: > > client_migrate_info > --- > > Set remote display connection information for migration. This makes the > server ask the client to automatically r

Re: [Qemu-devel] [PATCH 04/20] monitor: Convert client_migrate_info to QAPI

2015-05-26 Thread Markus Armbruster
"Daniel P. Berrange" writes: > On Tue, May 26, 2015 at 02:51:45PM +0200, Gerd Hoffmann wrote: >> Hi, >> >> > >> +# >> > >> +# Set the spice/vnc connection info for the migration target. The >> > >> +# spice/vnc server will ask the spice/vnc client to automatically >> > >> +# reconnect using t

Re: [Qemu-devel] [PATCH 04/20] monitor: Convert client_migrate_info to QAPI

2015-05-26 Thread Daniel P. Berrange
On Tue, May 26, 2015 at 02:51:45PM +0200, Gerd Hoffmann wrote: > Hi, > > > >> +# > > >> +# Set the spice/vnc connection info for the migration target. The > > >> +# spice/vnc server will ask the spice/vnc client to automatically > > >> +# reconnect using the new parameters (if specified) once t

Re: [Qemu-devel] [PATCH 04/20] monitor: Convert client_migrate_info to QAPI

2015-05-26 Thread Gerd Hoffmann
Hi, > >> +# > >> +# Set the spice/vnc connection info for the migration target. The > >> +# spice/vnc server will ask the spice/vnc client to automatically > >> +# reconnect using the new parameters (if specified) once the vm > >> +# migration finished successfully. Not yet implemented for VNC

Re: [Qemu-devel] [PATCH 04/20] monitor: Convert client_migrate_info to QAPI

2015-05-26 Thread Markus Armbruster
Eric Blake writes: > On 05/22/2015 05:36 AM, Markus Armbruster wrote: >> Signed-off-by: Markus Armbruster >> --- >> hmp-commands.hx | 3 +-- >> hmp.c| 17 + >> hmp.h| 1 + >> monitor.c| 42 ++ >> qapi-sch

Re: [Qemu-devel] [PATCH 04/20] monitor: Convert client_migrate_info to QAPI

2015-05-22 Thread Eric Blake
On 05/22/2015 05:36 AM, Markus Armbruster wrote: > Signed-off-by: Markus Armbruster > --- > hmp-commands.hx | 3 +-- > hmp.c| 17 + > hmp.h| 1 + > monitor.c| 42 ++ > qapi-schema.json | 20

[Qemu-devel] [PATCH 04/20] monitor: Convert client_migrate_info to QAPI

2015-05-22 Thread Markus Armbruster
Signed-off-by: Markus Armbruster --- hmp-commands.hx | 3 +-- hmp.c| 17 + hmp.h| 1 + monitor.c| 42 ++ qapi-schema.json | 20 qmp-commands.hx | 2 +- 6 files changed, 58 insertions(