[Qemu-devel] [PATCH 3/3] Add optional migrate version to hmp migrate command

2014-05-28 Thread Dr. David Alan Gilbert (git)
From: Dr. David Alan Gilbert dgilb...@redhat.com Uses the new 'optional parameter with string' parameter type e.g. migrate -v 2.0.0 (foo) exec: whatever Signed-off-by: Dr. David Alan Gilbert dgilb...@redhat.com --- hmp-commands.hx | 7 ++-- hmp.c | 106

Re: [Qemu-devel] [PATCH 3/3] Add optional migrate version to hmp migrate command

2014-05-28 Thread Juan Quintela
Dr. David Alan Gilbert (git) dgilb...@redhat.com wrote: From: Dr. David Alan Gilbert dgilb...@redhat.com Uses the new 'optional parameter with string' parameter type e.g. migrate -v 2.0.0 (foo) exec: whatever Signed-off-by: Dr. David Alan Gilbert dgilb...@redhat.com diff --git a/hmp.c

Re: [Qemu-devel] [PATCH 3/3] Add optional migrate version to hmp migrate command

2014-05-28 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: Dr. David Alan Gilbert (git) dgilb...@redhat.com wrote: From: Dr. David Alan Gilbert dgilb...@redhat.com Uses the new 'optional parameter with string' parameter type e.g. migrate -v 2.0.0 (foo) exec: whatever Signed-off-by: Dr. David