Re: [Qemu-devel] [PULL 09/13] hmp: Add hmp_announce_self

2019-02-27 Thread Dr. David Alan Gilbert
* Thomas Huth (th...@redhat.com) wrote: > On 22/02/2019 15.55, Jason Wang wrote: > > From: "Dr. David Alan Gilbert" > > > > Add an HMP command to trigger self annocements. > > Unlike the QMP command (which takes a set of parameters), the HMP > > command reuses the set of parameters used for migra

Re: [Qemu-devel] [PULL 09/13] hmp: Add hmp_announce_self

2019-02-27 Thread Thomas Huth
On 22/02/2019 15.55, Jason Wang wrote: > From: "Dr. David Alan Gilbert" > > Add an HMP command to trigger self annocements. > Unlike the QMP command (which takes a set of parameters), the HMP > command reuses the set of parameters used for migration. > > Signend-off-by: Vladislav Yasevich > Sig

[Qemu-devel] [PULL 09/13] hmp: Add hmp_announce_self

2019-02-22 Thread Jason Wang
From: "Dr. David Alan Gilbert" Add an HMP command to trigger self annocements. Unlike the QMP command (which takes a set of parameters), the HMP command reuses the set of parameters used for migration. Signend-off-by: Vladislav Yasevich Signed-off-by: Dr. David Alan Gilbert Reviewed-by: Michae