Re: [Qemu-devel] [PATCH V2] migration: expose qemu_announce_self() via qmp

2017-05-22 Thread Germano Veit Michel
t && !qdict_size(ret)); > QDECREF(resp); > > qtest_end(); > } > > int main(int argc, char *argv[]) > { > g_test_init(&argc, &argv, NULL); > > qtest_add_func("qmp/net/announce_self", test_qmp_announce_self); > > r

Re: [Qemu-devel] [PATCH V2] migration: expose qemu_announce_self() via qmp

2017-05-04 Thread Germano Veit Michel
ue, Mar 28, 2017 at 2:31 AM, Dr. David Alan Gilbert wrote: > * Markus Armbruster (arm...@redhat.com) wrote: > > "Dr. David Alan Gilbert" writes: > > > > > * Germano Veit Michel (germ...@redhat.com) wrote: > > >> qemu_announce_self() is trigge

Re: [Qemu-devel] [PATCH V2] migration: expose qemu_announce_self() via qmp

2017-03-12 Thread Germano Veit Michel
On Fri, Mar 3, 2017 at 10:06 PM, Markus Armbruster wrote: > > Please drop this line. > >>> +# >>> +# Example: >>> +# >>> +# -> { "execute": "announce-self" } >>> +# <- { "return": {} } >>> +# >>> +# Since: 2.9 >>> +## >>> +{ 'command': 'announce-self' } >>> + > Hi Markus, Are you talking about t

[Qemu-devel] [PATCH V2] migration: expose qemu_announce_self() via qmp

2017-02-20 Thread Germano Veit Michel
- the guest moves to a different point in the network topology. this exposes the function via qmp. Signed-off-by: Germano Veit Michel --- include/migration/vmstate.h | 5 + migration/savevm.c | 30 +++--- qapi-schema.json| 18 ++ 3

[Qemu-devel] [PATCH] migration: expose qemu_announce_self() via qmp

2017-01-16 Thread Germano Veit Michel
- the guest moves to a different point in the network topology. this exposes the function via qmp. Signed-off-by: Germano Veit Michel --- migration/savevm.c | 5 + qapi-schema.json | 18 ++ 2 files changed, 23 insertions(+) diff --git a/migration/savevm.c b/migration/sav