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
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
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
- 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
- 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